@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: 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: 100px){
  .container{
    max-width: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-input::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-input:-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-input::placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-input:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-textarea::-moz-placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-textarea::placeholder{
  color: #a0aec0;
  opacity: 1;
}

.form-textarea:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select::-ms-expand{
  color: #a0aec0;
  border: none;
}

@media not print{
  .form-select::-ms-expand{
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none){
  .form-select{
    padding-right: 0.75rem;
  }
}

.form-select:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .form-checkbox::-ms-check{
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .form-radio::-ms-check{
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #EDF2F7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.divide-red-500 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--divide-opacity));
}

.divide-red-600 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--divide-opacity));
}

.divide-red-700 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #83ab1a;
  border-color: rgba(131, 171, 26, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-opacity-0 > :not(template) ~ :not(template){
  --divide-opacity: 0;
}

.divide-opacity-25 > :not(template) ~ :not(template){
  --divide-opacity: 0.25;
}

.divide-opacity-30 > :not(template) ~ :not(template){
  --divide-opacity: 0.3;
}

.divide-opacity-40 > :not(template) ~ :not(template){
  --divide-opacity: 0.4;
}

.divide-opacity-50 > :not(template) ~ :not(template){
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template){
  --divide-opacity: 0.75;
}

.divide-opacity-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red-500{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.bg-red-600{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.bg-red-700{
  --bg-opacity: 1;
  background-color: #83ab1a;
  background-color: rgba(131, 171, 26, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-current:hover{
  background-color: currentColor;
}

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

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

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

.hover\:bg-gray-200:hover{
  --bg-opacity: 1;
  background-color: #EDF2F7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-red-500:hover{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.hover\:bg-red-600:hover{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.hover\:bg-red-700:hover{
  --bg-opacity: 1;
  background-color: #83ab1a;
  background-color: rgba(131, 171, 26, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-current:focus{
  background-color: currentColor;
}

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

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

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

.focus\:bg-gray-200:focus{
  --bg-opacity: 1;
  background-color: #EDF2F7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-red-500:focus{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.focus\:bg-red-600:focus{
  --bg-opacity: 1;
  background-color: #95C11F;
  background-color: rgba(149, 193, 31, var(--bg-opacity));
}

.focus\:bg-red-700:focus{
  --bg-opacity: 1;
  background-color: #83ab1a;
  background-color: rgba(131, 171, 26, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.from-red-500{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.from-red-600{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.from-red-700{
  --gradient-from-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.via-red-500{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.via-red-600{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.via-red-700{
  --gradient-via-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.via-indigo-500{
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.via-indigo-600{
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.via-indigo-700{
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.via-indigo-800{
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.via-indigo-900{
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.via-purple-100{
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.via-purple-200{
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.via-purple-300{
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.via-purple-400{
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.via-purple-500{
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.via-purple-600{
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.via-purple-700{
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.via-purple-800{
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.via-purple-900{
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.via-pink-100{
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.via-pink-200{
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.via-pink-300{
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.via-pink-400{
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.via-pink-500{
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.via-pink-600{
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.via-pink-700{
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.via-pink-800{
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.via-pink-900{
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.to-transparent{
  --gradient-to-color: transparent;
}

.to-current{
  --gradient-to-color: currentColor;
}

.to-black{
  --gradient-to-color: #000;
}

.to-white{
  --gradient-to-color: #fff;
}

.to-gray-100{
  --gradient-to-color: #f7fafc;
}

.to-gray-200{
  --gradient-to-color: #EDF2F7;
}

.to-gray-300{
  --gradient-to-color: #e2e8f0;
}

.to-gray-400{
  --gradient-to-color: #cbd5e0;
}

.to-gray-500{
  --gradient-to-color: #a0aec0;
}

.to-gray-600{
  --gradient-to-color: #718096;
}

.to-gray-700{
  --gradient-to-color: #4a5568;
}

.to-gray-800{
  --gradient-to-color: #2d3748;
}

.to-gray-900{
  --gradient-to-color: #1a202c;
}

.to-red-100{
  --gradient-to-color: #fff5f5;
}

.to-red-200{
  --gradient-to-color: #fed7d7;
}

.to-red-300{
  --gradient-to-color: #feb2b2;
}

.to-red-400{
  --gradient-to-color: #fc8181;
}

.to-red-500{
  --gradient-to-color: #95C11F;
}

.to-red-600{
  --gradient-to-color: #95C11F;
}

.to-red-700{
  --gradient-to-color: #83ab1a;
}

.to-red-800{
  --gradient-to-color: #9b2c2c;
}

.to-red-900{
  --gradient-to-color: #742a2a;
}

.to-orange-100{
  --gradient-to-color: #fffaf0;
}

.to-orange-200{
  --gradient-to-color: #feebc8;
}

.to-orange-300{
  --gradient-to-color: #fbd38d;
}

.to-orange-400{
  --gradient-to-color: #f6ad55;
}

.to-orange-500{
  --gradient-to-color: #ed8936;
}

.to-orange-600{
  --gradient-to-color: #dd6b20;
}

.to-orange-700{
  --gradient-to-color: #c05621;
}

.to-orange-800{
  --gradient-to-color: #9c4221;
}

.to-orange-900{
  --gradient-to-color: #7b341e;
}

.to-yellow-100{
  --gradient-to-color: #fffff0;
}

.to-yellow-200{
  --gradient-to-color: #fefcbf;
}

.to-yellow-300{
  --gradient-to-color: #faf089;
}

.to-yellow-400{
  --gradient-to-color: #f6e05e;
}

.to-yellow-500{
  --gradient-to-color: #ecc94b;
}

.to-yellow-600{
  --gradient-to-color: #d69e2e;
}

.to-yellow-700{
  --gradient-to-color: #b7791f;
}

.to-yellow-800{
  --gradient-to-color: #975a16;
}

.to-yellow-900{
  --gradient-to-color: #744210;
}

.to-green-100{
  --gradient-to-color: #f0fff4;
}

.to-green-200{
  --gradient-to-color: #c6f6d5;
}

.to-green-300{
  --gradient-to-color: #9ae6b4;
}

.to-green-400{
  --gradient-to-color: #68d391;
}

.to-green-500{
  --gradient-to-color: #48bb78;
}

.to-green-600{
  --gradient-to-color: #38a169;
}

.to-green-700{
  --gradient-to-color: #2f855a;
}

.to-green-800{
  --gradient-to-color: #276749;
}

.to-green-900{
  --gradient-to-color: #22543d;
}

.to-teal-100{
  --gradient-to-color: #e6fffa;
}

.to-teal-200{
  --gradient-to-color: #b2f5ea;
}

.to-teal-300{
  --gradient-to-color: #81e6d9;
}

.to-teal-400{
  --gradient-to-color: #4fd1c5;
}

.to-teal-500{
  --gradient-to-color: #38b2ac;
}

.to-teal-600{
  --gradient-to-color: #319795;
}

.to-teal-700{
  --gradient-to-color: #2c7a7b;
}

.to-teal-800{
  --gradient-to-color: #285e61;
}

.to-teal-900{
  --gradient-to-color: #234e52;
}

.to-blue-100{
  --gradient-to-color: #ebf8ff;
}

.to-blue-200{
  --gradient-to-color: #bee3f8;
}

.to-blue-300{
  --gradient-to-color: #90cdf4;
}

.to-blue-400{
  --gradient-to-color: #63b3ed;
}

.to-blue-500{
  --gradient-to-color: #4299e1;
}

.to-blue-600{
  --gradient-to-color: #3182ce;
}

.to-blue-700{
  --gradient-to-color: #2b6cb0;
}

.to-blue-800{
  --gradient-to-color: #2c5282;
}

.to-blue-900{
  --gradient-to-color: #2a4365;
}

.to-indigo-100{
  --gradient-to-color: #ebf4ff;
}

.to-indigo-200{
  --gradient-to-color: #c3dafe;
}

.to-indigo-300{
  --gradient-to-color: #a3bffa;
}

.to-indigo-400{
  --gradient-to-color: #7f9cf5;
}

.to-indigo-500{
  --gradient-to-color: #667eea;
}

.to-indigo-600{
  --gradient-to-color: #5a67d8;
}

.to-indigo-700{
  --gradient-to-color: #4c51bf;
}

.to-indigo-800{
  --gradient-to-color: #434190;
}

.to-indigo-900{
  --gradient-to-color: #3c366b;
}

.to-purple-100{
  --gradient-to-color: #faf5ff;
}

.to-purple-200{
  --gradient-to-color: #e9d8fd;
}

.to-purple-300{
  --gradient-to-color: #d6bcfa;
}

.to-purple-400{
  --gradient-to-color: #b794f4;
}

.to-purple-500{
  --gradient-to-color: #9f7aea;
}

.to-purple-600{
  --gradient-to-color: #805ad5;
}

.to-purple-700{
  --gradient-to-color: #6b46c1;
}

.to-purple-800{
  --gradient-to-color: #553c9a;
}

.to-purple-900{
  --gradient-to-color: #44337a;
}

.to-pink-100{
  --gradient-to-color: #fff5f7;
}

.to-pink-200{
  --gradient-to-color: #fed7e2;
}

.to-pink-300{
  --gradient-to-color: #fbb6ce;
}

.to-pink-400{
  --gradient-to-color: #f687b3;
}

.to-pink-500{
  --gradient-to-color: #ed64a6;
}

.to-pink-600{
  --gradient-to-color: #d53f8c;
}

.to-pink-700{
  --gradient-to-color: #b83280;
}

.to-pink-800{
  --gradient-to-color: #97266d;
}

.to-pink-900{
  --gradient-to-color: #702459;
}

.hover\:from-transparent:hover{
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover{
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover{
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover{
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:from-gray-100:hover{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:from-gray-200:hover{
  --gradient-from-color: #EDF2F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:from-gray-300:hover{
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:from-gray-400:hover{
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:from-gray-500:hover{
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:from-gray-600:hover{
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:from-gray-700:hover{
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:from-gray-800:hover{
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:from-gray-900:hover{
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:from-red-100:hover{
  --gradient-from-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}

.hover\:from-red-200:hover{
  --gradient-from-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}

.hover\:from-red-300:hover{
  --gradient-from-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}

.hover\:from-red-400:hover{
  --gradient-from-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}

.hover\:from-red-500:hover{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.hover\:from-red-600:hover{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.hover\:from-red-700:hover{
  --gradient-from-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

.hover\:from-red-800:hover{
  --gradient-from-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}

.hover\:from-red-900:hover{
  --gradient-from-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}

.hover\:from-orange-100:hover{
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.hover\:from-orange-200:hover{
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.hover\:from-orange-300:hover{
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.hover\:from-orange-400:hover{
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.hover\:from-orange-500:hover{
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.hover\:from-orange-600:hover{
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.hover\:from-orange-700:hover{
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.hover\:from-orange-800:hover{
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.hover\:from-orange-900:hover{
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.hover\:from-yellow-100:hover{
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.hover\:from-yellow-200:hover{
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.hover\:from-yellow-300:hover{
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.hover\:from-yellow-400:hover{
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.hover\:from-yellow-500:hover{
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.hover\:from-yellow-600:hover{
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.hover\:from-yellow-700:hover{
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.hover\:from-yellow-800:hover{
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.hover\:from-yellow-900:hover{
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.hover\:from-green-100:hover{
  --gradient-from-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}

.hover\:from-green-200:hover{
  --gradient-from-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}

.hover\:from-green-300:hover{
  --gradient-from-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}

.hover\:from-green-400:hover{
  --gradient-from-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}

.hover\:from-green-500:hover{
  --gradient-from-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}

.hover\:from-green-600:hover{
  --gradient-from-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}

.hover\:from-green-700:hover{
  --gradient-from-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}

.hover\:from-green-800:hover{
  --gradient-from-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}

.hover\:from-green-900:hover{
  --gradient-from-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}

.hover\:from-teal-100:hover{
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:from-teal-200:hover{
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:from-teal-300:hover{
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:from-teal-400:hover{
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:from-teal-500:hover{
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:from-teal-600:hover{
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:from-teal-700:hover{
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:from-teal-800:hover{
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:from-teal-900:hover{
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:from-blue-100:hover{
  --gradient-from-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}

.hover\:from-blue-200:hover{
  --gradient-from-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}

.hover\:from-blue-300:hover{
  --gradient-from-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}

.hover\:from-blue-400:hover{
  --gradient-from-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}

.hover\:from-blue-500:hover{
  --gradient-from-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}

.hover\:from-blue-600:hover{
  --gradient-from-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}

.hover\:from-blue-700:hover{
  --gradient-from-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}

.hover\:from-blue-800:hover{
  --gradient-from-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}

.hover\:from-blue-900:hover{
  --gradient-from-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}

.hover\:from-indigo-100:hover{
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:from-indigo-200:hover{
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:from-indigo-300:hover{
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:from-indigo-400:hover{
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:from-indigo-500:hover{
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:from-indigo-600:hover{
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:from-indigo-700:hover{
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:from-indigo-800:hover{
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:from-indigo-900:hover{
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:from-purple-100:hover{
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.hover\:from-purple-200:hover{
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.hover\:from-purple-300:hover{
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.hover\:from-purple-400:hover{
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.hover\:from-purple-500:hover{
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.hover\:from-purple-600:hover{
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.hover\:from-purple-700:hover{
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.hover\:from-purple-800:hover{
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.hover\:from-purple-900:hover{
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.hover\:from-pink-100:hover{
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:from-pink-200:hover{
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:from-pink-300:hover{
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:from-pink-400:hover{
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:from-pink-500:hover{
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:from-pink-600:hover{
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:from-pink-700:hover{
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:from-pink-800:hover{
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:from-pink-900:hover{
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:via-transparent:hover{
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover{
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover{
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover{
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-gray-100:hover{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:via-gray-200:hover{
  --gradient-via-color: #EDF2F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:via-gray-300:hover{
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:via-gray-400:hover{
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:via-gray-500:hover{
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:via-gray-600:hover{
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:via-gray-700:hover{
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:via-gray-800:hover{
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:via-gray-900:hover{
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:via-red-100:hover{
  --gradient-via-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}

.hover\:via-red-200:hover{
  --gradient-via-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}

.hover\:via-red-300:hover{
  --gradient-via-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}

.hover\:via-red-400:hover{
  --gradient-via-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}

.hover\:via-red-500:hover{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.hover\:via-red-600:hover{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.hover\:via-red-700:hover{
  --gradient-via-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

.hover\:via-red-800:hover{
  --gradient-via-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}

.hover\:via-red-900:hover{
  --gradient-via-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}

.hover\:via-orange-100:hover{
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.hover\:via-orange-200:hover{
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.hover\:via-orange-300:hover{
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.hover\:via-orange-400:hover{
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.hover\:via-orange-500:hover{
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.hover\:via-orange-600:hover{
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.hover\:via-orange-700:hover{
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.hover\:via-orange-800:hover{
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.hover\:via-orange-900:hover{
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.hover\:via-yellow-100:hover{
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.hover\:via-yellow-200:hover{
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.hover\:via-yellow-300:hover{
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.hover\:via-yellow-400:hover{
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.hover\:via-yellow-500:hover{
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.hover\:via-yellow-600:hover{
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.hover\:via-yellow-700:hover{
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.hover\:via-yellow-800:hover{
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.hover\:via-yellow-900:hover{
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.hover\:via-green-100:hover{
  --gradient-via-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}

.hover\:via-green-200:hover{
  --gradient-via-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}

.hover\:via-green-300:hover{
  --gradient-via-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}

.hover\:via-green-400:hover{
  --gradient-via-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}

.hover\:via-green-500:hover{
  --gradient-via-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}

.hover\:via-green-600:hover{
  --gradient-via-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}

.hover\:via-green-700:hover{
  --gradient-via-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}

.hover\:via-green-800:hover{
  --gradient-via-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}

.hover\:via-green-900:hover{
  --gradient-via-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}

.hover\:via-teal-100:hover{
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:via-teal-200:hover{
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:via-teal-300:hover{
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:via-teal-400:hover{
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:via-teal-500:hover{
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:via-teal-600:hover{
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:via-teal-700:hover{
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:via-teal-800:hover{
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:via-teal-900:hover{
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:via-blue-100:hover{
  --gradient-via-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}

.hover\:via-blue-200:hover{
  --gradient-via-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}

.hover\:via-blue-300:hover{
  --gradient-via-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}

.hover\:via-blue-400:hover{
  --gradient-via-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}

.hover\:via-blue-500:hover{
  --gradient-via-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}

.hover\:via-blue-600:hover{
  --gradient-via-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}

.hover\:via-blue-700:hover{
  --gradient-via-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}

.hover\:via-blue-800:hover{
  --gradient-via-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}

.hover\:via-blue-900:hover{
  --gradient-via-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}

.hover\:via-indigo-100:hover{
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:via-indigo-200:hover{
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:via-indigo-300:hover{
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:via-indigo-400:hover{
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:via-indigo-500:hover{
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:via-indigo-600:hover{
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:via-indigo-700:hover{
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:via-indigo-800:hover{
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:via-indigo-900:hover{
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:via-purple-100:hover{
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.hover\:via-purple-200:hover{
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.hover\:via-purple-300:hover{
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.hover\:via-purple-400:hover{
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.hover\:via-purple-500:hover{
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.hover\:via-purple-600:hover{
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.hover\:via-purple-700:hover{
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.hover\:via-purple-800:hover{
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.hover\:via-purple-900:hover{
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.hover\:via-pink-100:hover{
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:via-pink-200:hover{
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:via-pink-300:hover{
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:via-pink-400:hover{
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:via-pink-500:hover{
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:via-pink-600:hover{
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:via-pink-700:hover{
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:via-pink-800:hover{
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:via-pink-900:hover{
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:to-transparent:hover{
  --gradient-to-color: transparent;
}

.hover\:to-current:hover{
  --gradient-to-color: currentColor;
}

.hover\:to-black:hover{
  --gradient-to-color: #000;
}

.hover\:to-white:hover{
  --gradient-to-color: #fff;
}

.hover\:to-gray-100:hover{
  --gradient-to-color: #f7fafc;
}

.hover\:to-gray-200:hover{
  --gradient-to-color: #EDF2F7;
}

.hover\:to-gray-300:hover{
  --gradient-to-color: #e2e8f0;
}

.hover\:to-gray-400:hover{
  --gradient-to-color: #cbd5e0;
}

.hover\:to-gray-500:hover{
  --gradient-to-color: #a0aec0;
}

.hover\:to-gray-600:hover{
  --gradient-to-color: #718096;
}

.hover\:to-gray-700:hover{
  --gradient-to-color: #4a5568;
}

.hover\:to-gray-800:hover{
  --gradient-to-color: #2d3748;
}

.hover\:to-gray-900:hover{
  --gradient-to-color: #1a202c;
}

.hover\:to-red-100:hover{
  --gradient-to-color: #fff5f5;
}

.hover\:to-red-200:hover{
  --gradient-to-color: #fed7d7;
}

.hover\:to-red-300:hover{
  --gradient-to-color: #feb2b2;
}

.hover\:to-red-400:hover{
  --gradient-to-color: #fc8181;
}

.hover\:to-red-500:hover{
  --gradient-to-color: #95C11F;
}

.hover\:to-red-600:hover{
  --gradient-to-color: #95C11F;
}

.hover\:to-red-700:hover{
  --gradient-to-color: #83ab1a;
}

.hover\:to-red-800:hover{
  --gradient-to-color: #9b2c2c;
}

.hover\:to-red-900:hover{
  --gradient-to-color: #742a2a;
}

.hover\:to-orange-100:hover{
  --gradient-to-color: #fffaf0;
}

.hover\:to-orange-200:hover{
  --gradient-to-color: #feebc8;
}

.hover\:to-orange-300:hover{
  --gradient-to-color: #fbd38d;
}

.hover\:to-orange-400:hover{
  --gradient-to-color: #f6ad55;
}

.hover\:to-orange-500:hover{
  --gradient-to-color: #ed8936;
}

.hover\:to-orange-600:hover{
  --gradient-to-color: #dd6b20;
}

.hover\:to-orange-700:hover{
  --gradient-to-color: #c05621;
}

.hover\:to-orange-800:hover{
  --gradient-to-color: #9c4221;
}

.hover\:to-orange-900:hover{
  --gradient-to-color: #7b341e;
}

.hover\:to-yellow-100:hover{
  --gradient-to-color: #fffff0;
}

.hover\:to-yellow-200:hover{
  --gradient-to-color: #fefcbf;
}

.hover\:to-yellow-300:hover{
  --gradient-to-color: #faf089;
}

.hover\:to-yellow-400:hover{
  --gradient-to-color: #f6e05e;
}

.hover\:to-yellow-500:hover{
  --gradient-to-color: #ecc94b;
}

.hover\:to-yellow-600:hover{
  --gradient-to-color: #d69e2e;
}

.hover\:to-yellow-700:hover{
  --gradient-to-color: #b7791f;
}

.hover\:to-yellow-800:hover{
  --gradient-to-color: #975a16;
}

.hover\:to-yellow-900:hover{
  --gradient-to-color: #744210;
}

.hover\:to-green-100:hover{
  --gradient-to-color: #f0fff4;
}

.hover\:to-green-200:hover{
  --gradient-to-color: #c6f6d5;
}

.hover\:to-green-300:hover{
  --gradient-to-color: #9ae6b4;
}

.hover\:to-green-400:hover{
  --gradient-to-color: #68d391;
}

.hover\:to-green-500:hover{
  --gradient-to-color: #48bb78;
}

.hover\:to-green-600:hover{
  --gradient-to-color: #38a169;
}

.hover\:to-green-700:hover{
  --gradient-to-color: #2f855a;
}

.hover\:to-green-800:hover{
  --gradient-to-color: #276749;
}

.hover\:to-green-900:hover{
  --gradient-to-color: #22543d;
}

.hover\:to-teal-100:hover{
  --gradient-to-color: #e6fffa;
}

.hover\:to-teal-200:hover{
  --gradient-to-color: #b2f5ea;
}

.hover\:to-teal-300:hover{
  --gradient-to-color: #81e6d9;
}

.hover\:to-teal-400:hover{
  --gradient-to-color: #4fd1c5;
}

.hover\:to-teal-500:hover{
  --gradient-to-color: #38b2ac;
}

.hover\:to-teal-600:hover{
  --gradient-to-color: #319795;
}

.hover\:to-teal-700:hover{
  --gradient-to-color: #2c7a7b;
}

.hover\:to-teal-800:hover{
  --gradient-to-color: #285e61;
}

.hover\:to-teal-900:hover{
  --gradient-to-color: #234e52;
}

.hover\:to-blue-100:hover{
  --gradient-to-color: #ebf8ff;
}

.hover\:to-blue-200:hover{
  --gradient-to-color: #bee3f8;
}

.hover\:to-blue-300:hover{
  --gradient-to-color: #90cdf4;
}

.hover\:to-blue-400:hover{
  --gradient-to-color: #63b3ed;
}

.hover\:to-blue-500:hover{
  --gradient-to-color: #4299e1;
}

.hover\:to-blue-600:hover{
  --gradient-to-color: #3182ce;
}

.hover\:to-blue-700:hover{
  --gradient-to-color: #2b6cb0;
}

.hover\:to-blue-800:hover{
  --gradient-to-color: #2c5282;
}

.hover\:to-blue-900:hover{
  --gradient-to-color: #2a4365;
}

.hover\:to-indigo-100:hover{
  --gradient-to-color: #ebf4ff;
}

.hover\:to-indigo-200:hover{
  --gradient-to-color: #c3dafe;
}

.hover\:to-indigo-300:hover{
  --gradient-to-color: #a3bffa;
}

.hover\:to-indigo-400:hover{
  --gradient-to-color: #7f9cf5;
}

.hover\:to-indigo-500:hover{
  --gradient-to-color: #667eea;
}

.hover\:to-indigo-600:hover{
  --gradient-to-color: #5a67d8;
}

.hover\:to-indigo-700:hover{
  --gradient-to-color: #4c51bf;
}

.hover\:to-indigo-800:hover{
  --gradient-to-color: #434190;
}

.hover\:to-indigo-900:hover{
  --gradient-to-color: #3c366b;
}

.hover\:to-purple-100:hover{
  --gradient-to-color: #faf5ff;
}

.hover\:to-purple-200:hover{
  --gradient-to-color: #e9d8fd;
}

.hover\:to-purple-300:hover{
  --gradient-to-color: #d6bcfa;
}

.hover\:to-purple-400:hover{
  --gradient-to-color: #b794f4;
}

.hover\:to-purple-500:hover{
  --gradient-to-color: #9f7aea;
}

.hover\:to-purple-600:hover{
  --gradient-to-color: #805ad5;
}

.hover\:to-purple-700:hover{
  --gradient-to-color: #6b46c1;
}

.hover\:to-purple-800:hover{
  --gradient-to-color: #553c9a;
}

.hover\:to-purple-900:hover{
  --gradient-to-color: #44337a;
}

.hover\:to-pink-100:hover{
  --gradient-to-color: #fff5f7;
}

.hover\:to-pink-200:hover{
  --gradient-to-color: #fed7e2;
}

.hover\:to-pink-300:hover{
  --gradient-to-color: #fbb6ce;
}

.hover\:to-pink-400:hover{
  --gradient-to-color: #f687b3;
}

.hover\:to-pink-500:hover{
  --gradient-to-color: #ed64a6;
}

.hover\:to-pink-600:hover{
  --gradient-to-color: #d53f8c;
}

.hover\:to-pink-700:hover{
  --gradient-to-color: #b83280;
}

.hover\:to-pink-800:hover{
  --gradient-to-color: #97266d;
}

.hover\:to-pink-900:hover{
  --gradient-to-color: #702459;
}

.focus\:from-transparent:focus{
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus{
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus{
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus{
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:from-gray-100:focus{
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:from-gray-200:focus{
  --gradient-from-color: #EDF2F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:from-gray-300:focus{
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:from-gray-400:focus{
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:from-gray-500:focus{
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:from-gray-600:focus{
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:from-gray-700:focus{
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:from-gray-800:focus{
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:from-gray-900:focus{
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:from-red-100:focus{
  --gradient-from-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}

.focus\:from-red-200:focus{
  --gradient-from-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}

.focus\:from-red-300:focus{
  --gradient-from-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}

.focus\:from-red-400:focus{
  --gradient-from-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}

.focus\:from-red-500:focus{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.focus\:from-red-600:focus{
  --gradient-from-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.focus\:from-red-700:focus{
  --gradient-from-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

.focus\:from-red-800:focus{
  --gradient-from-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}

.focus\:from-red-900:focus{
  --gradient-from-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}

.focus\:from-orange-100:focus{
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.focus\:from-orange-200:focus{
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.focus\:from-orange-300:focus{
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.focus\:from-orange-400:focus{
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.focus\:from-orange-500:focus{
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.focus\:from-orange-600:focus{
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.focus\:from-orange-700:focus{
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.focus\:from-orange-800:focus{
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.focus\:from-orange-900:focus{
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.focus\:from-yellow-100:focus{
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.focus\:from-yellow-200:focus{
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.focus\:from-yellow-300:focus{
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.focus\:from-yellow-400:focus{
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.focus\:from-yellow-500:focus{
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.focus\:from-yellow-600:focus{
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.focus\:from-yellow-700:focus{
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.focus\:from-yellow-800:focus{
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.focus\:from-yellow-900:focus{
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.focus\:from-green-100:focus{
  --gradient-from-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}

.focus\:from-green-200:focus{
  --gradient-from-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}

.focus\:from-green-300:focus{
  --gradient-from-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}

.focus\:from-green-400:focus{
  --gradient-from-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}

.focus\:from-green-500:focus{
  --gradient-from-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}

.focus\:from-green-600:focus{
  --gradient-from-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}

.focus\:from-green-700:focus{
  --gradient-from-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}

.focus\:from-green-800:focus{
  --gradient-from-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}

.focus\:from-green-900:focus{
  --gradient-from-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}

.focus\:from-teal-100:focus{
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:from-teal-200:focus{
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:from-teal-300:focus{
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:from-teal-400:focus{
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:from-teal-500:focus{
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:from-teal-600:focus{
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:from-teal-700:focus{
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:from-teal-800:focus{
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:from-teal-900:focus{
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:from-blue-100:focus{
  --gradient-from-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}

.focus\:from-blue-200:focus{
  --gradient-from-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}

.focus\:from-blue-300:focus{
  --gradient-from-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}

.focus\:from-blue-400:focus{
  --gradient-from-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}

.focus\:from-blue-500:focus{
  --gradient-from-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}

.focus\:from-blue-600:focus{
  --gradient-from-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}

.focus\:from-blue-700:focus{
  --gradient-from-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}

.focus\:from-blue-800:focus{
  --gradient-from-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}

.focus\:from-blue-900:focus{
  --gradient-from-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}

.focus\:from-indigo-100:focus{
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:from-indigo-200:focus{
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:from-indigo-300:focus{
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:from-indigo-400:focus{
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:from-indigo-500:focus{
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:from-indigo-600:focus{
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:from-indigo-700:focus{
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:from-indigo-800:focus{
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:from-indigo-900:focus{
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:from-purple-100:focus{
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.focus\:from-purple-200:focus{
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.focus\:from-purple-300:focus{
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.focus\:from-purple-400:focus{
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.focus\:from-purple-500:focus{
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.focus\:from-purple-600:focus{
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.focus\:from-purple-700:focus{
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.focus\:from-purple-800:focus{
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.focus\:from-purple-900:focus{
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.focus\:from-pink-100:focus{
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:from-pink-200:focus{
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:from-pink-300:focus{
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:from-pink-400:focus{
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:from-pink-500:focus{
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:from-pink-600:focus{
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:from-pink-700:focus{
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:from-pink-800:focus{
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:from-pink-900:focus{
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:via-transparent:focus{
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus{
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus{
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus{
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-gray-100:focus{
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:via-gray-200:focus{
  --gradient-via-color: #EDF2F7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:via-gray-300:focus{
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:via-gray-400:focus{
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:via-gray-500:focus{
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:via-gray-600:focus{
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:via-gray-700:focus{
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:via-gray-800:focus{
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:via-gray-900:focus{
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:via-red-100:focus{
  --gradient-via-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}

.focus\:via-red-200:focus{
  --gradient-via-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}

.focus\:via-red-300:focus{
  --gradient-via-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}

.focus\:via-red-400:focus{
  --gradient-via-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}

.focus\:via-red-500:focus{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.focus\:via-red-600:focus{
  --gradient-via-color: #95C11F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
}

.focus\:via-red-700:focus{
  --gradient-via-color: #83ab1a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
}

.focus\:via-red-800:focus{
  --gradient-via-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}

.focus\:via-red-900:focus{
  --gradient-via-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}

.focus\:via-orange-100:focus{
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.focus\:via-orange-200:focus{
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.focus\:via-orange-300:focus{
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.focus\:via-orange-400:focus{
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.focus\:via-orange-500:focus{
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.focus\:via-orange-600:focus{
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.focus\:via-orange-700:focus{
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.focus\:via-orange-800:focus{
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.focus\:via-orange-900:focus{
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.focus\:via-yellow-100:focus{
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.focus\:via-yellow-200:focus{
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.focus\:via-yellow-300:focus{
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.focus\:via-yellow-400:focus{
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.focus\:via-yellow-500:focus{
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.focus\:via-yellow-600:focus{
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.focus\:via-yellow-700:focus{
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.focus\:via-yellow-800:focus{
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.focus\:via-yellow-900:focus{
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.focus\:via-green-100:focus{
  --gradient-via-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}

.focus\:via-green-200:focus{
  --gradient-via-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}

.focus\:via-green-300:focus{
  --gradient-via-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}

.focus\:via-green-400:focus{
  --gradient-via-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}

.focus\:via-green-500:focus{
  --gradient-via-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}

.focus\:via-green-600:focus{
  --gradient-via-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}

.focus\:via-green-700:focus{
  --gradient-via-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}

.focus\:via-green-800:focus{
  --gradient-via-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}

.focus\:via-green-900:focus{
  --gradient-via-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}

.focus\:via-teal-100:focus{
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:via-teal-200:focus{
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:via-teal-300:focus{
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:via-teal-400:focus{
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:via-teal-500:focus{
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:via-teal-600:focus{
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:via-teal-700:focus{
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:via-teal-800:focus{
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:via-teal-900:focus{
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:via-blue-100:focus{
  --gradient-via-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}

.focus\:via-blue-200:focus{
  --gradient-via-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}

.focus\:via-blue-300:focus{
  --gradient-via-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}

.focus\:via-blue-400:focus{
  --gradient-via-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}

.focus\:via-blue-500:focus{
  --gradient-via-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}

.focus\:via-blue-600:focus{
  --gradient-via-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}

.focus\:via-blue-700:focus{
  --gradient-via-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}

.focus\:via-blue-800:focus{
  --gradient-via-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}

.focus\:via-blue-900:focus{
  --gradient-via-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}

.focus\:via-indigo-100:focus{
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:via-indigo-200:focus{
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:via-indigo-300:focus{
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:via-indigo-400:focus{
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:via-indigo-500:focus{
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:via-indigo-600:focus{
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:via-indigo-700:focus{
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:via-indigo-800:focus{
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:via-indigo-900:focus{
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:via-purple-100:focus{
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.focus\:via-purple-200:focus{
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.focus\:via-purple-300:focus{
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.focus\:via-purple-400:focus{
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.focus\:via-purple-500:focus{
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.focus\:via-purple-600:focus{
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.focus\:via-purple-700:focus{
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.focus\:via-purple-800:focus{
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.focus\:via-purple-900:focus{
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.focus\:via-pink-100:focus{
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:via-pink-200:focus{
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:via-pink-300:focus{
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:via-pink-400:focus{
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:via-pink-500:focus{
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:via-pink-600:focus{
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:via-pink-700:focus{
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:via-pink-800:focus{
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:via-pink-900:focus{
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:to-transparent:focus{
  --gradient-to-color: transparent;
}

.focus\:to-current:focus{
  --gradient-to-color: currentColor;
}

.focus\:to-black:focus{
  --gradient-to-color: #000;
}

.focus\:to-white:focus{
  --gradient-to-color: #fff;
}

.focus\:to-gray-100:focus{
  --gradient-to-color: #f7fafc;
}

.focus\:to-gray-200:focus{
  --gradient-to-color: #EDF2F7;
}

.focus\:to-gray-300:focus{
  --gradient-to-color: #e2e8f0;
}

.focus\:to-gray-400:focus{
  --gradient-to-color: #cbd5e0;
}

.focus\:to-gray-500:focus{
  --gradient-to-color: #a0aec0;
}

.focus\:to-gray-600:focus{
  --gradient-to-color: #718096;
}

.focus\:to-gray-700:focus{
  --gradient-to-color: #4a5568;
}

.focus\:to-gray-800:focus{
  --gradient-to-color: #2d3748;
}

.focus\:to-gray-900:focus{
  --gradient-to-color: #1a202c;
}

.focus\:to-red-100:focus{
  --gradient-to-color: #fff5f5;
}

.focus\:to-red-200:focus{
  --gradient-to-color: #fed7d7;
}

.focus\:to-red-300:focus{
  --gradient-to-color: #feb2b2;
}

.focus\:to-red-400:focus{
  --gradient-to-color: #fc8181;
}

.focus\:to-red-500:focus{
  --gradient-to-color: #95C11F;
}

.focus\:to-red-600:focus{
  --gradient-to-color: #95C11F;
}

.focus\:to-red-700:focus{
  --gradient-to-color: #83ab1a;
}

.focus\:to-red-800:focus{
  --gradient-to-color: #9b2c2c;
}

.focus\:to-red-900:focus{
  --gradient-to-color: #742a2a;
}

.focus\:to-orange-100:focus{
  --gradient-to-color: #fffaf0;
}

.focus\:to-orange-200:focus{
  --gradient-to-color: #feebc8;
}

.focus\:to-orange-300:focus{
  --gradient-to-color: #fbd38d;
}

.focus\:to-orange-400:focus{
  --gradient-to-color: #f6ad55;
}

.focus\:to-orange-500:focus{
  --gradient-to-color: #ed8936;
}

.focus\:to-orange-600:focus{
  --gradient-to-color: #dd6b20;
}

.focus\:to-orange-700:focus{
  --gradient-to-color: #c05621;
}

.focus\:to-orange-800:focus{
  --gradient-to-color: #9c4221;
}

.focus\:to-orange-900:focus{
  --gradient-to-color: #7b341e;
}

.focus\:to-yellow-100:focus{
  --gradient-to-color: #fffff0;
}

.focus\:to-yellow-200:focus{
  --gradient-to-color: #fefcbf;
}

.focus\:to-yellow-300:focus{
  --gradient-to-color: #faf089;
}

.focus\:to-yellow-400:focus{
  --gradient-to-color: #f6e05e;
}

.focus\:to-yellow-500:focus{
  --gradient-to-color: #ecc94b;
}

.focus\:to-yellow-600:focus{
  --gradient-to-color: #d69e2e;
}

.focus\:to-yellow-700:focus{
  --gradient-to-color: #b7791f;
}

.focus\:to-yellow-800:focus{
  --gradient-to-color: #975a16;
}

.focus\:to-yellow-900:focus{
  --gradient-to-color: #744210;
}

.focus\:to-green-100:focus{
  --gradient-to-color: #f0fff4;
}

.focus\:to-green-200:focus{
  --gradient-to-color: #c6f6d5;
}

.focus\:to-green-300:focus{
  --gradient-to-color: #9ae6b4;
}

.focus\:to-green-400:focus{
  --gradient-to-color: #68d391;
}

.focus\:to-green-500:focus{
  --gradient-to-color: #48bb78;
}

.focus\:to-green-600:focus{
  --gradient-to-color: #38a169;
}

.focus\:to-green-700:focus{
  --gradient-to-color: #2f855a;
}

.focus\:to-green-800:focus{
  --gradient-to-color: #276749;
}

.focus\:to-green-900:focus{
  --gradient-to-color: #22543d;
}

.focus\:to-teal-100:focus{
  --gradient-to-color: #e6fffa;
}

.focus\:to-teal-200:focus{
  --gradient-to-color: #b2f5ea;
}

.focus\:to-teal-300:focus{
  --gradient-to-color: #81e6d9;
}

.focus\:to-teal-400:focus{
  --gradient-to-color: #4fd1c5;
}

.focus\:to-teal-500:focus{
  --gradient-to-color: #38b2ac;
}

.focus\:to-teal-600:focus{
  --gradient-to-color: #319795;
}

.focus\:to-teal-700:focus{
  --gradient-to-color: #2c7a7b;
}

.focus\:to-teal-800:focus{
  --gradient-to-color: #285e61;
}

.focus\:to-teal-900:focus{
  --gradient-to-color: #234e52;
}

.focus\:to-blue-100:focus{
  --gradient-to-color: #ebf8ff;
}

.focus\:to-blue-200:focus{
  --gradient-to-color: #bee3f8;
}

.focus\:to-blue-300:focus{
  --gradient-to-color: #90cdf4;
}

.focus\:to-blue-400:focus{
  --gradient-to-color: #63b3ed;
}

.focus\:to-blue-500:focus{
  --gradient-to-color: #4299e1;
}

.focus\:to-blue-600:focus{
  --gradient-to-color: #3182ce;
}

.focus\:to-blue-700:focus{
  --gradient-to-color: #2b6cb0;
}

.focus\:to-blue-800:focus{
  --gradient-to-color: #2c5282;
}

.focus\:to-blue-900:focus{
  --gradient-to-color: #2a4365;
}

.focus\:to-indigo-100:focus{
  --gradient-to-color: #ebf4ff;
}

.focus\:to-indigo-200:focus{
  --gradient-to-color: #c3dafe;
}

.focus\:to-indigo-300:focus{
  --gradient-to-color: #a3bffa;
}

.focus\:to-indigo-400:focus{
  --gradient-to-color: #7f9cf5;
}

.focus\:to-indigo-500:focus{
  --gradient-to-color: #667eea;
}

.focus\:to-indigo-600:focus{
  --gradient-to-color: #5a67d8;
}

.focus\:to-indigo-700:focus{
  --gradient-to-color: #4c51bf;
}

.focus\:to-indigo-800:focus{
  --gradient-to-color: #434190;
}

.focus\:to-indigo-900:focus{
  --gradient-to-color: #3c366b;
}

.focus\:to-purple-100:focus{
  --gradient-to-color: #faf5ff;
}

.focus\:to-purple-200:focus{
  --gradient-to-color: #e9d8fd;
}

.focus\:to-purple-300:focus{
  --gradient-to-color: #d6bcfa;
}

.focus\:to-purple-400:focus{
  --gradient-to-color: #b794f4;
}

.focus\:to-purple-500:focus{
  --gradient-to-color: #9f7aea;
}

.focus\:to-purple-600:focus{
  --gradient-to-color: #805ad5;
}

.focus\:to-purple-700:focus{
  --gradient-to-color: #6b46c1;
}

.focus\:to-purple-800:focus{
  --gradient-to-color: #553c9a;
}

.focus\:to-purple-900:focus{
  --gradient-to-color: #44337a;
}

.focus\:to-pink-100:focus{
  --gradient-to-color: #fff5f7;
}

.focus\:to-pink-200:focus{
  --gradient-to-color: #fed7e2;
}

.focus\:to-pink-300:focus{
  --gradient-to-color: #fbb6ce;
}

.focus\:to-pink-400:focus{
  --gradient-to-color: #f687b3;
}

.focus\:to-pink-500:focus{
  --gradient-to-color: #ed64a6;
}

.focus\:to-pink-600:focus{
  --gradient-to-color: #d53f8c;
}

.focus\:to-pink-700:focus{
  --gradient-to-color: #b83280;
}

.focus\:to-pink-800:focus{
  --gradient-to-color: #97266d;
}

.focus\:to-pink-900:focus{
  --gradient-to-color: #702459;
}

.bg-opacity-0{
  --bg-opacity: 0;
}

.bg-opacity-25{
  --bg-opacity: 0.25;
}

.bg-opacity-30{
  --bg-opacity: 0.3;
}

.bg-opacity-40{
  --bg-opacity: 0.4;
}

.bg-opacity-50{
  --bg-opacity: 0.5;
}

.bg-opacity-75{
  --bg-opacity: 0.75;
}

.bg-opacity-100{
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --bg-opacity: 0;
}

.hover\:bg-opacity-25:hover{
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover{
  --bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover{
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-75:hover{
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-100:hover{
  --bg-opacity: 1;
}

.focus\:bg-opacity-0:focus{
  --bg-opacity: 0;
}

.focus\:bg-opacity-25:focus{
  --bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus{
  --bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus{
  --bg-opacity: 0.5;
}

.focus\:bg-opacity-75:focus{
  --bg-opacity: 0.75;
}

.focus\:bg-opacity-100:focus{
  --bg-opacity: 1;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.border-transparent{
  border-color: transparent;
}

.border-current{
  border-color: currentColor;
}

.border-black{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-white{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-100{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200{
  --border-opacity: 1;
  border-color: #EDF2F7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.border-gray-500{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.border-gray-600{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.border-gray-700{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-gray-900{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-red-100{
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.border-red-200{
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.border-red-300{
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.border-red-400{
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.border-red-500{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.border-red-600{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.border-red-700{
  --border-opacity: 1;
  border-color: #83ab1a;
  border-color: rgba(131, 171, 26, var(--border-opacity));
}

.border-red-800{
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.border-red-900{
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.border-orange-100{
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.border-orange-200{
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.border-orange-300{
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.border-orange-400{
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.border-orange-500{
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.border-orange-600{
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.border-orange-700{
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.border-orange-800{
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.border-orange-900{
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.border-yellow-100{
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.border-yellow-200{
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.border-yellow-300{
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.border-yellow-400{
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.border-yellow-500{
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.border-yellow-600{
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.border-yellow-700{
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.border-yellow-800{
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.border-yellow-900{
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.border-green-100{
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.border-green-200{
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.border-green-300{
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.border-green-400{
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.border-green-500{
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.border-green-600{
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.border-green-700{
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.border-green-800{
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.border-green-900{
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.border-teal-100{
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.border-teal-200{
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.border-teal-300{
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.border-teal-400{
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.border-teal-500{
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.border-teal-600{
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.border-teal-700{
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.border-teal-800{
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.border-teal-900{
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.border-blue-100{
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.border-blue-200{
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.border-blue-300{
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.border-blue-400{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.border-blue-500{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.border-blue-600{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.border-blue-700{
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.border-blue-800{
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.border-blue-900{
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.border-indigo-100{
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.border-indigo-200{
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.border-indigo-300{
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.border-indigo-400{
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.border-indigo-500{
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.border-indigo-600{
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.border-indigo-700{
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.border-indigo-800{
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.border-indigo-900{
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.border-purple-100{
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.border-purple-200{
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.border-purple-300{
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.border-purple-400{
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.border-purple-500{
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.border-purple-600{
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.border-purple-700{
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.border-purple-800{
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.border-purple-900{
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.border-pink-100{
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.border-pink-200{
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.border-pink-300{
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.border-pink-400{
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.border-pink-500{
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.border-pink-600{
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.border-pink-700{
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.border-pink-800{
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.border-pink-900{
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-current:hover{
  border-color: currentColor;
}

.hover\:border-black:hover{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-gray-100:hover{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-gray-200:hover{
  --border-opacity: 1;
  border-color: #EDF2F7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.hover\:border-gray-300:hover{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-gray-400:hover{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.hover\:border-gray-500:hover{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.hover\:border-gray-600:hover{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.hover\:border-gray-700:hover{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.hover\:border-gray-800:hover{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.hover\:border-gray-900:hover{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.hover\:border-red-100:hover{
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.hover\:border-red-200:hover{
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.hover\:border-red-300:hover{
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.hover\:border-red-400:hover{
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.hover\:border-red-500:hover{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.hover\:border-red-600:hover{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.hover\:border-red-700:hover{
  --border-opacity: 1;
  border-color: #83ab1a;
  border-color: rgba(131, 171, 26, var(--border-opacity));
}

.hover\:border-red-800:hover{
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.hover\:border-red-900:hover{
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.hover\:border-orange-100:hover{
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.hover\:border-orange-200:hover{
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.hover\:border-orange-300:hover{
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.hover\:border-orange-400:hover{
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.hover\:border-orange-500:hover{
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.hover\:border-orange-600:hover{
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.hover\:border-orange-700:hover{
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.hover\:border-orange-800:hover{
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.hover\:border-orange-900:hover{
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.hover\:border-yellow-100:hover{
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.hover\:border-yellow-200:hover{
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.hover\:border-yellow-300:hover{
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.hover\:border-yellow-400:hover{
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.hover\:border-yellow-500:hover{
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.hover\:border-yellow-600:hover{
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.hover\:border-yellow-700:hover{
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.hover\:border-yellow-800:hover{
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.hover\:border-yellow-900:hover{
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.hover\:border-green-100:hover{
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.hover\:border-green-200:hover{
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.hover\:border-green-300:hover{
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.hover\:border-green-400:hover{
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.hover\:border-green-500:hover{
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.hover\:border-green-600:hover{
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.hover\:border-green-700:hover{
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.hover\:border-green-800:hover{
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.hover\:border-green-900:hover{
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.hover\:border-teal-100:hover{
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.hover\:border-teal-200:hover{
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.hover\:border-teal-300:hover{
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.hover\:border-teal-400:hover{
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.hover\:border-teal-500:hover{
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.hover\:border-teal-600:hover{
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.hover\:border-teal-700:hover{
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.hover\:border-teal-800:hover{
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.hover\:border-teal-900:hover{
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.hover\:border-blue-100:hover{
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.hover\:border-blue-200:hover{
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.hover\:border-blue-300:hover{
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.hover\:border-blue-400:hover{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.hover\:border-blue-500:hover{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.hover\:border-blue-600:hover{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.hover\:border-blue-700:hover{
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.hover\:border-blue-800:hover{
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.hover\:border-blue-900:hover{
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.hover\:border-indigo-100:hover{
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.hover\:border-indigo-200:hover{
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.hover\:border-indigo-300:hover{
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.hover\:border-indigo-400:hover{
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.hover\:border-indigo-500:hover{
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.hover\:border-indigo-600:hover{
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.hover\:border-indigo-700:hover{
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.hover\:border-indigo-800:hover{
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.hover\:border-indigo-900:hover{
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.hover\:border-purple-100:hover{
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.hover\:border-purple-200:hover{
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.hover\:border-purple-300:hover{
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.hover\:border-purple-400:hover{
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.hover\:border-purple-500:hover{
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.hover\:border-purple-600:hover{
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.hover\:border-purple-700:hover{
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.hover\:border-purple-800:hover{
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.hover\:border-purple-900:hover{
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.hover\:border-pink-100:hover{
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.hover\:border-pink-200:hover{
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.hover\:border-pink-300:hover{
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.hover\:border-pink-400:hover{
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.hover\:border-pink-500:hover{
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.hover\:border-pink-600:hover{
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.hover\:border-pink-700:hover{
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.hover\:border-pink-800:hover{
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.hover\:border-pink-900:hover{
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-current:focus{
  border-color: currentColor;
}

.focus\:border-black:focus{
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.focus\:border-white:focus{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.focus\:border-gray-100:focus{
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.focus\:border-gray-200:focus{
  --border-opacity: 1;
  border-color: #EDF2F7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.focus\:border-gray-300:focus{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-gray-400:focus{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.focus\:border-gray-500:focus{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.focus\:border-gray-600:focus{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.focus\:border-gray-700:focus{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.focus\:border-gray-800:focus{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.focus\:border-gray-900:focus{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.focus\:border-red-100:focus{
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.focus\:border-red-200:focus{
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.focus\:border-red-300:focus{
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.focus\:border-red-400:focus{
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.focus\:border-red-500:focus{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.focus\:border-red-600:focus{
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.focus\:border-red-700:focus{
  --border-opacity: 1;
  border-color: #83ab1a;
  border-color: rgba(131, 171, 26, var(--border-opacity));
}

.focus\:border-red-800:focus{
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.focus\:border-red-900:focus{
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.focus\:border-orange-100:focus{
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.focus\:border-orange-200:focus{
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.focus\:border-orange-300:focus{
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.focus\:border-orange-400:focus{
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.focus\:border-orange-500:focus{
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.focus\:border-orange-600:focus{
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.focus\:border-orange-700:focus{
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.focus\:border-orange-800:focus{
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.focus\:border-orange-900:focus{
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.focus\:border-yellow-100:focus{
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.focus\:border-yellow-200:focus{
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.focus\:border-yellow-300:focus{
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.focus\:border-yellow-400:focus{
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.focus\:border-yellow-500:focus{
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.focus\:border-yellow-600:focus{
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.focus\:border-yellow-700:focus{
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.focus\:border-yellow-800:focus{
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.focus\:border-yellow-900:focus{
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.focus\:border-green-100:focus{
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.focus\:border-green-200:focus{
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.focus\:border-green-300:focus{
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.focus\:border-green-400:focus{
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.focus\:border-green-500:focus{
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.focus\:border-green-600:focus{
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.focus\:border-green-700:focus{
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.focus\:border-green-800:focus{
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.focus\:border-green-900:focus{
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.focus\:border-teal-100:focus{
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.focus\:border-teal-200:focus{
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.focus\:border-teal-300:focus{
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.focus\:border-teal-400:focus{
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.focus\:border-teal-500:focus{
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.focus\:border-teal-600:focus{
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.focus\:border-teal-700:focus{
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.focus\:border-teal-800:focus{
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.focus\:border-teal-900:focus{
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.focus\:border-blue-100:focus{
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.focus\:border-blue-200:focus{
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.focus\:border-blue-300:focus{
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.focus\:border-blue-400:focus{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.focus\:border-blue-500:focus{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.focus\:border-blue-600:focus{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.focus\:border-blue-700:focus{
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.focus\:border-blue-800:focus{
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.focus\:border-blue-900:focus{
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.focus\:border-indigo-100:focus{
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.focus\:border-indigo-200:focus{
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.focus\:border-indigo-300:focus{
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.focus\:border-indigo-400:focus{
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.focus\:border-indigo-500:focus{
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.focus\:border-indigo-600:focus{
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.focus\:border-indigo-700:focus{
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.focus\:border-indigo-800:focus{
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.focus\:border-indigo-900:focus{
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.focus\:border-purple-100:focus{
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.focus\:border-purple-200:focus{
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.focus\:border-purple-300:focus{
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.focus\:border-purple-400:focus{
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.focus\:border-purple-500:focus{
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.focus\:border-purple-600:focus{
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.focus\:border-purple-700:focus{
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.focus\:border-purple-800:focus{
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.focus\:border-purple-900:focus{
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.focus\:border-pink-100:focus{
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.focus\:border-pink-200:focus{
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.focus\:border-pink-300:focus{
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.focus\:border-pink-400:focus{
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.focus\:border-pink-500:focus{
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.focus\:border-pink-600:focus{
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.focus\:border-pink-700:focus{
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.focus\:border-pink-800:focus{
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.focus\:border-pink-900:focus{
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.border-opacity-0{
  --border-opacity: 0;
}

.border-opacity-25{
  --border-opacity: 0.25;
}

.border-opacity-30{
  --border-opacity: 0.3;
}

.border-opacity-40{
  --border-opacity: 0.4;
}

.border-opacity-50{
  --border-opacity: 0.5;
}

.border-opacity-75{
  --border-opacity: 0.75;
}

.border-opacity-100{
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0;
}

.hover\:border-opacity-25:hover{
  --border-opacity: 0.25;
}

.hover\:border-opacity-30:hover{
  --border-opacity: 0.3;
}

.hover\:border-opacity-40:hover{
  --border-opacity: 0.4;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5;
}

.hover\:border-opacity-75:hover{
  --border-opacity: 0.75;
}

.hover\:border-opacity-100:hover{
  --border-opacity: 1;
}

.focus\:border-opacity-0:focus{
  --border-opacity: 0;
}

.focus\:border-opacity-25:focus{
  --border-opacity: 0.25;
}

.focus\:border-opacity-30:focus{
  --border-opacity: 0.3;
}

.focus\:border-opacity-40:focus{
  --border-opacity: 0.4;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5;
}

.focus\:border-opacity-75:focus{
  --border-opacity: 0.75;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1;
}

.rounded-none{
  border-radius: 0;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-lg2{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg2{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-lg2{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-lg2{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-lg2{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none{
  border-top-left-radius: 0;
}

.rounded-tr-none{
  border-top-right-radius: 0;
}

.rounded-br-none{
  border-bottom-right-radius: 0;
}

.rounded-bl-none{
  border-bottom-left-radius: 0;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-lg2{
  border-top-left-radius: 1rem;
}

.rounded-tr-lg2{
  border-top-right-radius: 1rem;
}

.rounded-br-lg2{
  border-bottom-right-radius: 1rem;
}

.rounded-bl-lg2{
  border-bottom-left-radius: 1rem;
}

.rounded-tl-full{
  border-top-left-radius: 9999px;
}

.rounded-tr-full{
  border-top-right-radius: 9999px;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-none{
  border-style: none;
}

.border-0{
  border-width: 0;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-8{
  border-width: 8px;
}

.border{
  border-width: 1px;
}

.border-t-0{
  border-top-width: 0;
}

.border-r-0{
  border-right-width: 0;
}

.border-b-0{
  border-bottom-width: 0;
}

.border-l-0{
  border-left-width: 0;
}

.border-t-2{
  border-top-width: 2px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-r-8{
  border-right-width: 8px;
}

.border-b-8{
  border-bottom-width: 8px;
}

.border-l-8{
  border-left-width: 8px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.flex-no-wrap{
  flex-wrap: nowrap;
}

.place-items-auto{
  place-items: auto;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

.place-items-center{
  place-items: center;
}

.place-items-stretch{
  place-items: stretch;
}

.place-content-center{
  place-content: center;
}

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

.place-content-between{
  place-content: space-between;
}

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-stretch{
  place-content: stretch;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

.place-self-center{
  place-self: center;
}

.place-self-stretch{
  place-self: stretch;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.content-center{
  align-content: center;
}

.content-start{
  align-content: flex-start;
}

.content-end{
  align-content: flex-end;
}

.content-between{
  align-content: space-between;
}

.content-around{
  align-content: space-around;
}

.content-evenly{
  align-content: space-evenly;
}

.self-auto{
  align-self: auto;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-stretch{
  align-self: stretch;
}

.justify-items-auto{
  justify-items: auto;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

.justify-items-center{
  justify-items: center;
}

.justify-items-stretch{
  justify-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.justify-self-stretch{
  justify-self: stretch;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-grow-0{
  flex-grow: 0;
}

.flex-grow{
  flex-grow: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-shrink{
  flex-shrink: 1;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-hairline{
  font-weight: 100;
}

.font-thin{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-black{
  font-weight: 900;
}

.hover\:font-hairline:hover{
  font-weight: 100;
}

.hover\:font-thin:hover{
  font-weight: 200;
}

.hover\:font-light:hover{
  font-weight: 300;
}

.hover\:font-normal:hover{
  font-weight: 400;
}

.hover\:font-medium:hover{
  font-weight: 500;
}

.hover\:font-semibold:hover{
  font-weight: 600;
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:font-extrabold:hover{
  font-weight: 800;
}

.hover\:font-black:hover{
  font-weight: 900;
}

.focus\:font-hairline:focus{
  font-weight: 100;
}

.focus\:font-thin:focus{
  font-weight: 200;
}

.focus\:font-light:focus{
  font-weight: 300;
}

.focus\:font-normal:focus{
  font-weight: 400;
}

.focus\:font-medium:focus{
  font-weight: 500;
}

.focus\:font-semibold:focus{
  font-weight: 600;
}

.focus\:font-bold:focus{
  font-weight: 700;
}

.focus\:font-extrabold:focus{
  font-weight: 800;
}

.focus\:font-black:focus{
  font-weight: 900;
}

.h-0{
  height: 0;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-32{
  height: 8rem;
}

.h-40{
  height: 10rem;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-80{
  height: 20rem;
}

.h-88{
  height: 22rem;
}

.h-96{
  height: 24rem;
}

.h-104{
  height: 26rem;
}

.h-112{
  height: 28rem;
}

.h-128{
  height: 30rem;
}

.h-144{
  height: 34rem;
}

.h-160{
  height: 38rem;
}

.h-176{
  height: 42rem;
}

.h-192{
  height: 46rem;
}

.h-208{
  height: 50rem;
}

.h-224{
  height: 54rem;
}

.h-240{
  height: 58rem;
}

.h-256{
  height: 62rem;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-3xs{
  font-size: 0.5rem;
}

.text-2xs{
  font-size: 0.625rem;
}

.text-xs{
  font-size: 0.75rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-base{
  font-size: 1rem;
}

.text-lg{
  font-size: 1.125rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-3xl{
  font-size: 1.875rem;
}

.text-4xl{
  font-size: 2.25rem;
}

.text-5xl{
  font-size: 3rem;
}

.text-6xl{
  font-size: 4rem;
}

.text-7xl{
  font-size: 6rem;
}

.text-8xl{
  font-size: 8rem;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-loose{
  line-height: 2;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-8{
  margin: 2rem;
}

.m-10{
  margin: 2.5rem;
}

.m-12{
  margin: 3rem;
}

.m-16{
  margin: 4rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-32{
  margin: 8rem;
}

.m-40{
  margin: 10rem;
}

.m-48{
  margin: 12rem;
}

.m-56{
  margin: 14rem;
}

.m-64{
  margin: 16rem;
}

.m-72{
  margin: 18rem;
}

.m-80{
  margin: 20rem;
}

.m-88{
  margin: 22rem;
}

.m-96{
  margin: 24rem;
}

.m-104{
  margin: 26rem;
}

.m-112{
  margin: 28rem;
}

.m-128{
  margin: 30rem;
}

.m-144{
  margin: 34rem;
}

.m-160{
  margin: 38rem;
}

.m-176{
  margin: 42rem;
}

.m-192{
  margin: 46rem;
}

.m-208{
  margin: 50rem;
}

.m-224{
  margin: 54rem;
}

.m-240{
  margin: 58rem;
}

.m-256{
  margin: 62rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.-m-1{
  margin: -0.25rem;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.-m-5{
  margin: -1.25rem;
}

.-m-6{
  margin: -1.5rem;
}

.-m-8{
  margin: -2rem;
}

.-m-10{
  margin: -2.5rem;
}

.-m-12{
  margin: -3rem;
}

.-m-16{
  margin: -4rem;
}

.-m-20{
  margin: -5rem;
}

.-m-24{
  margin: -6rem;
}

.-m-32{
  margin: -8rem;
}

.-m-40{
  margin: -10rem;
}

.-m-48{
  margin: -12rem;
}

.-m-56{
  margin: -14rem;
}

.-m-64{
  margin: -16rem;
}

.-m-72{
  margin: -18rem;
}

.-m-80{
  margin: -20rem;
}

.-m-88{
  margin: -22rem;
}

.-m-96{
  margin: -24rem;
}

.-m-104{
  margin: -26rem;
}

.-m-112{
  margin: -28rem;
}

.-m-128{
  margin: -30rem;
}

.-m-144{
  margin: -34rem;
}

.-m-160{
  margin: -38rem;
}

.-m-176{
  margin: -42rem;
}

.-m-192{
  margin: -46rem;
}

.-m-208{
  margin: -50rem;
}

.-m-224{
  margin: -54rem;
}

.-m-240{
  margin: -58rem;
}

.-m-256{
  margin: -62rem;
}

.-m-px{
  margin: -1px;
}

.my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0{
  margin-left: 0;
  margin-right: 0;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-88{
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.mx-88{
  margin-left: 22rem;
  margin-right: 22rem;
}

.my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-104{
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.mx-104{
  margin-left: 26rem;
  margin-right: 26rem;
}

.my-112{
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.mx-112{
  margin-left: 28rem;
  margin-right: 28rem;
}

.my-128{
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.mx-128{
  margin-left: 30rem;
  margin-right: 30rem;
}

.my-144{
  margin-top: 34rem;
  margin-bottom: 34rem;
}

.mx-144{
  margin-left: 34rem;
  margin-right: 34rem;
}

.my-160{
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.mx-160{
  margin-left: 38rem;
  margin-right: 38rem;
}

.my-176{
  margin-top: 42rem;
  margin-bottom: 42rem;
}

.mx-176{
  margin-left: 42rem;
  margin-right: 42rem;
}

.my-192{
  margin-top: 46rem;
  margin-bottom: 46rem;
}

.mx-192{
  margin-left: 46rem;
  margin-right: 46rem;
}

.my-208{
  margin-top: 50rem;
  margin-bottom: 50rem;
}

.mx-208{
  margin-left: 50rem;
  margin-right: 50rem;
}

.my-224{
  margin-top: 54rem;
  margin-bottom: 54rem;
}

.mx-224{
  margin-left: 54rem;
  margin-right: 54rem;
}

.my-240{
  margin-top: 58rem;
  margin-bottom: 58rem;
}

.mx-240{
  margin-left: 58rem;
  margin-right: 58rem;
}

.my-256{
  margin-top: 62rem;
  margin-bottom: 62rem;
}

.mx-256{
  margin-left: 62rem;
  margin-right: 62rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

.-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

.-my-88{
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.-mx-88{
  margin-left: -22rem;
  margin-right: -22rem;
}

.-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

.-my-104{
  margin-top: -26rem;
  margin-bottom: -26rem;
}

.-mx-104{
  margin-left: -26rem;
  margin-right: -26rem;
}

.-my-112{
  margin-top: -28rem;
  margin-bottom: -28rem;
}

.-mx-112{
  margin-left: -28rem;
  margin-right: -28rem;
}

.-my-128{
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.-mx-128{
  margin-left: -30rem;
  margin-right: -30rem;
}

.-my-144{
  margin-top: -34rem;
  margin-bottom: -34rem;
}

.-mx-144{
  margin-left: -34rem;
  margin-right: -34rem;
}

.-my-160{
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.-mx-160{
  margin-left: -38rem;
  margin-right: -38rem;
}

.-my-176{
  margin-top: -42rem;
  margin-bottom: -42rem;
}

.-mx-176{
  margin-left: -42rem;
  margin-right: -42rem;
}

.-my-192{
  margin-top: -46rem;
  margin-bottom: -46rem;
}

.-mx-192{
  margin-left: -46rem;
  margin-right: -46rem;
}

.-my-208{
  margin-top: -50rem;
  margin-bottom: -50rem;
}

.-mx-208{
  margin-left: -50rem;
  margin-right: -50rem;
}

.-my-224{
  margin-top: -54rem;
  margin-bottom: -54rem;
}

.-mx-224{
  margin-left: -54rem;
  margin-right: -54rem;
}

.-my-240{
  margin-top: -58rem;
  margin-bottom: -58rem;
}

.-mx-240{
  margin-left: -58rem;
  margin-right: -58rem;
}

.-my-256{
  margin-top: -62rem;
  margin-bottom: -62rem;
}

.-mx-256{
  margin-left: -62rem;
  margin-right: -62rem;
}

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.mt-0{
  margin-top: 0;
}

.mr-0{
  margin-right: 0;
}

.mb-0{
  margin-bottom: 0;
}

.ml-0{
  margin-left: 0;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mr-12{
  margin-right: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.ml-12{
  margin-left: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mr-16{
  margin-right: 4rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.ml-16{
  margin-left: 4rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.ml-20{
  margin-left: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mr-24{
  margin-right: 6rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.ml-24{
  margin-left: 6rem;
}

.mt-32{
  margin-top: 8rem;
}

.mr-32{
  margin-right: 8rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.ml-32{
  margin-left: 8rem;
}

.mt-40{
  margin-top: 10rem;
}

.mr-40{
  margin-right: 10rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.ml-40{
  margin-left: 10rem;
}

.mt-48{
  margin-top: 12rem;
}

.mr-48{
  margin-right: 12rem;
}

.mb-48{
  margin-bottom: 12rem;
}

.ml-48{
  margin-left: 12rem;
}

.mt-56{
  margin-top: 14rem;
}

.mr-56{
  margin-right: 14rem;
}

.mb-56{
  margin-bottom: 14rem;
}

.ml-56{
  margin-left: 14rem;
}

.mt-64{
  margin-top: 16rem;
}

.mr-64{
  margin-right: 16rem;
}

.mb-64{
  margin-bottom: 16rem;
}

.ml-64{
  margin-left: 16rem;
}

.mt-72{
  margin-top: 18rem;
}

.mr-72{
  margin-right: 18rem;
}

.mb-72{
  margin-bottom: 18rem;
}

.ml-72{
  margin-left: 18rem;
}

.mt-80{
  margin-top: 20rem;
}

.mr-80{
  margin-right: 20rem;
}

.mb-80{
  margin-bottom: 20rem;
}

.ml-80{
  margin-left: 20rem;
}

.mt-88{
  margin-top: 22rem;
}

.mr-88{
  margin-right: 22rem;
}

.mb-88{
  margin-bottom: 22rem;
}

.ml-88{
  margin-left: 22rem;
}

.mt-96{
  margin-top: 24rem;
}

.mr-96{
  margin-right: 24rem;
}

.mb-96{
  margin-bottom: 24rem;
}

.ml-96{
  margin-left: 24rem;
}

.mt-104{
  margin-top: 26rem;
}

.mr-104{
  margin-right: 26rem;
}

.mb-104{
  margin-bottom: 26rem;
}

.ml-104{
  margin-left: 26rem;
}

.mt-112{
  margin-top: 28rem;
}

.mr-112{
  margin-right: 28rem;
}

.mb-112{
  margin-bottom: 28rem;
}

.ml-112{
  margin-left: 28rem;
}

.mt-128{
  margin-top: 30rem;
}

.mr-128{
  margin-right: 30rem;
}

.mb-128{
  margin-bottom: 30rem;
}

.ml-128{
  margin-left: 30rem;
}

.mt-144{
  margin-top: 34rem;
}

.mr-144{
  margin-right: 34rem;
}

.mb-144{
  margin-bottom: 34rem;
}

.ml-144{
  margin-left: 34rem;
}

.mt-160{
  margin-top: 38rem;
}

.mr-160{
  margin-right: 38rem;
}

.mb-160{
  margin-bottom: 38rem;
}

.ml-160{
  margin-left: 38rem;
}

.mt-176{
  margin-top: 42rem;
}

.mr-176{
  margin-right: 42rem;
}

.mb-176{
  margin-bottom: 42rem;
}

.ml-176{
  margin-left: 42rem;
}

.mt-192{
  margin-top: 46rem;
}

.mr-192{
  margin-right: 46rem;
}

.mb-192{
  margin-bottom: 46rem;
}

.ml-192{
  margin-left: 46rem;
}

.mt-208{
  margin-top: 50rem;
}

.mr-208{
  margin-right: 50rem;
}

.mb-208{
  margin-bottom: 50rem;
}

.ml-208{
  margin-left: 50rem;
}

.mt-224{
  margin-top: 54rem;
}

.mr-224{
  margin-right: 54rem;
}

.mb-224{
  margin-bottom: 54rem;
}

.ml-224{
  margin-left: 54rem;
}

.mt-240{
  margin-top: 58rem;
}

.mr-240{
  margin-right: 58rem;
}

.mb-240{
  margin-bottom: 58rem;
}

.ml-240{
  margin-left: 58rem;
}

.mt-256{
  margin-top: 62rem;
}

.mr-256{
  margin-right: 62rem;
}

.mb-256{
  margin-bottom: 62rem;
}

.ml-256{
  margin-left: 62rem;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-auto{
  margin-left: auto;
}

.mt-px{
  margin-top: 1px;
}

.mr-px{
  margin-right: 1px;
}

.mb-px{
  margin-bottom: 1px;
}

.ml-px{
  margin-left: 1px;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-ml-2{
  margin-left: -0.5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mr-5{
  margin-right: -1.25rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-ml-5{
  margin-left: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mr-6{
  margin-right: -1.5rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mr-8{
  margin-right: -2rem;
}

.-mb-8{
  margin-bottom: -2rem;
}

.-ml-8{
  margin-left: -2rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mr-10{
  margin-right: -2.5rem;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-mb-12{
  margin-bottom: -3rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mr-16{
  margin-right: -4rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mr-24{
  margin-right: -6rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mr-40{
  margin-right: -10rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-mt-48{
  margin-top: -12rem;
}

.-mr-48{
  margin-right: -12rem;
}

.-mb-48{
  margin-bottom: -12rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-mt-56{
  margin-top: -14rem;
}

.-mr-56{
  margin-right: -14rem;
}

.-mb-56{
  margin-bottom: -14rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-mt-64{
  margin-top: -16rem;
}

.-mr-64{
  margin-right: -16rem;
}

.-mb-64{
  margin-bottom: -16rem;
}

.-ml-64{
  margin-left: -16rem;
}

.-mt-72{
  margin-top: -18rem;
}

.-mr-72{
  margin-right: -18rem;
}

.-mb-72{
  margin-bottom: -18rem;
}

.-ml-72{
  margin-left: -18rem;
}

.-mt-80{
  margin-top: -20rem;
}

.-mr-80{
  margin-right: -20rem;
}

.-mb-80{
  margin-bottom: -20rem;
}

.-ml-80{
  margin-left: -20rem;
}

.-mt-88{
  margin-top: -22rem;
}

.-mr-88{
  margin-right: -22rem;
}

.-mb-88{
  margin-bottom: -22rem;
}

.-ml-88{
  margin-left: -22rem;
}

.-mt-96{
  margin-top: -24rem;
}

.-mr-96{
  margin-right: -24rem;
}

.-mb-96{
  margin-bottom: -24rem;
}

.-ml-96{
  margin-left: -24rem;
}

.-mt-104{
  margin-top: -26rem;
}

.-mr-104{
  margin-right: -26rem;
}

.-mb-104{
  margin-bottom: -26rem;
}

.-ml-104{
  margin-left: -26rem;
}

.-mt-112{
  margin-top: -28rem;
}

.-mr-112{
  margin-right: -28rem;
}

.-mb-112{
  margin-bottom: -28rem;
}

.-ml-112{
  margin-left: -28rem;
}

.-mt-128{
  margin-top: -30rem;
}

.-mr-128{
  margin-right: -30rem;
}

.-mb-128{
  margin-bottom: -30rem;
}

.-ml-128{
  margin-left: -30rem;
}

.-mt-144{
  margin-top: -34rem;
}

.-mr-144{
  margin-right: -34rem;
}

.-mb-144{
  margin-bottom: -34rem;
}

.-ml-144{
  margin-left: -34rem;
}

.-mt-160{
  margin-top: -38rem;
}

.-mr-160{
  margin-right: -38rem;
}

.-mb-160{
  margin-bottom: -38rem;
}

.-ml-160{
  margin-left: -38rem;
}

.-mt-176{
  margin-top: -42rem;
}

.-mr-176{
  margin-right: -42rem;
}

.-mb-176{
  margin-bottom: -42rem;
}

.-ml-176{
  margin-left: -42rem;
}

.-mt-192{
  margin-top: -46rem;
}

.-mr-192{
  margin-right: -46rem;
}

.-mb-192{
  margin-bottom: -46rem;
}

.-ml-192{
  margin-left: -46rem;
}

.-mt-208{
  margin-top: -50rem;
}

.-mr-208{
  margin-right: -50rem;
}

.-mb-208{
  margin-bottom: -50rem;
}

.-ml-208{
  margin-left: -50rem;
}

.-mt-224{
  margin-top: -54rem;
}

.-mr-224{
  margin-right: -54rem;
}

.-mb-224{
  margin-bottom: -54rem;
}

.-ml-224{
  margin-left: -54rem;
}

.-mt-240{
  margin-top: -58rem;
}

.-mr-240{
  margin-right: -58rem;
}

.-mb-240{
  margin-bottom: -58rem;
}

.-ml-240{
  margin-left: -58rem;
}

.-mt-256{
  margin-top: -62rem;
}

.-mr-256{
  margin-right: -62rem;
}

.-mb-256{
  margin-bottom: -62rem;
}

.-ml-256{
  margin-left: -62rem;
}

.-mt-px{
  margin-top: -1px;
}

.-mr-px{
  margin-right: -1px;
}

.-mb-px{
  margin-bottom: -1px;
}

.-ml-px{
  margin-left: -1px;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-w-none{
  max-width: none;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-hundred{
  max-width: 100px;
}

.max-w-screen-twohundred{
  max-width: 200px;
}

.max-w-screen-threehundred{
  max-width: 300px;
}

.max-w-screen-fourhundred{
  max-width: 400px;
}

.max-w-screen-fivehundred{
  max-width: 500px;
}

.max-w-screen-sixhundred{
  max-width: 600px;
}

.max-w-screen-sevenhundred{
  max-width: 700px;
}

.max-w-screen-eighthundred{
  max-width: 800px;
}

.max-w-screen-ninehundred{
  max-width: 900px;
}

.max-w-screen-tenhundred{
  max-width: 1000px;
}

.max-w-screen-elevenhundred{
  max-width: 1100px;
}

.max-w-screen-twelvehundred{
  max-width: 1200px;
}

.max-w-screen-thirteenhundred{
  max-width: 1300px;
}

.max-w-screen-thirteenhundredfifty{
  max-width: 1350px;
}

.max-w-screen-fourteenhundred{
  max-width: 1400px;
}

.max-w-screen-fifteenhundred{
  max-width: 1500px;
}

.max-w-screen-sixteenhundred{
  max-width: 1600px;
}

.max-w-screen-seventeenhundred{
  max-width: 1700px;
}

.max-w-screen-eighteenhundred{
  max-width: 1800px;
}

.max-w-screen-nineteenhundred{
  max-width: 1900px;
}

.max-w-screen-twentyhundred{
  max-width: 2000px;
}

.min-h-0{
  min-height: 0;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-0{
  min-width: 0;
}

.min-w-80{
  min-width: 20rem;
}

.min-w-full{
  min-width: 100%;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.disabled\:opacity-0:disabled{
  opacity: 0;
}

.disabled\:opacity-25:disabled{
  opacity: 0.25;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.disabled\:opacity-100:disabled{
  opacity: 1;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto;
}

.overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.p-0{
  padding: 0;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-16{
  padding: 4rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-32{
  padding: 8rem;
}

.p-40{
  padding: 10rem;
}

.p-48{
  padding: 12rem;
}

.p-56{
  padding: 14rem;
}

.p-64{
  padding: 16rem;
}

.p-72{
  padding: 18rem;
}

.p-80{
  padding: 20rem;
}

.p-88{
  padding: 22rem;
}

.p-96{
  padding: 24rem;
}

.p-104{
  padding: 26rem;
}

.p-112{
  padding: 28rem;
}

.p-128{
  padding: 30rem;
}

.p-144{
  padding: 34rem;
}

.p-160{
  padding: 38rem;
}

.p-176{
  padding: 42rem;
}

.p-192{
  padding: 46rem;
}

.p-208{
  padding: 50rem;
}

.p-224{
  padding: 54rem;
}

.p-240{
  padding: 58rem;
}

.p-256{
  padding: 62rem;
}

.p-px{
  padding: 1px;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-88{
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.px-88{
  padding-left: 22rem;
  padding-right: 22rem;
}

.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-104{
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.px-104{
  padding-left: 26rem;
  padding-right: 26rem;
}

.py-112{
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.px-112{
  padding-left: 28rem;
  padding-right: 28rem;
}

.py-128{
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.px-128{
  padding-left: 30rem;
  padding-right: 30rem;
}

.py-144{
  padding-top: 34rem;
  padding-bottom: 34rem;
}

.px-144{
  padding-left: 34rem;
  padding-right: 34rem;
}

.py-160{
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.px-160{
  padding-left: 38rem;
  padding-right: 38rem;
}

.py-176{
  padding-top: 42rem;
  padding-bottom: 42rem;
}

.px-176{
  padding-left: 42rem;
  padding-right: 42rem;
}

.py-192{
  padding-top: 46rem;
  padding-bottom: 46rem;
}

.px-192{
  padding-left: 46rem;
  padding-right: 46rem;
}

.py-208{
  padding-top: 50rem;
  padding-bottom: 50rem;
}

.px-208{
  padding-left: 50rem;
  padding-right: 50rem;
}

.py-224{
  padding-top: 54rem;
  padding-bottom: 54rem;
}

.px-224{
  padding-left: 54rem;
  padding-right: 54rem;
}

.py-240{
  padding-top: 58rem;
  padding-bottom: 58rem;
}

.px-240{
  padding-left: 58rem;
  padding-right: 58rem;
}

.py-256{
  padding-top: 62rem;
  padding-bottom: 62rem;
}

.px-256{
  padding-left: 62rem;
  padding-right: 62rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0{
  padding-top: 0;
}

.pr-0{
  padding-right: 0;
}

.pb-0{
  padding-bottom: 0;
}

.pl-0{
  padding-left: 0;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pr-8{
  padding-right: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pr-16{
  padding-right: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-16{
  padding-left: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pr-24{
  padding-right: 6rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pl-24{
  padding-left: 6rem;
}

.pt-32{
  padding-top: 8rem;
}

.pr-32{
  padding-right: 8rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pl-32{
  padding-left: 8rem;
}

.pt-40{
  padding-top: 10rem;
}

.pr-40{
  padding-right: 10rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pl-40{
  padding-left: 10rem;
}

.pt-48{
  padding-top: 12rem;
}

.pr-48{
  padding-right: 12rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pl-48{
  padding-left: 12rem;
}

.pt-56{
  padding-top: 14rem;
}

.pr-56{
  padding-right: 14rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pl-56{
  padding-left: 14rem;
}

.pt-64{
  padding-top: 16rem;
}

.pr-64{
  padding-right: 16rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pl-64{
  padding-left: 16rem;
}

.pt-72{
  padding-top: 18rem;
}

.pr-72{
  padding-right: 18rem;
}

.pb-72{
  padding-bottom: 18rem;
}

.pl-72{
  padding-left: 18rem;
}

.pt-80{
  padding-top: 20rem;
}

.pr-80{
  padding-right: 20rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pl-80{
  padding-left: 20rem;
}

.pt-88{
  padding-top: 22rem;
}

.pr-88{
  padding-right: 22rem;
}

.pb-88{
  padding-bottom: 22rem;
}

.pl-88{
  padding-left: 22rem;
}

.pt-96{
  padding-top: 24rem;
}

.pr-96{
  padding-right: 24rem;
}

.pb-96{
  padding-bottom: 24rem;
}

.pl-96{
  padding-left: 24rem;
}

.pt-104{
  padding-top: 26rem;
}

.pr-104{
  padding-right: 26rem;
}

.pb-104{
  padding-bottom: 26rem;
}

.pl-104{
  padding-left: 26rem;
}

.pt-112{
  padding-top: 28rem;
}

.pr-112{
  padding-right: 28rem;
}

.pb-112{
  padding-bottom: 28rem;
}

.pl-112{
  padding-left: 28rem;
}

.pt-128{
  padding-top: 30rem;
}

.pr-128{
  padding-right: 30rem;
}

.pb-128{
  padding-bottom: 30rem;
}

.pl-128{
  padding-left: 30rem;
}

.pt-144{
  padding-top: 34rem;
}

.pr-144{
  padding-right: 34rem;
}

.pb-144{
  padding-bottom: 34rem;
}

.pl-144{
  padding-left: 34rem;
}

.pt-160{
  padding-top: 38rem;
}

.pr-160{
  padding-right: 38rem;
}

.pb-160{
  padding-bottom: 38rem;
}

.pl-160{
  padding-left: 38rem;
}

.pt-176{
  padding-top: 42rem;
}

.pr-176{
  padding-right: 42rem;
}

.pb-176{
  padding-bottom: 42rem;
}

.pl-176{
  padding-left: 42rem;
}

.pt-192{
  padding-top: 46rem;
}

.pr-192{
  padding-right: 46rem;
}

.pb-192{
  padding-bottom: 46rem;
}

.pl-192{
  padding-left: 46rem;
}

.pt-208{
  padding-top: 50rem;
}

.pr-208{
  padding-right: 50rem;
}

.pb-208{
  padding-bottom: 50rem;
}

.pl-208{
  padding-left: 50rem;
}

.pt-224{
  padding-top: 54rem;
}

.pr-224{
  padding-right: 54rem;
}

.pb-224{
  padding-bottom: 54rem;
}

.pl-224{
  padding-left: 54rem;
}

.pt-240{
  padding-top: 58rem;
}

.pr-240{
  padding-right: 58rem;
}

.pb-240{
  padding-bottom: 58rem;
}

.pl-240{
  padding-left: 58rem;
}

.pt-256{
  padding-top: 62rem;
}

.pr-256{
  padding-right: 62rem;
}

.pb-256{
  padding-bottom: 62rem;
}

.pl-256{
  padding-left: 62rem;
}

.pt-px{
  padding-top: 1px;
}

.pr-px{
  padding-right: 1px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-px{
  padding-left: 1px;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-current::-moz-placeholder{
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.placeholder-red-100::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.placeholder-red-200::placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.placeholder-red-300::placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.placeholder-red-400::placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-500::placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-600::placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.placeholder-red-700::placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.placeholder-red-800::placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.placeholder-red-900::placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-100::placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-200::placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-300::placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-400::placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-500::placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-600::placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-700::placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-800::placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-orange-900::placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.placeholder-green-100::placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.placeholder-green-200::placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.placeholder-green-300::placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.placeholder-green-400::placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.placeholder-green-500::placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.placeholder-green-600::placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.placeholder-green-700::placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.placeholder-green-800::placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.placeholder-green-900::placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100::placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200::placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300::placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400::placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500::placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600::placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700::placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800::placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900::placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.placeholder-blue-100::placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.placeholder-blue-200::placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.placeholder-blue-300::placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.placeholder-blue-400::placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.placeholder-blue-500::placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.placeholder-blue-600::placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.placeholder-blue-700::placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.placeholder-blue-800::placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.placeholder-blue-900::placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100::placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200::placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300::placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400::placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500::placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600::placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700::placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800::placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900::placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-100::placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-200::placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-300::placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-400::placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-500::placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-600::placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-700::placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-800::placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-purple-900::placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200::placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300::placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400::placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500::placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600::placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700::placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800::placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900::placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-none{
  box-shadow: none;
}

.hover\:shadow-xs:hover{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-none:hover{
  box-shadow: none;
}

.focus\:shadow-xs:focus{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-none:focus{
  box-shadow: none;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-transparent{
  color: transparent;
}

.text-current{
  color: currentColor;
}

.text-black{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-100{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200{
  --text-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.text-gray-900{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-red-100{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.text-red-200{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.text-red-300{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.text-red-400{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.text-red-500{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.text-red-600{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.text-red-700{
  --text-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--text-opacity));
}

.text-red-800{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.text-red-900{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.text-orange-100{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.text-orange-200{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.text-orange-300{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.text-orange-400{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.text-orange-500{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.text-orange-600{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.text-orange-700{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.text-orange-800{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.text-orange-900{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.text-yellow-100{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.text-yellow-200{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.text-yellow-300{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.text-yellow-400{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.text-yellow-500{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.text-yellow-600{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.text-yellow-700{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.text-yellow-800{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.text-yellow-900{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.text-green-100{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.text-green-200{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.text-green-300{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.text-green-400{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.text-green-500{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.text-green-600{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.text-green-700{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.text-green-800{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.text-green-900{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.text-teal-100{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.text-teal-200{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.text-teal-300{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.text-teal-400{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.text-teal-500{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.text-teal-600{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.text-teal-700{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.text-teal-800{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.text-teal-900{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.text-blue-100{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.text-blue-200{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.text-blue-300{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.text-blue-400{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.text-blue-500{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.text-blue-600{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.text-blue-700{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.text-blue-800{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.text-blue-900{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.text-indigo-100{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.text-indigo-200{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.text-indigo-300{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.text-indigo-400{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.text-indigo-500{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.text-indigo-600{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.text-indigo-700{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.text-indigo-800{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.text-indigo-900{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.text-purple-100{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.text-purple-200{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.text-purple-300{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.text-purple-400{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.text-purple-500{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.text-purple-600{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.text-purple-700{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.text-purple-800{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.text-purple-900{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.text-pink-100{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.text-pink-200{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.text-pink-300{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.text-pink-400{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.text-pink-500{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.text-pink-600{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.text-pink-700{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.text-pink-800{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.text-pink-900{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-black:hover{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-gray-100:hover{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-gray-200:hover{
  --text-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.hover\:text-gray-300:hover{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-gray-400:hover{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.hover\:text-gray-500:hover{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:text-gray-600:hover{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:text-gray-700:hover{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:text-gray-800:hover{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.hover\:text-gray-900:hover{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-red-100:hover{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.hover\:text-red-200:hover{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.hover\:text-red-300:hover{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.hover\:text-red-400:hover{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.hover\:text-red-500:hover{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.hover\:text-red-600:hover{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.hover\:text-red-700:hover{
  --text-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--text-opacity));
}

.hover\:text-red-800:hover{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.hover\:text-red-900:hover{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.hover\:text-orange-100:hover{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.hover\:text-orange-200:hover{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.hover\:text-orange-300:hover{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.hover\:text-orange-400:hover{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.hover\:text-orange-500:hover{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.hover\:text-orange-600:hover{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.hover\:text-orange-700:hover{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.hover\:text-orange-800:hover{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.hover\:text-orange-900:hover{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.hover\:text-yellow-100:hover{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.hover\:text-yellow-200:hover{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.hover\:text-yellow-300:hover{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.hover\:text-yellow-400:hover{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.hover\:text-yellow-500:hover{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.hover\:text-yellow-600:hover{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.hover\:text-yellow-700:hover{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.hover\:text-yellow-800:hover{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.hover\:text-yellow-900:hover{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.hover\:text-green-100:hover{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.hover\:text-green-200:hover{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.hover\:text-green-300:hover{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.hover\:text-green-400:hover{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.hover\:text-green-500:hover{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.hover\:text-green-600:hover{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.hover\:text-green-700:hover{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.hover\:text-green-800:hover{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.hover\:text-green-900:hover{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.hover\:text-teal-100:hover{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.hover\:text-teal-200:hover{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.hover\:text-teal-300:hover{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.hover\:text-teal-400:hover{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.hover\:text-teal-500:hover{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.hover\:text-teal-600:hover{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.hover\:text-teal-700:hover{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.hover\:text-teal-800:hover{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.hover\:text-teal-900:hover{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.hover\:text-blue-100:hover{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.hover\:text-blue-200:hover{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.hover\:text-blue-300:hover{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.hover\:text-blue-400:hover{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.hover\:text-blue-500:hover{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.hover\:text-blue-600:hover{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.hover\:text-blue-700:hover{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.hover\:text-blue-800:hover{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.hover\:text-blue-900:hover{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.hover\:text-indigo-100:hover{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.hover\:text-indigo-200:hover{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.hover\:text-indigo-300:hover{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.hover\:text-indigo-400:hover{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.hover\:text-indigo-500:hover{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.hover\:text-indigo-600:hover{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.hover\:text-indigo-700:hover{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.hover\:text-indigo-800:hover{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.hover\:text-indigo-900:hover{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.hover\:text-purple-100:hover{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.hover\:text-purple-200:hover{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.hover\:text-purple-300:hover{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.hover\:text-purple-400:hover{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.hover\:text-purple-500:hover{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.hover\:text-purple-600:hover{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.hover\:text-purple-700:hover{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.hover\:text-purple-800:hover{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.hover\:text-purple-900:hover{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.hover\:text-pink-100:hover{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.hover\:text-pink-200:hover{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.hover\:text-pink-300:hover{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.hover\:text-pink-400:hover{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.hover\:text-pink-500:hover{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.hover\:text-pink-600:hover{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.hover\:text-pink-700:hover{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.hover\:text-pink-800:hover{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.hover\:text-pink-900:hover{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-black:focus{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:text-white:focus{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-gray-100:focus{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:text-gray-200:focus{
  --text-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.focus\:text-gray-300:focus{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:text-gray-400:focus{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.focus\:text-gray-500:focus{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.focus\:text-gray-600:focus{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.focus\:text-gray-700:focus{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.focus\:text-gray-800:focus{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.focus\:text-gray-900:focus{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.focus\:text-red-100:focus{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.focus\:text-red-200:focus{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.focus\:text-red-300:focus{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.focus\:text-red-400:focus{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.focus\:text-red-500:focus{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.focus\:text-red-600:focus{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.focus\:text-red-700:focus{
  --text-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--text-opacity));
}

.focus\:text-red-800:focus{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.focus\:text-red-900:focus{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.focus\:text-orange-100:focus{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.focus\:text-orange-200:focus{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.focus\:text-orange-300:focus{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.focus\:text-orange-400:focus{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.focus\:text-orange-500:focus{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.focus\:text-orange-600:focus{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.focus\:text-orange-700:focus{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.focus\:text-orange-800:focus{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.focus\:text-orange-900:focus{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.focus\:text-yellow-100:focus{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.focus\:text-yellow-200:focus{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.focus\:text-yellow-300:focus{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.focus\:text-yellow-400:focus{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.focus\:text-yellow-500:focus{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.focus\:text-yellow-600:focus{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.focus\:text-yellow-700:focus{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.focus\:text-yellow-800:focus{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.focus\:text-yellow-900:focus{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.focus\:text-green-100:focus{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.focus\:text-green-200:focus{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.focus\:text-green-300:focus{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.focus\:text-green-400:focus{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.focus\:text-green-500:focus{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.focus\:text-green-600:focus{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.focus\:text-green-700:focus{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.focus\:text-green-800:focus{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.focus\:text-green-900:focus{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.focus\:text-teal-100:focus{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.focus\:text-teal-200:focus{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.focus\:text-teal-300:focus{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.focus\:text-teal-400:focus{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.focus\:text-teal-500:focus{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.focus\:text-teal-600:focus{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.focus\:text-teal-700:focus{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.focus\:text-teal-800:focus{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.focus\:text-teal-900:focus{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.focus\:text-blue-100:focus{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.focus\:text-blue-200:focus{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.focus\:text-blue-300:focus{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.focus\:text-blue-400:focus{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.focus\:text-blue-500:focus{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.focus\:text-blue-600:focus{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.focus\:text-blue-700:focus{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.focus\:text-blue-800:focus{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.focus\:text-blue-900:focus{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.focus\:text-indigo-100:focus{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.focus\:text-indigo-200:focus{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.focus\:text-indigo-300:focus{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.focus\:text-indigo-400:focus{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.focus\:text-indigo-500:focus{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.focus\:text-indigo-600:focus{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.focus\:text-indigo-700:focus{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.focus\:text-indigo-800:focus{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.focus\:text-indigo-900:focus{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.focus\:text-purple-100:focus{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.focus\:text-purple-200:focus{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.focus\:text-purple-300:focus{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.focus\:text-purple-400:focus{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.focus\:text-purple-500:focus{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.focus\:text-purple-600:focus{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.focus\:text-purple-700:focus{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.focus\:text-purple-800:focus{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.focus\:text-purple-900:focus{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.focus\:text-pink-100:focus{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.focus\:text-pink-200:focus{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.focus\:text-pink-300:focus{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.focus\:text-pink-400:focus{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.focus\:text-pink-500:focus{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.focus\:text-pink-600:focus{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.focus\:text-pink-700:focus{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.focus\:text-pink-800:focus{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.focus\:text-pink-900:focus{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.group:hover .group-hover\:text-transparent{
  color: transparent;
}

.group:hover .group-hover\:text-current{
  color: currentColor;
}

.group:hover .group-hover\:text-black{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.group:hover .group-hover\:text-white{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-100{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-200{
  --text-opacity: 1;
  color: #EDF2F7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-300{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-400{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-500{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-600{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-800{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-900{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.group:hover .group-hover\:text-red-100{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.group:hover .group-hover\:text-red-200{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.group:hover .group-hover\:text-red-300{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.group:hover .group-hover\:text-red-400{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.group:hover .group-hover\:text-red-500{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.group:hover .group-hover\:text-red-600{
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
}

.group:hover .group-hover\:text-red-700{
  --text-opacity: 1;
  color: #83ab1a;
  color: rgba(131, 171, 26, var(--text-opacity));
}

.group:hover .group-hover\:text-red-800{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.group:hover .group-hover\:text-red-900{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-100{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-200{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-300{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-400{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-500{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-600{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-700{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-800{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-900{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-100{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-200{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-300{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-400{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-500{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-600{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-700{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-800{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow-900{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.group:hover .group-hover\:text-green-100{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.group:hover .group-hover\:text-green-200{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.group:hover .group-hover\:text-green-300{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.group:hover .group-hover\:text-green-400{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.group:hover .group-hover\:text-green-500{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.group:hover .group-hover\:text-green-600{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.group:hover .group-hover\:text-green-700{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.group:hover .group-hover\:text-green-800{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.group:hover .group-hover\:text-green-900{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-100{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-200{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-300{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-400{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-500{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-600{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-700{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-800{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-900{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-100{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-200{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-300{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-400{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-500{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-600{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-700{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-800{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.group:hover .group-hover\:text-blue-900{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-100{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-200{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-300{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-400{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-500{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-600{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-700{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-800{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-900{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-100{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-200{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-300{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-400{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-500{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-600{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-700{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-800{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-900{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-100{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-200{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-300{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-400{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-500{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-600{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-700{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-800{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-900{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.text-opacity-0{
  --text-opacity: 0;
}

.text-opacity-25{
  --text-opacity: 0.25;
}

.text-opacity-30{
  --text-opacity: 0.3;
}

.text-opacity-40{
  --text-opacity: 0.4;
}

.text-opacity-50{
  --text-opacity: 0.5;
}

.text-opacity-75{
  --text-opacity: 0.75;
}

.text-opacity-100{
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --text-opacity: 0;
}

.hover\:text-opacity-25:hover{
  --text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --text-opacity: 0.3;
}

.hover\:text-opacity-40:hover{
  --text-opacity: 0.4;
}

.hover\:text-opacity-50:hover{
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover{
  --text-opacity: 0.75;
}

.hover\:text-opacity-100:hover{
  --text-opacity: 1;
}

.focus\:text-opacity-0:focus{
  --text-opacity: 0;
}

.focus\:text-opacity-25:focus{
  --text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --text-opacity: 0.3;
}

.focus\:text-opacity-40:focus{
  --text-opacity: 0.4;
}

.focus\:text-opacity-50:focus{
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus{
  --text-opacity: 0.75;
}

.focus\:text-opacity-100:focus{
  --text-opacity: 1;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --font-variant-numeric-ordinal: ordinal;
}

.slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.lining-nums{
  --font-variant-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --font-variant-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --font-variant-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0{
  width: 0;
}

.w-1{
  width: 0.25rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-64{
  width: 16rem;
}

.w-72{
  width: 18rem;
}

.w-80{
  width: 20rem;
}

.w-88{
  width: 22rem;
}

.w-96{
  width: 24rem;
}

.w-104{
  width: 26rem;
}

.w-112{
  width: 28rem;
}

.w-128{
  width: 30rem;
}

.w-144{
  width: 34rem;
}

.w-160{
  width: 38rem;
}

.w-176{
  width: 42rem;
}

.w-192{
  width: 46rem;
}

.w-208{
  width: 50rem;
}

.w-224{
  width: 54rem;
}

.w-240{
  width: 58rem;
}

.w-256{
  width: 62rem;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

.gap-0{
  grid-gap: 0;
  gap: 0;
}

.gap-1{
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2{
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3{
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4{
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5{
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6{
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8{
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10{
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12{
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-16{
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20{
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24{
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-32{
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40{
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48{
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56{
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64{
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-72{
  grid-gap: 18rem;
  gap: 18rem;
}

.gap-80{
  grid-gap: 20rem;
  gap: 20rem;
}

.gap-88{
  grid-gap: 22rem;
  gap: 22rem;
}

.gap-96{
  grid-gap: 24rem;
  gap: 24rem;
}

.gap-104{
  grid-gap: 26rem;
  gap: 26rem;
}

.gap-112{
  grid-gap: 28rem;
  gap: 28rem;
}

.gap-128{
  grid-gap: 30rem;
  gap: 30rem;
}

.gap-144{
  grid-gap: 34rem;
  gap: 34rem;
}

.gap-160{
  grid-gap: 38rem;
  gap: 38rem;
}

.gap-176{
  grid-gap: 42rem;
  gap: 42rem;
}

.gap-192{
  grid-gap: 46rem;
  gap: 46rem;
}

.gap-208{
  grid-gap: 50rem;
  gap: 50rem;
}

.gap-224{
  grid-gap: 54rem;
  gap: 54rem;
}

.gap-240{
  grid-gap: 58rem;
  gap: 58rem;
}

.gap-256{
  grid-gap: 62rem;
  gap: 62rem;
}

.gap-px{
  grid-gap: 1px;
  gap: 1px;
}

.col-gap-0{
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.col-gap-1{
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.col-gap-2{
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.col-gap-3{
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.col-gap-4{
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.col-gap-5{
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.col-gap-6{
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.col-gap-8{
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.col-gap-10{
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.col-gap-12{
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.col-gap-16{
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.col-gap-20{
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.col-gap-24{
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.col-gap-32{
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.col-gap-40{
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.col-gap-48{
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.col-gap-56{
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.col-gap-64{
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.col-gap-72{
  grid-column-gap: 18rem;
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.col-gap-80{
  grid-column-gap: 20rem;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.col-gap-88{
  grid-column-gap: 22rem;
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.col-gap-96{
  grid-column-gap: 24rem;
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.col-gap-104{
  grid-column-gap: 26rem;
  -moz-column-gap: 26rem;
       column-gap: 26rem;
}

.col-gap-112{
  grid-column-gap: 28rem;
  -moz-column-gap: 28rem;
       column-gap: 28rem;
}

.col-gap-128{
  grid-column-gap: 30rem;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.col-gap-144{
  grid-column-gap: 34rem;
  -moz-column-gap: 34rem;
       column-gap: 34rem;
}

.col-gap-160{
  grid-column-gap: 38rem;
  -moz-column-gap: 38rem;
       column-gap: 38rem;
}

.col-gap-176{
  grid-column-gap: 42rem;
  -moz-column-gap: 42rem;
       column-gap: 42rem;
}

.col-gap-192{
  grid-column-gap: 46rem;
  -moz-column-gap: 46rem;
       column-gap: 46rem;
}

.col-gap-208{
  grid-column-gap: 50rem;
  -moz-column-gap: 50rem;
       column-gap: 50rem;
}

.col-gap-224{
  grid-column-gap: 54rem;
  -moz-column-gap: 54rem;
       column-gap: 54rem;
}

.col-gap-240{
  grid-column-gap: 58rem;
  -moz-column-gap: 58rem;
       column-gap: 58rem;
}

.col-gap-256{
  grid-column-gap: 62rem;
  -moz-column-gap: 62rem;
       column-gap: 62rem;
}

.col-gap-px{
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0{
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.gap-x-1{
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-10{
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12{
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-16{
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20{
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24{
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-32{
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-40{
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-48{
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-56{
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-64{
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72{
  grid-column-gap: 18rem;
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80{
  grid-column-gap: 20rem;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-88{
  grid-column-gap: 22rem;
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.gap-x-96{
  grid-column-gap: 24rem;
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-104{
  grid-column-gap: 26rem;
  -moz-column-gap: 26rem;
       column-gap: 26rem;
}

.gap-x-112{
  grid-column-gap: 28rem;
  -moz-column-gap: 28rem;
       column-gap: 28rem;
}

.gap-x-128{
  grid-column-gap: 30rem;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.gap-x-144{
  grid-column-gap: 34rem;
  -moz-column-gap: 34rem;
       column-gap: 34rem;
}

.gap-x-160{
  grid-column-gap: 38rem;
  -moz-column-gap: 38rem;
       column-gap: 38rem;
}

.gap-x-176{
  grid-column-gap: 42rem;
  -moz-column-gap: 42rem;
       column-gap: 42rem;
}

.gap-x-192{
  grid-column-gap: 46rem;
  -moz-column-gap: 46rem;
       column-gap: 46rem;
}

.gap-x-208{
  grid-column-gap: 50rem;
  -moz-column-gap: 50rem;
       column-gap: 50rem;
}

.gap-x-224{
  grid-column-gap: 54rem;
  -moz-column-gap: 54rem;
       column-gap: 54rem;
}

.gap-x-240{
  grid-column-gap: 58rem;
  -moz-column-gap: 58rem;
       column-gap: 58rem;
}

.gap-x-256{
  grid-column-gap: 62rem;
  -moz-column-gap: 62rem;
       column-gap: 62rem;
}

.gap-x-px{
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.row-gap-0{
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2{
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4{
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6{
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-8{
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-10{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-72{
  grid-row-gap: 18rem;
  row-gap: 18rem;
}

.row-gap-80{
  grid-row-gap: 20rem;
  row-gap: 20rem;
}

.row-gap-88{
  grid-row-gap: 22rem;
  row-gap: 22rem;
}

.row-gap-96{
  grid-row-gap: 24rem;
  row-gap: 24rem;
}

.row-gap-104{
  grid-row-gap: 26rem;
  row-gap: 26rem;
}

.row-gap-112{
  grid-row-gap: 28rem;
  row-gap: 28rem;
}

.row-gap-128{
  grid-row-gap: 30rem;
  row-gap: 30rem;
}

.row-gap-144{
  grid-row-gap: 34rem;
  row-gap: 34rem;
}

.row-gap-160{
  grid-row-gap: 38rem;
  row-gap: 38rem;
}

.row-gap-176{
  grid-row-gap: 42rem;
  row-gap: 42rem;
}

.row-gap-192{
  grid-row-gap: 46rem;
  row-gap: 46rem;
}

.row-gap-208{
  grid-row-gap: 50rem;
  row-gap: 50rem;
}

.row-gap-224{
  grid-row-gap: 54rem;
  row-gap: 54rem;
}

.row-gap-240{
  grid-row-gap: 58rem;
  row-gap: 58rem;
}

.row-gap-256{
  grid-row-gap: 62rem;
  row-gap: 62rem;
}

.row-gap-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-0{
  grid-row-gap: 0;
  row-gap: 0;
}

.gap-y-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.gap-y-2{
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.gap-y-4{
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.gap-y-6{
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-y-8{
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.gap-y-10{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.gap-y-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.gap-y-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.gap-y-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.gap-y-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.gap-y-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.gap-y-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.gap-y-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.gap-y-72{
  grid-row-gap: 18rem;
  row-gap: 18rem;
}

.gap-y-80{
  grid-row-gap: 20rem;
  row-gap: 20rem;
}

.gap-y-88{
  grid-row-gap: 22rem;
  row-gap: 22rem;
}

.gap-y-96{
  grid-row-gap: 24rem;
  row-gap: 24rem;
}

.gap-y-104{
  grid-row-gap: 26rem;
  row-gap: 26rem;
}

.gap-y-112{
  grid-row-gap: 28rem;
  row-gap: 28rem;
}

.gap-y-128{
  grid-row-gap: 30rem;
  row-gap: 30rem;
}

.gap-y-144{
  grid-row-gap: 34rem;
  row-gap: 34rem;
}

.gap-y-160{
  grid-row-gap: 38rem;
  row-gap: 38rem;
}

.gap-y-176{
  grid-row-gap: 42rem;
  row-gap: 42rem;
}

.gap-y-192{
  grid-row-gap: 46rem;
  row-gap: 46rem;
}

.gap-y-208{
  grid-row-gap: 50rem;
  row-gap: 50rem;
}

.gap-y-224{
  grid-row-gap: 54rem;
  row-gap: 54rem;
}

.gap-y-240{
  grid-row-gap: 58rem;
  row-gap: 58rem;
}

.gap-y-256{
  grid-row-gap: 62rem;
  row-gap: 62rem;
}

.gap-y-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none{
  grid-template-columns: none;
}

.auto-cols-auto{
  grid-auto-columns: auto;
}

.auto-cols-min{
  grid-auto-columns: min-content;
}

.auto-cols-max{
  grid-auto-columns: max-content;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto{
  grid-column: auto;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-8{
  grid-column-start: 8;
}

.col-start-9{
  grid-column-start: 9;
}

.col-start-10{
  grid-column-start: 10;
}

.col-start-11{
  grid-column-start: 11;
}

.col-start-12{
  grid-column-start: 12;
}

.col-start-13{
  grid-column-start: 13;
}

.col-start-auto{
  grid-column-start: auto;
}

.col-end-1{
  grid-column-end: 1;
}

.col-end-2{
  grid-column-end: 2;
}

.col-end-3{
  grid-column-end: 3;
}

.col-end-4{
  grid-column-end: 4;
}

.col-end-5{
  grid-column-end: 5;
}

.col-end-6{
  grid-column-end: 6;
}

.col-end-7{
  grid-column-end: 7;
}

.col-end-8{
  grid-column-end: 8;
}

.col-end-9{
  grid-column-end: 9;
}

.col-end-10{
  grid-column-end: 10;
}

.col-end-11{
  grid-column-end: 11;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-auto{
  grid-column-end: auto;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none{
  grid-template-rows: none;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto{
  grid-row: auto;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-span-5{
  grid-row: span 5 / span 5;
}

.row-span-6{
  grid-row: span 6 / span 6;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.row-start-6{
  grid-row-start: 6;
}

.row-start-7{
  grid-row-start: 7;
}

.row-start-auto{
  grid-row-start: auto;
}

.row-end-1{
  grid-row-end: 1;
}

.row-end-2{
  grid-row-end: 2;
}

.row-end-3{
  grid-row-end: 3;
}

.row-end-4{
  grid-row-end: 4;
}

.row-end-5{
  grid-row-end: 5;
}

.row-end-6{
  grid-row-end: 6;
}

.row-end-7{
  grid-row-end: 7;
}

.row-end-auto{
  grid-row-end: auto;
}

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none{
  transform: none;
}

.origin-center{
  transform-origin: center;
}

.origin-top{
  transform-origin: top;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-right{
  transform-origin: right;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-left{
  transform-origin: left;
}

.origin-top-left{
  transform-origin: top left;
}

.scale-0{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0{
  --transform-scale-x: 0;
}

.scale-x-50{
  --transform-scale-x: .5;
}

.scale-x-75{
  --transform-scale-x: .75;
}

.scale-x-90{
  --transform-scale-x: .9;
}

.scale-x-95{
  --transform-scale-x: .95;
}

.scale-x-100{
  --transform-scale-x: 1;
}

.scale-x-105{
  --transform-scale-x: 1.05;
}

.scale-x-110{
  --transform-scale-x: 1.1;
}

.scale-x-125{
  --transform-scale-x: 1.25;
}

.scale-x-150{
  --transform-scale-x: 1.5;
}

.scale-y-0{
  --transform-scale-y: 0;
}

.scale-y-50{
  --transform-scale-y: .5;
}

.scale-y-75{
  --transform-scale-y: .75;
}

.scale-y-90{
  --transform-scale-y: .9;
}

.scale-y-95{
  --transform-scale-y: .95;
}

.scale-y-100{
  --transform-scale-y: 1;
}

.scale-y-105{
  --transform-scale-y: 1.05;
}

.scale-y-110{
  --transform-scale-y: 1.1;
}

.scale-y-125{
  --transform-scale-y: 1.25;
}

.scale-y-150{
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus{
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus{
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus{
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus{
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus{
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus{
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus{
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus{
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus{
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus{
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus{
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus{
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus{
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus{
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus{
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus{
  --transform-scale-y: 1.5;
}

.rotate-0{
  --transform-rotate: 0;
}

.rotate-45{
  --transform-rotate: 45deg;
}

.rotate-90{
  --transform-rotate: 90deg;
}

.rotate-180{
  --transform-rotate: 180deg;
}

.-rotate-180{
  --transform-rotate: -180deg;
}

.-rotate-90{
  --transform-rotate: -90deg;
}

.-rotate-45{
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus{
  --transform-rotate: 0;
}

.focus\:rotate-45:focus{
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus{
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus{
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus{
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus{
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus{
  --transform-rotate: -45deg;
}

.translate-x-0{
  --transform-translate-x: 0;
}

.translate-x-1{
  --transform-translate-x: 0.25rem;
}

.translate-x-2{
  --transform-translate-x: 0.5rem;
}

.translate-x-3{
  --transform-translate-x: 0.75rem;
}

.translate-x-4{
  --transform-translate-x: 1rem;
}

.translate-x-5{
  --transform-translate-x: 1.25rem;
}

.translate-x-6{
  --transform-translate-x: 1.5rem;
}

.translate-x-8{
  --transform-translate-x: 2rem;
}

.translate-x-10{
  --transform-translate-x: 2.5rem;
}

.translate-x-12{
  --transform-translate-x: 3rem;
}

.translate-x-16{
  --transform-translate-x: 4rem;
}

.translate-x-20{
  --transform-translate-x: 5rem;
}

.translate-x-24{
  --transform-translate-x: 6rem;
}

.translate-x-32{
  --transform-translate-x: 8rem;
}

.translate-x-40{
  --transform-translate-x: 10rem;
}

.translate-x-48{
  --transform-translate-x: 12rem;
}

.translate-x-56{
  --transform-translate-x: 14rem;
}

.translate-x-64{
  --transform-translate-x: 16rem;
}

.translate-x-72{
  --transform-translate-x: 18rem;
}

.translate-x-80{
  --transform-translate-x: 20rem;
}

.translate-x-88{
  --transform-translate-x: 22rem;
}

.translate-x-96{
  --transform-translate-x: 24rem;
}

.translate-x-104{
  --transform-translate-x: 26rem;
}

.translate-x-112{
  --transform-translate-x: 28rem;
}

.translate-x-128{
  --transform-translate-x: 30rem;
}

.translate-x-144{
  --transform-translate-x: 34rem;
}

.translate-x-160{
  --transform-translate-x: 38rem;
}

.translate-x-176{
  --transform-translate-x: 42rem;
}

.translate-x-192{
  --transform-translate-x: 46rem;
}

.translate-x-208{
  --transform-translate-x: 50rem;
}

.translate-x-224{
  --transform-translate-x: 54rem;
}

.translate-x-240{
  --transform-translate-x: 58rem;
}

.translate-x-256{
  --transform-translate-x: 62rem;
}

.translate-x-px{
  --transform-translate-x: 1px;
}

.-translate-x-1{
  --transform-translate-x: -0.25rem;
}

.-translate-x-2{
  --transform-translate-x: -0.5rem;
}

.-translate-x-3{
  --transform-translate-x: -0.75rem;
}

.-translate-x-4{
  --transform-translate-x: -1rem;
}

.-translate-x-5{
  --transform-translate-x: -1.25rem;
}

.-translate-x-6{
  --transform-translate-x: -1.5rem;
}

.-translate-x-8{
  --transform-translate-x: -2rem;
}

.-translate-x-10{
  --transform-translate-x: -2.5rem;
}

.-translate-x-12{
  --transform-translate-x: -3rem;
}

.-translate-x-16{
  --transform-translate-x: -4rem;
}

.-translate-x-20{
  --transform-translate-x: -5rem;
}

.-translate-x-24{
  --transform-translate-x: -6rem;
}

.-translate-x-32{
  --transform-translate-x: -8rem;
}

.-translate-x-40{
  --transform-translate-x: -10rem;
}

.-translate-x-48{
  --transform-translate-x: -12rem;
}

.-translate-x-56{
  --transform-translate-x: -14rem;
}

.-translate-x-64{
  --transform-translate-x: -16rem;
}

.-translate-x-72{
  --transform-translate-x: -18rem;
}

.-translate-x-80{
  --transform-translate-x: -20rem;
}

.-translate-x-88{
  --transform-translate-x: -22rem;
}

.-translate-x-96{
  --transform-translate-x: -24rem;
}

.-translate-x-104{
  --transform-translate-x: -26rem;
}

.-translate-x-112{
  --transform-translate-x: -28rem;
}

.-translate-x-128{
  --transform-translate-x: -30rem;
}

.-translate-x-144{
  --transform-translate-x: -34rem;
}

.-translate-x-160{
  --transform-translate-x: -38rem;
}

.-translate-x-176{
  --transform-translate-x: -42rem;
}

.-translate-x-192{
  --transform-translate-x: -46rem;
}

.-translate-x-208{
  --transform-translate-x: -50rem;
}

.-translate-x-224{
  --transform-translate-x: -54rem;
}

.-translate-x-240{
  --transform-translate-x: -58rem;
}

.-translate-x-256{
  --transform-translate-x: -62rem;
}

.-translate-x-px{
  --transform-translate-x: -1px;
}

.-translate-x-full{
  --transform-translate-x: -100%;
}

.-translate-x-1\/2{
  --transform-translate-x: -50%;
}

.translate-x-1\/2{
  --transform-translate-x: 50%;
}

.translate-x-full{
  --transform-translate-x: 100%;
}

.translate-y-0{
  --transform-translate-y: 0;
}

.translate-y-1{
  --transform-translate-y: 0.25rem;
}

.translate-y-2{
  --transform-translate-y: 0.5rem;
}

.translate-y-3{
  --transform-translate-y: 0.75rem;
}

.translate-y-4{
  --transform-translate-y: 1rem;
}

.translate-y-5{
  --transform-translate-y: 1.25rem;
}

.translate-y-6{
  --transform-translate-y: 1.5rem;
}

.translate-y-8{
  --transform-translate-y: 2rem;
}

.translate-y-10{
  --transform-translate-y: 2.5rem;
}

.translate-y-12{
  --transform-translate-y: 3rem;
}

.translate-y-16{
  --transform-translate-y: 4rem;
}

.translate-y-20{
  --transform-translate-y: 5rem;
}

.translate-y-24{
  --transform-translate-y: 6rem;
}

.translate-y-32{
  --transform-translate-y: 8rem;
}

.translate-y-40{
  --transform-translate-y: 10rem;
}

.translate-y-48{
  --transform-translate-y: 12rem;
}

.translate-y-56{
  --transform-translate-y: 14rem;
}

.translate-y-64{
  --transform-translate-y: 16rem;
}

.translate-y-72{
  --transform-translate-y: 18rem;
}

.translate-y-80{
  --transform-translate-y: 20rem;
}

.translate-y-88{
  --transform-translate-y: 22rem;
}

.translate-y-96{
  --transform-translate-y: 24rem;
}

.translate-y-104{
  --transform-translate-y: 26rem;
}

.translate-y-112{
  --transform-translate-y: 28rem;
}

.translate-y-128{
  --transform-translate-y: 30rem;
}

.translate-y-144{
  --transform-translate-y: 34rem;
}

.translate-y-160{
  --transform-translate-y: 38rem;
}

.translate-y-176{
  --transform-translate-y: 42rem;
}

.translate-y-192{
  --transform-translate-y: 46rem;
}

.translate-y-208{
  --transform-translate-y: 50rem;
}

.translate-y-224{
  --transform-translate-y: 54rem;
}

.translate-y-240{
  --transform-translate-y: 58rem;
}

.translate-y-256{
  --transform-translate-y: 62rem;
}

.translate-y-px{
  --transform-translate-y: 1px;
}

.-translate-y-1{
  --transform-translate-y: -0.25rem;
}

.-translate-y-2{
  --transform-translate-y: -0.5rem;
}

.-translate-y-3{
  --transform-translate-y: -0.75rem;
}

.-translate-y-4{
  --transform-translate-y: -1rem;
}

.-translate-y-5{
  --transform-translate-y: -1.25rem;
}

.-translate-y-6{
  --transform-translate-y: -1.5rem;
}

.-translate-y-8{
  --transform-translate-y: -2rem;
}

.-translate-y-10{
  --transform-translate-y: -2.5rem;
}

.-translate-y-12{
  --transform-translate-y: -3rem;
}

.-translate-y-16{
  --transform-translate-y: -4rem;
}

.-translate-y-20{
  --transform-translate-y: -5rem;
}

.-translate-y-24{
  --transform-translate-y: -6rem;
}

.-translate-y-32{
  --transform-translate-y: -8rem;
}

.-translate-y-40{
  --transform-translate-y: -10rem;
}

.-translate-y-48{
  --transform-translate-y: -12rem;
}

.-translate-y-56{
  --transform-translate-y: -14rem;
}

.-translate-y-64{
  --transform-translate-y: -16rem;
}

.-translate-y-72{
  --transform-translate-y: -18rem;
}

.-translate-y-80{
  --transform-translate-y: -20rem;
}

.-translate-y-88{
  --transform-translate-y: -22rem;
}

.-translate-y-96{
  --transform-translate-y: -24rem;
}

.-translate-y-104{
  --transform-translate-y: -26rem;
}

.-translate-y-112{
  --transform-translate-y: -28rem;
}

.-translate-y-128{
  --transform-translate-y: -30rem;
}

.-translate-y-144{
  --transform-translate-y: -34rem;
}

.-translate-y-160{
  --transform-translate-y: -38rem;
}

.-translate-y-176{
  --transform-translate-y: -42rem;
}

.-translate-y-192{
  --transform-translate-y: -46rem;
}

.-translate-y-208{
  --transform-translate-y: -50rem;
}

.-translate-y-224{
  --transform-translate-y: -54rem;
}

.-translate-y-240{
  --transform-translate-y: -58rem;
}

.-translate-y-256{
  --transform-translate-y: -62rem;
}

.-translate-y-px{
  --transform-translate-y: -1px;
}

.-translate-y-full{
  --transform-translate-y: -100%;
}

.-translate-y-1\/2{
  --transform-translate-y: -50%;
}

.translate-y-1\/2{
  --transform-translate-y: 50%;
}

.translate-y-full{
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 2rem;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover{
  --transform-translate-x: 3rem;
}

.hover\:translate-x-16:hover{
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem;
}

.hover\:translate-x-72:hover{
  --transform-translate-x: 18rem;
}

.hover\:translate-x-80:hover{
  --transform-translate-x: 20rem;
}

.hover\:translate-x-88:hover{
  --transform-translate-x: 22rem;
}

.hover\:translate-x-96:hover{
  --transform-translate-x: 24rem;
}

.hover\:translate-x-104:hover{
  --transform-translate-x: 26rem;
}

.hover\:translate-x-112:hover{
  --transform-translate-x: 28rem;
}

.hover\:translate-x-128:hover{
  --transform-translate-x: 30rem;
}

.hover\:translate-x-144:hover{
  --transform-translate-x: 34rem;
}

.hover\:translate-x-160:hover{
  --transform-translate-x: 38rem;
}

.hover\:translate-x-176:hover{
  --transform-translate-x: 42rem;
}

.hover\:translate-x-192:hover{
  --transform-translate-x: 46rem;
}

.hover\:translate-x-208:hover{
  --transform-translate-x: 50rem;
}

.hover\:translate-x-224:hover{
  --transform-translate-x: 54rem;
}

.hover\:translate-x-240:hover{
  --transform-translate-x: 58rem;
}

.hover\:translate-x-256:hover{
  --transform-translate-x: 62rem;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px;
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover{
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-16:hover{
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-72:hover{
  --transform-translate-x: -18rem;
}

.hover\:-translate-x-80:hover{
  --transform-translate-x: -20rem;
}

.hover\:-translate-x-88:hover{
  --transform-translate-x: -22rem;
}

.hover\:-translate-x-96:hover{
  --transform-translate-x: -24rem;
}

.hover\:-translate-x-104:hover{
  --transform-translate-x: -26rem;
}

.hover\:-translate-x-112:hover{
  --transform-translate-x: -28rem;
}

.hover\:-translate-x-128:hover{
  --transform-translate-x: -30rem;
}

.hover\:-translate-x-144:hover{
  --transform-translate-x: -34rem;
}

.hover\:-translate-x-160:hover{
  --transform-translate-x: -38rem;
}

.hover\:-translate-x-176:hover{
  --transform-translate-x: -42rem;
}

.hover\:-translate-x-192:hover{
  --transform-translate-x: -46rem;
}

.hover\:-translate-x-208:hover{
  --transform-translate-x: -50rem;
}

.hover\:-translate-x-224:hover{
  --transform-translate-x: -54rem;
}

.hover\:-translate-x-240:hover{
  --transform-translate-x: -58rem;
}

.hover\:-translate-x-256:hover{
  --transform-translate-x: -62rem;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px;
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover{
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover{
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover{
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 2rem;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover{
  --transform-translate-y: 3rem;
}

.hover\:translate-y-16:hover{
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem;
}

.hover\:translate-y-72:hover{
  --transform-translate-y: 18rem;
}

.hover\:translate-y-80:hover{
  --transform-translate-y: 20rem;
}

.hover\:translate-y-88:hover{
  --transform-translate-y: 22rem;
}

.hover\:translate-y-96:hover{
  --transform-translate-y: 24rem;
}

.hover\:translate-y-104:hover{
  --transform-translate-y: 26rem;
}

.hover\:translate-y-112:hover{
  --transform-translate-y: 28rem;
}

.hover\:translate-y-128:hover{
  --transform-translate-y: 30rem;
}

.hover\:translate-y-144:hover{
  --transform-translate-y: 34rem;
}

.hover\:translate-y-160:hover{
  --transform-translate-y: 38rem;
}

.hover\:translate-y-176:hover{
  --transform-translate-y: 42rem;
}

.hover\:translate-y-192:hover{
  --transform-translate-y: 46rem;
}

.hover\:translate-y-208:hover{
  --transform-translate-y: 50rem;
}

.hover\:translate-y-224:hover{
  --transform-translate-y: 54rem;
}

.hover\:translate-y-240:hover{
  --transform-translate-y: 58rem;
}

.hover\:translate-y-256:hover{
  --transform-translate-y: 62rem;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px;
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover{
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-16:hover{
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-72:hover{
  --transform-translate-y: -18rem;
}

.hover\:-translate-y-80:hover{
  --transform-translate-y: -20rem;
}

.hover\:-translate-y-88:hover{
  --transform-translate-y: -22rem;
}

.hover\:-translate-y-96:hover{
  --transform-translate-y: -24rem;
}

.hover\:-translate-y-104:hover{
  --transform-translate-y: -26rem;
}

.hover\:-translate-y-112:hover{
  --transform-translate-y: -28rem;
}

.hover\:-translate-y-128:hover{
  --transform-translate-y: -30rem;
}

.hover\:-translate-y-144:hover{
  --transform-translate-y: -34rem;
}

.hover\:-translate-y-160:hover{
  --transform-translate-y: -38rem;
}

.hover\:-translate-y-176:hover{
  --transform-translate-y: -42rem;
}

.hover\:-translate-y-192:hover{
  --transform-translate-y: -46rem;
}

.hover\:-translate-y-208:hover{
  --transform-translate-y: -50rem;
}

.hover\:-translate-y-224:hover{
  --transform-translate-y: -54rem;
}

.hover\:-translate-y-240:hover{
  --transform-translate-y: -58rem;
}

.hover\:-translate-y-256:hover{
  --transform-translate-y: -62rem;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px;
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover{
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover{
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover{
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus{
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus{
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus{
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus{
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus{
  --transform-translate-x: 1rem;
}

.focus\:translate-x-5:focus{
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus{
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus{
  --transform-translate-x: 2rem;
}

.focus\:translate-x-10:focus{
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus{
  --transform-translate-x: 3rem;
}

.focus\:translate-x-16:focus{
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem;
}

.focus\:translate-x-72:focus{
  --transform-translate-x: 18rem;
}

.focus\:translate-x-80:focus{
  --transform-translate-x: 20rem;
}

.focus\:translate-x-88:focus{
  --transform-translate-x: 22rem;
}

.focus\:translate-x-96:focus{
  --transform-translate-x: 24rem;
}

.focus\:translate-x-104:focus{
  --transform-translate-x: 26rem;
}

.focus\:translate-x-112:focus{
  --transform-translate-x: 28rem;
}

.focus\:translate-x-128:focus{
  --transform-translate-x: 30rem;
}

.focus\:translate-x-144:focus{
  --transform-translate-x: 34rem;
}

.focus\:translate-x-160:focus{
  --transform-translate-x: 38rem;
}

.focus\:translate-x-176:focus{
  --transform-translate-x: 42rem;
}

.focus\:translate-x-192:focus{
  --transform-translate-x: 46rem;
}

.focus\:translate-x-208:focus{
  --transform-translate-x: 50rem;
}

.focus\:translate-x-224:focus{
  --transform-translate-x: 54rem;
}

.focus\:translate-x-240:focus{
  --transform-translate-x: 58rem;
}

.focus\:translate-x-256:focus{
  --transform-translate-x: 62rem;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px;
}

.focus\:-translate-x-1:focus{
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus{
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus{
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus{
  --transform-translate-x: -1rem;
}

.focus\:-translate-x-5:focus{
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus{
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus{
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-10:focus{
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus{
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-16:focus{
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-72:focus{
  --transform-translate-x: -18rem;
}

.focus\:-translate-x-80:focus{
  --transform-translate-x: -20rem;
}

.focus\:-translate-x-88:focus{
  --transform-translate-x: -22rem;
}

.focus\:-translate-x-96:focus{
  --transform-translate-x: -24rem;
}

.focus\:-translate-x-104:focus{
  --transform-translate-x: -26rem;
}

.focus\:-translate-x-112:focus{
  --transform-translate-x: -28rem;
}

.focus\:-translate-x-128:focus{
  --transform-translate-x: -30rem;
}

.focus\:-translate-x-144:focus{
  --transform-translate-x: -34rem;
}

.focus\:-translate-x-160:focus{
  --transform-translate-x: -38rem;
}

.focus\:-translate-x-176:focus{
  --transform-translate-x: -42rem;
}

.focus\:-translate-x-192:focus{
  --transform-translate-x: -46rem;
}

.focus\:-translate-x-208:focus{
  --transform-translate-x: -50rem;
}

.focus\:-translate-x-224:focus{
  --transform-translate-x: -54rem;
}

.focus\:-translate-x-240:focus{
  --transform-translate-x: -58rem;
}

.focus\:-translate-x-256:focus{
  --transform-translate-x: -62rem;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px;
}

.focus\:-translate-x-full:focus{
  --transform-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus{
  --transform-translate-x: -50%;
}

.focus\:translate-x-1\/2:focus{
  --transform-translate-x: 50%;
}

.focus\:translate-x-full:focus{
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus{
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus{
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus{
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus{
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus{
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus{
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus{
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus{
  --transform-translate-y: 2rem;
}

.focus\:translate-y-10:focus{
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus{
  --transform-translate-y: 3rem;
}

.focus\:translate-y-16:focus{
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem;
}

.focus\:translate-y-72:focus{
  --transform-translate-y: 18rem;
}

.focus\:translate-y-80:focus{
  --transform-translate-y: 20rem;
}

.focus\:translate-y-88:focus{
  --transform-translate-y: 22rem;
}

.focus\:translate-y-96:focus{
  --transform-translate-y: 24rem;
}

.focus\:translate-y-104:focus{
  --transform-translate-y: 26rem;
}

.focus\:translate-y-112:focus{
  --transform-translate-y: 28rem;
}

.focus\:translate-y-128:focus{
  --transform-translate-y: 30rem;
}

.focus\:translate-y-144:focus{
  --transform-translate-y: 34rem;
}

.focus\:translate-y-160:focus{
  --transform-translate-y: 38rem;
}

.focus\:translate-y-176:focus{
  --transform-translate-y: 42rem;
}

.focus\:translate-y-192:focus{
  --transform-translate-y: 46rem;
}

.focus\:translate-y-208:focus{
  --transform-translate-y: 50rem;
}

.focus\:translate-y-224:focus{
  --transform-translate-y: 54rem;
}

.focus\:translate-y-240:focus{
  --transform-translate-y: 58rem;
}

.focus\:translate-y-256:focus{
  --transform-translate-y: 62rem;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px;
}

.focus\:-translate-y-1:focus{
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus{
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus{
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus{
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus{
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus{
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus{
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-10:focus{
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus{
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-16:focus{
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-72:focus{
  --transform-translate-y: -18rem;
}

.focus\:-translate-y-80:focus{
  --transform-translate-y: -20rem;
}

.focus\:-translate-y-88:focus{
  --transform-translate-y: -22rem;
}

.focus\:-translate-y-96:focus{
  --transform-translate-y: -24rem;
}

.focus\:-translate-y-104:focus{
  --transform-translate-y: -26rem;
}

.focus\:-translate-y-112:focus{
  --transform-translate-y: -28rem;
}

.focus\:-translate-y-128:focus{
  --transform-translate-y: -30rem;
}

.focus\:-translate-y-144:focus{
  --transform-translate-y: -34rem;
}

.focus\:-translate-y-160:focus{
  --transform-translate-y: -38rem;
}

.focus\:-translate-y-176:focus{
  --transform-translate-y: -42rem;
}

.focus\:-translate-y-192:focus{
  --transform-translate-y: -46rem;
}

.focus\:-translate-y-208:focus{
  --transform-translate-y: -50rem;
}

.focus\:-translate-y-224:focus{
  --transform-translate-y: -54rem;
}

.focus\:-translate-y-240:focus{
  --transform-translate-y: -58rem;
}

.focus\:-translate-y-256:focus{
  --transform-translate-y: -62rem;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px;
}

.focus\:-translate-y-full:focus{
  --transform-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus{
  --transform-translate-y: -50%;
}

.focus\:translate-y-1\/2:focus{
  --transform-translate-y: 50%;
}

.focus\:translate-y-full:focus{
  --transform-translate-y: 100%;
}

.skew-x-0{
  --transform-skew-x: 0;
}

.skew-x-3{
  --transform-skew-x: 3deg;
}

.skew-x-6{
  --transform-skew-x: 6deg;
}

.skew-x-12{
  --transform-skew-x: 12deg;
}

.-skew-x-12{
  --transform-skew-x: -12deg;
}

.-skew-x-6{
  --transform-skew-x: -6deg;
}

.-skew-x-3{
  --transform-skew-x: -3deg;
}

.skew-y-0{
  --transform-skew-y: 0;
}

.skew-y-3{
  --transform-skew-y: 3deg;
}

.skew-y-6{
  --transform-skew-y: 6deg;
}

.skew-y-12{
  --transform-skew-y: 12deg;
}

.-skew-y-12{
  --transform-skew-y: -12deg;
}

.-skew-y-6{
  --transform-skew-y: -6deg;
}

.-skew-y-3{
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus{
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus{
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus{
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus{
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus{
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus{
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus{
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus{
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus{
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus{
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus{
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus{
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus{
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus{
  --transform-skew-y: -3deg;
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity{
  transition-property: opacity;
}

.transition-shadow{
  transition-property: box-shadow;
}

.transition-transform{
  transition-property: transform;
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.delay-75{
  transition-delay: 75ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-150{
  transition-delay: 150ms;
}

.delay-200{
  transition-delay: 200ms;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  animation: none;
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "\61F";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.form-input.invalid {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
  --text-opacity: 1;
  color: #95C11F;
  color: rgba(149, 193, 31, var(--text-opacity));
  --border-opacity: 1;
  border-color: #95C11F;
  border-color: rgba(149, 193, 31, var(--border-opacity));
}

.dialog-drag .dialog-header {
  border-radius: 10px 10px 0 0 !important;
  background-color: #95C11F !important;
}

.fc-button-primary {
  background-color: #95C11F !important;
  border-color: #95C11F !important;
}

.tiptap .ProseMirror {
  padding: 5px;
}

ul {
  list-style: circle !important;
  margin-left: 20px !important;
}

ol {
  list-style: decimal !important;
  margin-left: 20px !important;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  display: none;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgba(29, 33, 39, 0.3);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgba(29, 33, 39, 0.5);
}

.vc-container.vc-red {
  --accent-100: #95C11F !important;
  --accent-200: #95C11F !important;
  --accent-300: #95C11F !important;
  --accent-400: #95C11F !important;
  --accent-500: #95C11F !important;
  --accent-600: #95C11F !important;
  --accent-700: #95C11F !important;
  --accent-800: #95C11F !important;
  --accent-900: #95C11F !important;
}

.vc-container {
  --red-100: #95C11F !important;
  --red-200: #95C11F !important;
  --red-300: #95C11F !important;
  --red-400: #95C11F !important;
  --red-500: #95C11F !important;
  --red-600: #95C11F !important;
  --red-700: #95C11F !important;
  --red-800: #95C11F !important;
  --red-900: #95C11F !important;
}

button:focus {
  outline: none !important;
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .sm\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .sm\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .sm\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .sm\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .sm\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .sm\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .sm\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .sm\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .sm\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .sm\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .sm\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .sm\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .sm\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .sm\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .sm\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .sm\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .sm\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .sm\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .sm\:container{
      max-width: 2000px;
    }
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .sm\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .sm\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .sm\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .sm\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .sm\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .sm\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .sm\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .sm\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .sm\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .sm\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .sm\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .sm\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .sm\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .sm\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .sm\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .sm\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .sm\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .sm\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .sm\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .sm\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .sm\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .sm\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .sm\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .sm\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .sm\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .sm\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .sm\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .sm\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .sm\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .sm\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sm\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sm\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sm\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .sm\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .sm\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .sm\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sm\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:bg-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:to-transparent{
    --gradient-to-color: transparent;
  }

  .sm\:to-current{
    --gradient-to-color: currentColor;
  }

  .sm\:to-black{
    --gradient-to-color: #000;
  }

  .sm\:to-white{
    --gradient-to-color: #fff;
  }

  .sm\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .sm\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .sm\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .sm\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .sm\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .sm\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .sm\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .sm\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .sm\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .sm\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .sm\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .sm\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .sm\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .sm\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .sm\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .sm\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .sm\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .sm\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .sm\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .sm\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .sm\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .sm\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .sm\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .sm\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .sm\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .sm\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .sm\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .sm\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .sm\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .sm\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .sm\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .sm\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .sm\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .sm\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .sm\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .sm\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .sm\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .sm\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .sm\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .sm\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .sm\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .sm\:to-green-800{
    --gradient-to-color: #276749;
  }

  .sm\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .sm\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .sm\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .sm\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .sm\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .sm\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .sm\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .sm\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .sm\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .sm\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .sm\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .sm\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .sm\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .sm\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .sm\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .sm\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .sm\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .sm\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .sm\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .sm\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .sm\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .sm\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .sm\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .sm\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .sm\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .sm\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .sm\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .sm\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .sm\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .sm\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .sm\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .sm\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .sm\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .sm\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .sm\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .sm\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .sm\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .sm\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .sm\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .sm\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .sm\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .sm\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .sm\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .sm\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .sm\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .sm\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .sm\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .sm\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .sm\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .sm\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .sm\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .sm\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .sm\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .sm\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .sm\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .sm\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .sm\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .sm\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .sm\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .sm\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .sm\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .sm\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .sm\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .sm\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .sm\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .sm\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .sm\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .sm\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .sm\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .sm\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .sm\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .sm\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .sm\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .sm\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .sm\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .sm\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .sm\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .sm\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .sm\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .sm\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .sm\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .sm\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .sm\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .sm\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .sm\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .sm\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .sm\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .sm\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .sm\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .sm\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .sm\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .sm\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .sm\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .sm\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .sm\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .sm\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .sm\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .sm\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .sm\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .sm\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .sm\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .sm\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .sm\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .sm\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .sm\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .sm\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .sm\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .sm\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .sm\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .sm\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .sm\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .sm\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .sm\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .sm\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .sm\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .sm\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .sm\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .sm\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .sm\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .sm\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .sm\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .sm\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .sm\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .sm\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .sm\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .sm\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .sm\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .sm\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .sm\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .sm\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .sm\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .sm\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .sm\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .sm\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .sm\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .sm\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .sm\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .sm\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sm\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sm\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sm\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sm\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sm\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sm\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sm\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sm\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sm\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sm\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sm\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sm\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sm\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sm\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sm\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sm\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sm\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sm\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sm\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sm\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sm\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sm\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sm\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sm\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sm\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sm\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .sm\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .sm\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .sm\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .sm\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .sm\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .sm\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .sm\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .sm\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .sm\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .sm\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .sm\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .sm\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .sm\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .sm\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .sm\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .sm\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .sm\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .sm\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .sm\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .sm\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .sm\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .sm\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .sm\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .sm\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .sm\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .sm\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .sm\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .sm\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .sm\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .sm\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .sm\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .sm\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .sm\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .sm\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .sm\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .sm\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .sm\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .sm\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .sm\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .sm\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .sm\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .sm\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .sm\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .sm\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .sm\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .sm\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .sm\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .sm\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .sm\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .sm\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .sm\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .sm\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .sm\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .sm\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .sm\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .sm\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .sm\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .sm\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .sm\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .sm\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .sm\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .sm\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .sm\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .sm\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .sm\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .sm\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .sm\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .sm\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .sm\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .sm\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .sm\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .sm\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .sm\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .sm\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .sm\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .sm\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .sm\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .sm\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .sm\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .sm\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .sm\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .sm\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .sm\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .sm\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .sm\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .sm\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .sm\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .sm\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .sm\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .sm\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .sm\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .sm\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sm\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sm\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sm\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sm\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:border-opacity-0{
    --border-opacity: 0;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .sm\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .sm\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-lg2{
    border-radius: 1rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:box-content{
    box-sizing: content-box;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:flow-root{
    display: flow-root;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:place-items-auto{
    place-items: auto;
  }

  .sm\:place-items-start{
    place-items: start;
  }

  .sm\:place-items-end{
    place-items: end;
  }

  .sm\:place-items-center{
    place-items: center;
  }

  .sm\:place-items-stretch{
    place-items: stretch;
  }

  .sm\:place-content-center{
    place-content: center;
  }

  .sm\:place-content-start{
    place-content: start;
  }

  .sm\:place-content-end{
    place-content: end;
  }

  .sm\:place-content-between{
    place-content: space-between;
  }

  .sm\:place-content-around{
    place-content: space-around;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  .sm\:place-content-stretch{
    place-content: stretch;
  }

  .sm\:place-self-auto{
    place-self: auto;
  }

  .sm\:place-self-start{
    place-self: start;
  }

  .sm\:place-self-end{
    place-self: end;
  }

  .sm\:place-self-center{
    place-self: center;
  }

  .sm\:place-self-stretch{
    place-self: stretch;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:content-evenly{
    align-content: space-evenly;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:justify-items-auto{
    justify-items: auto;
  }

  .sm\:justify-items-start{
    justify-items: start;
  }

  .sm\:justify-items-end{
    justify-items: end;
  }

  .sm\:justify-items-center{
    justify-items: center;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto{
    justify-self: auto;
  }

  .sm\:justify-self-start{
    justify-self: start;
  }

  .sm\:justify-self-end{
    justify-self: end;
  }

  .sm\:justify-self-center{
    justify-self: center;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:font-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";
  }

  .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-hairline{
    font-weight: 100;
  }

  .sm\:font-thin{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-72{
    height: 18rem;
  }

  .sm\:h-80{
    height: 20rem;
  }

  .sm\:h-88{
    height: 22rem;
  }

  .sm\:h-96{
    height: 24rem;
  }

  .sm\:h-104{
    height: 26rem;
  }

  .sm\:h-112{
    height: 28rem;
  }

  .sm\:h-128{
    height: 30rem;
  }

  .sm\:h-144{
    height: 34rem;
  }

  .sm\:h-160{
    height: 38rem;
  }

  .sm\:h-176{
    height: 42rem;
  }

  .sm\:h-192{
    height: 46rem;
  }

  .sm\:h-208{
    height: 50rem;
  }

  .sm\:h-224{
    height: 54rem;
  }

  .sm\:h-240{
    height: 58rem;
  }

  .sm\:h-256{
    height: 62rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:text-3xs{
    font-size: 0.5rem;
  }

  .sm\:text-2xs{
    font-size: 0.625rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .sm\:text-6xl{
    font-size: 4rem;
  }

  .sm\:text-7xl{
    font-size: 6rem;
  }

  .sm\:text-8xl{
    font-size: 8rem;
  }

  .sm\:leading-3{
    line-height: .75rem;
  }

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-10{
    line-height: 2.5rem;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-72{
    margin: 18rem;
  }

  .sm\:m-80{
    margin: 20rem;
  }

  .sm\:m-88{
    margin: 22rem;
  }

  .sm\:m-96{
    margin: 24rem;
  }

  .sm\:m-104{
    margin: 26rem;
  }

  .sm\:m-112{
    margin: 28rem;
  }

  .sm\:m-128{
    margin: 30rem;
  }

  .sm\:m-144{
    margin: 34rem;
  }

  .sm\:m-160{
    margin: 38rem;
  }

  .sm\:m-176{
    margin: 42rem;
  }

  .sm\:m-192{
    margin: 46rem;
  }

  .sm\:m-208{
    margin: 50rem;
  }

  .sm\:m-224{
    margin: 54rem;
  }

  .sm\:m-240{
    margin: 58rem;
  }

  .sm\:m-256{
    margin: 62rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-72{
    margin: -18rem;
  }

  .sm\:-m-80{
    margin: -20rem;
  }

  .sm\:-m-88{
    margin: -22rem;
  }

  .sm\:-m-96{
    margin: -24rem;
  }

  .sm\:-m-104{
    margin: -26rem;
  }

  .sm\:-m-112{
    margin: -28rem;
  }

  .sm\:-m-128{
    margin: -30rem;
  }

  .sm\:-m-144{
    margin: -34rem;
  }

  .sm\:-m-160{
    margin: -38rem;
  }

  .sm\:-m-176{
    margin: -42rem;
  }

  .sm\:-m-192{
    margin: -46rem;
  }

  .sm\:-m-208{
    margin: -50rem;
  }

  .sm\:-m-224{
    margin: -54rem;
  }

  .sm\:-m-240{
    margin: -58rem;
  }

  .sm\:-m-256{
    margin: -62rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sm\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sm\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sm\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sm\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sm\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sm\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sm\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .sm\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .sm\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sm\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sm\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .sm\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .sm\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .sm\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .sm\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .sm\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .sm\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .sm\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sm\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sm\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sm\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sm\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sm\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sm\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .sm\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .sm\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sm\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sm\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .sm\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .sm\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .sm\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .sm\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .sm\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .sm\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .sm\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-72{
    margin-top: 18rem;
  }

  .sm\:mr-72{
    margin-right: 18rem;
  }

  .sm\:mb-72{
    margin-bottom: 18rem;
  }

  .sm\:ml-72{
    margin-left: 18rem;
  }

  .sm\:mt-80{
    margin-top: 20rem;
  }

  .sm\:mr-80{
    margin-right: 20rem;
  }

  .sm\:mb-80{
    margin-bottom: 20rem;
  }

  .sm\:ml-80{
    margin-left: 20rem;
  }

  .sm\:mt-88{
    margin-top: 22rem;
  }

  .sm\:mr-88{
    margin-right: 22rem;
  }

  .sm\:mb-88{
    margin-bottom: 22rem;
  }

  .sm\:ml-88{
    margin-left: 22rem;
  }

  .sm\:mt-96{
    margin-top: 24rem;
  }

  .sm\:mr-96{
    margin-right: 24rem;
  }

  .sm\:mb-96{
    margin-bottom: 24rem;
  }

  .sm\:ml-96{
    margin-left: 24rem;
  }

  .sm\:mt-104{
    margin-top: 26rem;
  }

  .sm\:mr-104{
    margin-right: 26rem;
  }

  .sm\:mb-104{
    margin-bottom: 26rem;
  }

  .sm\:ml-104{
    margin-left: 26rem;
  }

  .sm\:mt-112{
    margin-top: 28rem;
  }

  .sm\:mr-112{
    margin-right: 28rem;
  }

  .sm\:mb-112{
    margin-bottom: 28rem;
  }

  .sm\:ml-112{
    margin-left: 28rem;
  }

  .sm\:mt-128{
    margin-top: 30rem;
  }

  .sm\:mr-128{
    margin-right: 30rem;
  }

  .sm\:mb-128{
    margin-bottom: 30rem;
  }

  .sm\:ml-128{
    margin-left: 30rem;
  }

  .sm\:mt-144{
    margin-top: 34rem;
  }

  .sm\:mr-144{
    margin-right: 34rem;
  }

  .sm\:mb-144{
    margin-bottom: 34rem;
  }

  .sm\:ml-144{
    margin-left: 34rem;
  }

  .sm\:mt-160{
    margin-top: 38rem;
  }

  .sm\:mr-160{
    margin-right: 38rem;
  }

  .sm\:mb-160{
    margin-bottom: 38rem;
  }

  .sm\:ml-160{
    margin-left: 38rem;
  }

  .sm\:mt-176{
    margin-top: 42rem;
  }

  .sm\:mr-176{
    margin-right: 42rem;
  }

  .sm\:mb-176{
    margin-bottom: 42rem;
  }

  .sm\:ml-176{
    margin-left: 42rem;
  }

  .sm\:mt-192{
    margin-top: 46rem;
  }

  .sm\:mr-192{
    margin-right: 46rem;
  }

  .sm\:mb-192{
    margin-bottom: 46rem;
  }

  .sm\:ml-192{
    margin-left: 46rem;
  }

  .sm\:mt-208{
    margin-top: 50rem;
  }

  .sm\:mr-208{
    margin-right: 50rem;
  }

  .sm\:mb-208{
    margin-bottom: 50rem;
  }

  .sm\:ml-208{
    margin-left: 50rem;
  }

  .sm\:mt-224{
    margin-top: 54rem;
  }

  .sm\:mr-224{
    margin-right: 54rem;
  }

  .sm\:mb-224{
    margin-bottom: 54rem;
  }

  .sm\:ml-224{
    margin-left: 54rem;
  }

  .sm\:mt-240{
    margin-top: 58rem;
  }

  .sm\:mr-240{
    margin-right: 58rem;
  }

  .sm\:mb-240{
    margin-bottom: 58rem;
  }

  .sm\:ml-240{
    margin-left: 58rem;
  }

  .sm\:mt-256{
    margin-top: 62rem;
  }

  .sm\:mr-256{
    margin-right: 62rem;
  }

  .sm\:mb-256{
    margin-bottom: 62rem;
  }

  .sm\:ml-256{
    margin-left: 62rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-72{
    margin-top: -18rem;
  }

  .sm\:-mr-72{
    margin-right: -18rem;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  .sm\:-ml-72{
    margin-left: -18rem;
  }

  .sm\:-mt-80{
    margin-top: -20rem;
  }

  .sm\:-mr-80{
    margin-right: -20rem;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  .sm\:-ml-80{
    margin-left: -20rem;
  }

  .sm\:-mt-88{
    margin-top: -22rem;
  }

  .sm\:-mr-88{
    margin-right: -22rem;
  }

  .sm\:-mb-88{
    margin-bottom: -22rem;
  }

  .sm\:-ml-88{
    margin-left: -22rem;
  }

  .sm\:-mt-96{
    margin-top: -24rem;
  }

  .sm\:-mr-96{
    margin-right: -24rem;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  .sm\:-ml-96{
    margin-left: -24rem;
  }

  .sm\:-mt-104{
    margin-top: -26rem;
  }

  .sm\:-mr-104{
    margin-right: -26rem;
  }

  .sm\:-mb-104{
    margin-bottom: -26rem;
  }

  .sm\:-ml-104{
    margin-left: -26rem;
  }

  .sm\:-mt-112{
    margin-top: -28rem;
  }

  .sm\:-mr-112{
    margin-right: -28rem;
  }

  .sm\:-mb-112{
    margin-bottom: -28rem;
  }

  .sm\:-ml-112{
    margin-left: -28rem;
  }

  .sm\:-mt-128{
    margin-top: -30rem;
  }

  .sm\:-mr-128{
    margin-right: -30rem;
  }

  .sm\:-mb-128{
    margin-bottom: -30rem;
  }

  .sm\:-ml-128{
    margin-left: -30rem;
  }

  .sm\:-mt-144{
    margin-top: -34rem;
  }

  .sm\:-mr-144{
    margin-right: -34rem;
  }

  .sm\:-mb-144{
    margin-bottom: -34rem;
  }

  .sm\:-ml-144{
    margin-left: -34rem;
  }

  .sm\:-mt-160{
    margin-top: -38rem;
  }

  .sm\:-mr-160{
    margin-right: -38rem;
  }

  .sm\:-mb-160{
    margin-bottom: -38rem;
  }

  .sm\:-ml-160{
    margin-left: -38rem;
  }

  .sm\:-mt-176{
    margin-top: -42rem;
  }

  .sm\:-mr-176{
    margin-right: -42rem;
  }

  .sm\:-mb-176{
    margin-bottom: -42rem;
  }

  .sm\:-ml-176{
    margin-left: -42rem;
  }

  .sm\:-mt-192{
    margin-top: -46rem;
  }

  .sm\:-mr-192{
    margin-right: -46rem;
  }

  .sm\:-mb-192{
    margin-bottom: -46rem;
  }

  .sm\:-ml-192{
    margin-left: -46rem;
  }

  .sm\:-mt-208{
    margin-top: -50rem;
  }

  .sm\:-mr-208{
    margin-right: -50rem;
  }

  .sm\:-mb-208{
    margin-bottom: -50rem;
  }

  .sm\:-ml-208{
    margin-left: -50rem;
  }

  .sm\:-mt-224{
    margin-top: -54rem;
  }

  .sm\:-mr-224{
    margin-right: -54rem;
  }

  .sm\:-mb-224{
    margin-bottom: -54rem;
  }

  .sm\:-ml-224{
    margin-left: -54rem;
  }

  .sm\:-mt-240{
    margin-top: -58rem;
  }

  .sm\:-mr-240{
    margin-right: -58rem;
  }

  .sm\:-mb-240{
    margin-bottom: -58rem;
  }

  .sm\:-ml-240{
    margin-left: -58rem;
  }

  .sm\:-mt-256{
    margin-top: -62rem;
  }

  .sm\:-mr-256{
    margin-right: -62rem;
  }

  .sm\:-mb-256{
    margin-bottom: -62rem;
  }

  .sm\:-ml-256{
    margin-left: -62rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-screen-sm{
    max-width: 640px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sm\:max-w-screen-hundred{
    max-width: 100px;
  }

  .sm\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .sm\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .sm\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .sm\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .sm\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .sm\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .sm\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .sm\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .sm\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .sm\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .sm\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .sm\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .sm\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .sm\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .sm\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .sm\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .sm\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .sm\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .sm\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .sm\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-80{
    min-width: 20rem;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .sm\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .sm\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .sm\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .sm\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .sm\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-72{
    padding: 18rem;
  }

  .sm\:p-80{
    padding: 20rem;
  }

  .sm\:p-88{
    padding: 22rem;
  }

  .sm\:p-96{
    padding: 24rem;
  }

  .sm\:p-104{
    padding: 26rem;
  }

  .sm\:p-112{
    padding: 28rem;
  }

  .sm\:p-128{
    padding: 30rem;
  }

  .sm\:p-144{
    padding: 34rem;
  }

  .sm\:p-160{
    padding: 38rem;
  }

  .sm\:p-176{
    padding: 42rem;
  }

  .sm\:p-192{
    padding: 46rem;
  }

  .sm\:p-208{
    padding: 50rem;
  }

  .sm\:p-224{
    padding: 54rem;
  }

  .sm\:p-240{
    padding: 58rem;
  }

  .sm\:p-256{
    padding: 62rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .sm\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .sm\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sm\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .sm\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .sm\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .sm\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sm\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .sm\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .sm\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .sm\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .sm\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .sm\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .sm\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .sm\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .sm\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .sm\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .sm\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-72{
    padding-top: 18rem;
  }

  .sm\:pr-72{
    padding-right: 18rem;
  }

  .sm\:pb-72{
    padding-bottom: 18rem;
  }

  .sm\:pl-72{
    padding-left: 18rem;
  }

  .sm\:pt-80{
    padding-top: 20rem;
  }

  .sm\:pr-80{
    padding-right: 20rem;
  }

  .sm\:pb-80{
    padding-bottom: 20rem;
  }

  .sm\:pl-80{
    padding-left: 20rem;
  }

  .sm\:pt-88{
    padding-top: 22rem;
  }

  .sm\:pr-88{
    padding-right: 22rem;
  }

  .sm\:pb-88{
    padding-bottom: 22rem;
  }

  .sm\:pl-88{
    padding-left: 22rem;
  }

  .sm\:pt-96{
    padding-top: 24rem;
  }

  .sm\:pr-96{
    padding-right: 24rem;
  }

  .sm\:pb-96{
    padding-bottom: 24rem;
  }

  .sm\:pl-96{
    padding-left: 24rem;
  }

  .sm\:pt-104{
    padding-top: 26rem;
  }

  .sm\:pr-104{
    padding-right: 26rem;
  }

  .sm\:pb-104{
    padding-bottom: 26rem;
  }

  .sm\:pl-104{
    padding-left: 26rem;
  }

  .sm\:pt-112{
    padding-top: 28rem;
  }

  .sm\:pr-112{
    padding-right: 28rem;
  }

  .sm\:pb-112{
    padding-bottom: 28rem;
  }

  .sm\:pl-112{
    padding-left: 28rem;
  }

  .sm\:pt-128{
    padding-top: 30rem;
  }

  .sm\:pr-128{
    padding-right: 30rem;
  }

  .sm\:pb-128{
    padding-bottom: 30rem;
  }

  .sm\:pl-128{
    padding-left: 30rem;
  }

  .sm\:pt-144{
    padding-top: 34rem;
  }

  .sm\:pr-144{
    padding-right: 34rem;
  }

  .sm\:pb-144{
    padding-bottom: 34rem;
  }

  .sm\:pl-144{
    padding-left: 34rem;
  }

  .sm\:pt-160{
    padding-top: 38rem;
  }

  .sm\:pr-160{
    padding-right: 38rem;
  }

  .sm\:pb-160{
    padding-bottom: 38rem;
  }

  .sm\:pl-160{
    padding-left: 38rem;
  }

  .sm\:pt-176{
    padding-top: 42rem;
  }

  .sm\:pr-176{
    padding-right: 42rem;
  }

  .sm\:pb-176{
    padding-bottom: 42rem;
  }

  .sm\:pl-176{
    padding-left: 42rem;
  }

  .sm\:pt-192{
    padding-top: 46rem;
  }

  .sm\:pr-192{
    padding-right: 46rem;
  }

  .sm\:pb-192{
    padding-bottom: 46rem;
  }

  .sm\:pl-192{
    padding-left: 46rem;
  }

  .sm\:pt-208{
    padding-top: 50rem;
  }

  .sm\:pr-208{
    padding-right: 50rem;
  }

  .sm\:pb-208{
    padding-bottom: 50rem;
  }

  .sm\:pl-208{
    padding-left: 50rem;
  }

  .sm\:pt-224{
    padding-top: 54rem;
  }

  .sm\:pr-224{
    padding-right: 54rem;
  }

  .sm\:pb-224{
    padding-bottom: 54rem;
  }

  .sm\:pl-224{
    padding-left: 54rem;
  }

  .sm\:pt-240{
    padding-top: 58rem;
  }

  .sm\:pr-240{
    padding-right: 58rem;
  }

  .sm\:pb-240{
    padding-bottom: 58rem;
  }

  .sm\:pl-240{
    padding-left: 58rem;
  }

  .sm\:pt-256{
    padding-top: 62rem;
  }

  .sm\:pr-256{
    padding-right: 62rem;
  }

  .sm\:pb-256{
    padding-bottom: 62rem;
  }

  .sm\:pl-256{
    padding-left: 62rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sm\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sm\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sm\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sm\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:text-opacity-0{
    --text-opacity: 0;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .sm\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-100{
    --text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sm\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sm\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-72{
    width: 18rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:w-88{
    width: 22rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-104{
    width: 26rem;
  }

  .sm\:w-112{
    width: 28rem;
  }

  .sm\:w-128{
    width: 30rem;
  }

  .sm\:w-144{
    width: 34rem;
  }

  .sm\:w-160{
    width: 38rem;
  }

  .sm\:w-176{
    width: 42rem;
  }

  .sm\:w-192{
    width: 46rem;
  }

  .sm\:w-208{
    width: 50rem;
  }

  .sm\:w-224{
    width: 54rem;
  }

  .sm\:w-240{
    width: 58rem;
  }

  .sm\:w-256{
    width: 62rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .sm\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .sm\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .sm\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .sm\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .sm\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .sm\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .sm\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .sm\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .sm\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .sm\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .sm\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .sm\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .sm\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .sm\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .sm\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sm\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sm\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sm\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sm\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sm\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sm\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sm\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sm\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sm\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sm\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sm\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sm\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sm\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sm\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sm\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sm\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sm\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sm\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sm\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sm\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sm\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sm\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sm\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sm\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sm\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sm\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sm\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sm\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sm\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sm\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sm\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sm\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sm\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sm\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sm\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sm\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sm\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sm\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sm\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sm\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sm\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sm\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sm\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sm\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sm\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sm\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sm\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sm\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sm\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sm\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto{
    grid-column: auto;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:col-start-6{
    grid-column-start: 6;
  }

  .sm\:col-start-7{
    grid-column-start: 7;
  }

  .sm\:col-start-8{
    grid-column-start: 8;
  }

  .sm\:col-start-9{
    grid-column-start: 9;
  }

  .sm\:col-start-10{
    grid-column-start: 10;
  }

  .sm\:col-start-11{
    grid-column-start: 11;
  }

  .sm\:col-start-12{
    grid-column-start: 12;
  }

  .sm\:col-start-13{
    grid-column-start: 13;
  }

  .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .sm\:col-end-1{
    grid-column-end: 1;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:col-end-3{
    grid-column-end: 3;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:col-end-5{
    grid-column-end: 5;
  }

  .sm\:col-end-6{
    grid-column-end: 6;
  }

  .sm\:col-end-7{
    grid-column-end: 7;
  }

  .sm\:col-end-8{
    grid-column-end: 8;
  }

  .sm\:col-end-9{
    grid-column-end: 9;
  }

  .sm\:col-end-10{
    grid-column-end: 10;
  }

  .sm\:col-end-11{
    grid-column-end: 11;
  }

  .sm\:col-end-12{
    grid-column-end: 12;
  }

  .sm\:col-end-13{
    grid-column-end: 13;
  }

  .sm\:col-end-auto{
    grid-column-end: auto;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto{
    grid-row: auto;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-start-6{
    grid-row-start: 6;
  }

  .sm\:row-start-7{
    grid-row-start: 7;
  }

  .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .sm\:row-end-1{
    grid-row-end: 1;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:row-end-3{
    grid-row-end: 3;
  }

  .sm\:row-end-4{
    grid-row-end: 4;
  }

  .sm\:row-end-5{
    grid-row-end: 5;
  }

  .sm\:row-end-6{
    grid-row-end: 6;
  }

  .sm\:row-end-7{
    grid-row-end: 7;
  }

  .sm\:row-end-auto{
    grid-row-end: auto;
  }

  .sm\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none{
    transform: none;
  }

  .sm\:origin-center{
    transform-origin: center;
  }

  .sm\:origin-top{
    transform-origin: top;
  }

  .sm\:origin-top-right{
    transform-origin: top right;
  }

  .sm\:origin-right{
    transform-origin: right;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:origin-left{
    transform-origin: left;
  }

  .sm\:origin-top-left{
    transform-origin: top left;
  }

  .sm\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0{
    --transform-rotate: 0;
  }

  .sm\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .sm\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .sm\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .sm\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .sm\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .sm\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .sm\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .sm\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .sm\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .sm\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .sm\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .sm\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .sm\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .sm\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .sm\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .sm\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .sm\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .sm\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .sm\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .sm\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .sm\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .sm\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .sm\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .sm\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .sm\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .sm\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .sm\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .sm\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .sm\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .sm\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .sm\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .sm\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .sm\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .sm\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .sm\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .sm\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .sm\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .sm\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .sm\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .sm\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .sm\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .sm\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .sm\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .sm\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .sm\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .sm\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .sm\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .sm\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .sm\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .sm\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .sm\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .sm\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .sm\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .sm\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .sm\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .sm\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .sm\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .sm\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .sm\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .sm\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .sm\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .sm\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .sm\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .sm\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .sm\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .sm\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .sm\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .sm\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .sm\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .sm\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .sm\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .sm\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .sm\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .sm\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .sm\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .sm\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .sm\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .sm\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .sm\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .sm\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .sm\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .sm\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .sm\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .sm\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .sm\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .sm\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .sm\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .sm\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .sm\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .sm\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .sm\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .sm\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .sm\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .sm\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .sm\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .sm\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .sm\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .sm\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .sm\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .sm\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .sm\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .sm\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .sm\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .sm\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .sm\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .sm\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .sm\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .sm\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .sm\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .sm\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .sm\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .sm\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .sm\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .sm\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .sm\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .sm\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .sm\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .sm\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .sm\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .sm\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .sm\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .sm\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .sm\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .sm\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .sm\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .sm\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .sm\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .sm\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .sm\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .sm\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .sm\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .sm\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .sm\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .sm\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .sm\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .sm\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .sm\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .sm\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .sm\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .sm\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .sm\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .sm\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .sm\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .sm\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .sm\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .sm\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .sm\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .sm\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .sm\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .sm\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .sm\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .sm\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .sm\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .sm\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .sm\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .sm\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .sm\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .sm\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .sm\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
  }

  .sm\:transition-transform{
    transition-property: transform;
  }

  .sm\:ease-linear{
    transition-timing-function: linear;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75{
    transition-duration: 75ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }

  .sm\:duration-150{
    transition-duration: 150ms;
  }

  .sm\:duration-200{
    transition-duration: 200ms;
  }

  .sm\:duration-300{
    transition-duration: 300ms;
  }

  .sm\:duration-500{
    transition-duration: 500ms;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:delay-75{
    transition-delay: 75ms;
  }

  .sm\:delay-100{
    transition-delay: 100ms;
  }

  .sm\:delay-150{
    transition-delay: 150ms;
  }

  .sm\:delay-200{
    transition-delay: 200ms;
  }

  .sm\:delay-300{
    transition-delay: 300ms;
  }

  .sm\:delay-500{
    transition-delay: 500ms;
  }

  .sm\:delay-700{
    transition-delay: 700ms;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:animate-none{
    animation: none;
  }

  .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .md\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .md\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .md\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .md\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .md\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .md\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .md\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .md\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .md\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .md\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .md\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .md\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .md\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .md\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .md\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .md\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .md\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .md\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .md\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .md\:container{
      max-width: 2000px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .md\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .md\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .md\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .md\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .md\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .md\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .md\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .md\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .md\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .md\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .md\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .md\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .md\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .md\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .md\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .md\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .md\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .md\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .md\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .md\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .md\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .md\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .md\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .md\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .md\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .md\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .md\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .md\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .md\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .md\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .md\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .md\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .md\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .md\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .md\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .md\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .md\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .md\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:to-transparent{
    --gradient-to-color: transparent;
  }

  .md\:to-current{
    --gradient-to-color: currentColor;
  }

  .md\:to-black{
    --gradient-to-color: #000;
  }

  .md\:to-white{
    --gradient-to-color: #fff;
  }

  .md\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .md\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .md\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .md\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .md\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .md\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .md\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .md\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .md\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .md\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .md\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .md\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .md\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .md\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .md\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .md\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .md\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .md\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .md\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .md\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .md\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .md\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .md\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .md\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .md\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .md\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .md\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .md\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .md\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .md\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .md\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .md\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .md\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .md\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .md\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .md\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .md\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .md\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .md\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .md\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .md\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .md\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .md\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .md\:to-green-800{
    --gradient-to-color: #276749;
  }

  .md\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .md\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .md\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .md\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .md\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .md\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .md\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .md\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .md\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .md\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .md\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .md\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .md\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .md\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .md\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .md\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .md\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .md\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .md\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .md\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .md\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .md\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .md\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .md\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .md\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .md\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .md\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .md\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .md\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .md\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .md\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .md\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .md\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .md\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .md\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .md\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .md\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .md\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .md\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .md\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .md\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .md\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .md\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .md\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .md\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .md\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .md\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .md\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .md\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .md\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .md\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .md\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .md\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .md\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .md\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .md\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .md\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .md\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .md\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .md\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .md\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .md\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .md\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .md\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .md\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .md\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .md\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .md\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .md\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .md\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .md\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .md\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .md\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .md\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .md\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .md\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .md\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .md\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .md\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .md\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .md\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .md\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .md\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .md\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .md\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .md\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .md\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .md\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .md\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .md\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .md\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .md\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .md\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .md\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .md\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .md\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .md\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .md\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .md\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .md\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .md\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .md\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .md\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .md\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .md\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .md\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .md\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .md\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .md\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .md\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .md\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .md\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .md\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .md\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .md\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .md\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .md\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .md\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .md\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .md\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .md\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .md\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .md\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .md\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .md\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .md\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .md\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .md\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .md\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .md\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .md\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .md\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .md\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .md\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .md\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .md\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .md\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .md\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .md\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .md\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .md\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .md\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .md\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .md\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .md\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .md\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .md\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .md\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .md\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .md\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .md\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .md\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .md\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .md\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .md\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .md\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .md\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .md\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .md\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .md\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .md\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .md\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .md\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .md\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .md\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .md\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .md\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .md\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .md\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .md\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .md\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .md\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .md\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .md\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .md\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .md\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .md\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .md\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .md\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .md\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .md\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .md\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .md\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .md\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .md\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .md\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .md\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .md\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .md\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .md\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .md\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .md\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .md\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .md\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .md\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .md\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .md\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .md\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .md\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .md\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .md\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .md\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .md\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .md\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .md\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .md\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .md\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .md\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .md\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .md\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .md\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .md\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .md\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .md\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .md\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .md\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .md\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .md\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .md\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .md\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .md\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .md\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .md\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .md\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .md\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .md\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .md\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .md\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .md\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .md\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .md\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .md\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .md\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .md\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .md\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .md\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .md\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .md\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .md\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .md\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .md\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .md\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .md\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .md\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .md\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .md\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .md\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .md\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .md\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .md\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .md\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .md\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .md\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .md\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .md\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .md\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .md\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .md\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .md\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:border-opacity-0{
    --border-opacity: 0;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .md\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .md\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .md\:border-opacity-100{
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-lg2{
    border-radius: 1rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:place-items-auto{
    place-items: auto;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:place-items-stretch{
    place-items: stretch;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:place-content-between{
    place-content: space-between;
  }

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:content-evenly{
    align-content: space-evenly;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:justify-items-auto{
    justify-items: auto;
  }

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

  .md\:justify-items-center{
    justify-items: center;
  }

  .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-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";
  }

  .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-72{
    height: 18rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-88{
    height: 22rem;
  }

  .md\:h-96{
    height: 24rem;
  }

  .md\:h-104{
    height: 26rem;
  }

  .md\:h-112{
    height: 28rem;
  }

  .md\:h-128{
    height: 30rem;
  }

  .md\:h-144{
    height: 34rem;
  }

  .md\:h-160{
    height: 38rem;
  }

  .md\:h-176{
    height: 42rem;
  }

  .md\:h-192{
    height: 46rem;
  }

  .md\:h-208{
    height: 50rem;
  }

  .md\:h-224{
    height: 54rem;
  }

  .md\:h-240{
    height: 58rem;
  }

  .md\:h-256{
    height: 62rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:text-3xs{
    font-size: 0.5rem;
  }

  .md\:text-2xs{
    font-size: 0.625rem;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
  }

  .md\:text-6xl{
    font-size: 4rem;
  }

  .md\:text-7xl{
    font-size: 6rem;
  }

  .md\:text-8xl{
    font-size: 8rem;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-72{
    margin: 18rem;
  }

  .md\:m-80{
    margin: 20rem;
  }

  .md\:m-88{
    margin: 22rem;
  }

  .md\:m-96{
    margin: 24rem;
  }

  .md\:m-104{
    margin: 26rem;
  }

  .md\:m-112{
    margin: 28rem;
  }

  .md\:m-128{
    margin: 30rem;
  }

  .md\:m-144{
    margin: 34rem;
  }

  .md\:m-160{
    margin: 38rem;
  }

  .md\:m-176{
    margin: 42rem;
  }

  .md\:m-192{
    margin: 46rem;
  }

  .md\:m-208{
    margin: 50rem;
  }

  .md\:m-224{
    margin: 54rem;
  }

  .md\:m-240{
    margin: 58rem;
  }

  .md\:m-256{
    margin: 62rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-72{
    margin: -18rem;
  }

  .md\:-m-80{
    margin: -20rem;
  }

  .md\:-m-88{
    margin: -22rem;
  }

  .md\:-m-96{
    margin: -24rem;
  }

  .md\:-m-104{
    margin: -26rem;
  }

  .md\:-m-112{
    margin: -28rem;
  }

  .md\:-m-128{
    margin: -30rem;
  }

  .md\:-m-144{
    margin: -34rem;
  }

  .md\:-m-160{
    margin: -38rem;
  }

  .md\:-m-176{
    margin: -42rem;
  }

  .md\:-m-192{
    margin: -46rem;
  }

  .md\:-m-208{
    margin: -50rem;
  }

  .md\:-m-224{
    margin: -54rem;
  }

  .md\:-m-240{
    margin: -58rem;
  }

  .md\:-m-256{
    margin: -62rem;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .md\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .md\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .md\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .md\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .md\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .md\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .md\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .md\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .md\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .md\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .md\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .md\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .md\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .md\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .md\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .md\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .md\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .md\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .md\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .md\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .md\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .md\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .md\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .md\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .md\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .md\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .md\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .md\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .md\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .md\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .md\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .md\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .md\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .md\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .md\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:mt-72{
    margin-top: 18rem;
  }

  .md\:mr-72{
    margin-right: 18rem;
  }

  .md\:mb-72{
    margin-bottom: 18rem;
  }

  .md\:ml-72{
    margin-left: 18rem;
  }

  .md\:mt-80{
    margin-top: 20rem;
  }

  .md\:mr-80{
    margin-right: 20rem;
  }

  .md\:mb-80{
    margin-bottom: 20rem;
  }

  .md\:ml-80{
    margin-left: 20rem;
  }

  .md\:mt-88{
    margin-top: 22rem;
  }

  .md\:mr-88{
    margin-right: 22rem;
  }

  .md\:mb-88{
    margin-bottom: 22rem;
  }

  .md\:ml-88{
    margin-left: 22rem;
  }

  .md\:mt-96{
    margin-top: 24rem;
  }

  .md\:mr-96{
    margin-right: 24rem;
  }

  .md\:mb-96{
    margin-bottom: 24rem;
  }

  .md\:ml-96{
    margin-left: 24rem;
  }

  .md\:mt-104{
    margin-top: 26rem;
  }

  .md\:mr-104{
    margin-right: 26rem;
  }

  .md\:mb-104{
    margin-bottom: 26rem;
  }

  .md\:ml-104{
    margin-left: 26rem;
  }

  .md\:mt-112{
    margin-top: 28rem;
  }

  .md\:mr-112{
    margin-right: 28rem;
  }

  .md\:mb-112{
    margin-bottom: 28rem;
  }

  .md\:ml-112{
    margin-left: 28rem;
  }

  .md\:mt-128{
    margin-top: 30rem;
  }

  .md\:mr-128{
    margin-right: 30rem;
  }

  .md\:mb-128{
    margin-bottom: 30rem;
  }

  .md\:ml-128{
    margin-left: 30rem;
  }

  .md\:mt-144{
    margin-top: 34rem;
  }

  .md\:mr-144{
    margin-right: 34rem;
  }

  .md\:mb-144{
    margin-bottom: 34rem;
  }

  .md\:ml-144{
    margin-left: 34rem;
  }

  .md\:mt-160{
    margin-top: 38rem;
  }

  .md\:mr-160{
    margin-right: 38rem;
  }

  .md\:mb-160{
    margin-bottom: 38rem;
  }

  .md\:ml-160{
    margin-left: 38rem;
  }

  .md\:mt-176{
    margin-top: 42rem;
  }

  .md\:mr-176{
    margin-right: 42rem;
  }

  .md\:mb-176{
    margin-bottom: 42rem;
  }

  .md\:ml-176{
    margin-left: 42rem;
  }

  .md\:mt-192{
    margin-top: 46rem;
  }

  .md\:mr-192{
    margin-right: 46rem;
  }

  .md\:mb-192{
    margin-bottom: 46rem;
  }

  .md\:ml-192{
    margin-left: 46rem;
  }

  .md\:mt-208{
    margin-top: 50rem;
  }

  .md\:mr-208{
    margin-right: 50rem;
  }

  .md\:mb-208{
    margin-bottom: 50rem;
  }

  .md\:ml-208{
    margin-left: 50rem;
  }

  .md\:mt-224{
    margin-top: 54rem;
  }

  .md\:mr-224{
    margin-right: 54rem;
  }

  .md\:mb-224{
    margin-bottom: 54rem;
  }

  .md\:ml-224{
    margin-left: 54rem;
  }

  .md\:mt-240{
    margin-top: 58rem;
  }

  .md\:mr-240{
    margin-right: 58rem;
  }

  .md\:mb-240{
    margin-bottom: 58rem;
  }

  .md\:ml-240{
    margin-left: 58rem;
  }

  .md\:mt-256{
    margin-top: 62rem;
  }

  .md\:mr-256{
    margin-right: 62rem;
  }

  .md\:mb-256{
    margin-bottom: 62rem;
  }

  .md\:ml-256{
    margin-left: 62rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-mt-72{
    margin-top: -18rem;
  }

  .md\:-mr-72{
    margin-right: -18rem;
  }

  .md\:-mb-72{
    margin-bottom: -18rem;
  }

  .md\:-ml-72{
    margin-left: -18rem;
  }

  .md\:-mt-80{
    margin-top: -20rem;
  }

  .md\:-mr-80{
    margin-right: -20rem;
  }

  .md\:-mb-80{
    margin-bottom: -20rem;
  }

  .md\:-ml-80{
    margin-left: -20rem;
  }

  .md\:-mt-88{
    margin-top: -22rem;
  }

  .md\:-mr-88{
    margin-right: -22rem;
  }

  .md\:-mb-88{
    margin-bottom: -22rem;
  }

  .md\:-ml-88{
    margin-left: -22rem;
  }

  .md\:-mt-96{
    margin-top: -24rem;
  }

  .md\:-mr-96{
    margin-right: -24rem;
  }

  .md\:-mb-96{
    margin-bottom: -24rem;
  }

  .md\:-ml-96{
    margin-left: -24rem;
  }

  .md\:-mt-104{
    margin-top: -26rem;
  }

  .md\:-mr-104{
    margin-right: -26rem;
  }

  .md\:-mb-104{
    margin-bottom: -26rem;
  }

  .md\:-ml-104{
    margin-left: -26rem;
  }

  .md\:-mt-112{
    margin-top: -28rem;
  }

  .md\:-mr-112{
    margin-right: -28rem;
  }

  .md\:-mb-112{
    margin-bottom: -28rem;
  }

  .md\:-ml-112{
    margin-left: -28rem;
  }

  .md\:-mt-128{
    margin-top: -30rem;
  }

  .md\:-mr-128{
    margin-right: -30rem;
  }

  .md\:-mb-128{
    margin-bottom: -30rem;
  }

  .md\:-ml-128{
    margin-left: -30rem;
  }

  .md\:-mt-144{
    margin-top: -34rem;
  }

  .md\:-mr-144{
    margin-right: -34rem;
  }

  .md\:-mb-144{
    margin-bottom: -34rem;
  }

  .md\:-ml-144{
    margin-left: -34rem;
  }

  .md\:-mt-160{
    margin-top: -38rem;
  }

  .md\:-mr-160{
    margin-right: -38rem;
  }

  .md\:-mb-160{
    margin-bottom: -38rem;
  }

  .md\:-ml-160{
    margin-left: -38rem;
  }

  .md\:-mt-176{
    margin-top: -42rem;
  }

  .md\:-mr-176{
    margin-right: -42rem;
  }

  .md\:-mb-176{
    margin-bottom: -42rem;
  }

  .md\:-ml-176{
    margin-left: -42rem;
  }

  .md\:-mt-192{
    margin-top: -46rem;
  }

  .md\:-mr-192{
    margin-right: -46rem;
  }

  .md\:-mb-192{
    margin-bottom: -46rem;
  }

  .md\:-ml-192{
    margin-left: -46rem;
  }

  .md\:-mt-208{
    margin-top: -50rem;
  }

  .md\:-mr-208{
    margin-right: -50rem;
  }

  .md\:-mb-208{
    margin-bottom: -50rem;
  }

  .md\:-ml-208{
    margin-left: -50rem;
  }

  .md\:-mt-224{
    margin-top: -54rem;
  }

  .md\:-mr-224{
    margin-right: -54rem;
  }

  .md\:-mb-224{
    margin-bottom: -54rem;
  }

  .md\:-ml-224{
    margin-left: -54rem;
  }

  .md\:-mt-240{
    margin-top: -58rem;
  }

  .md\:-mr-240{
    margin-right: -58rem;
  }

  .md\:-mb-240{
    margin-bottom: -58rem;
  }

  .md\:-ml-240{
    margin-left: -58rem;
  }

  .md\:-mt-256{
    margin-top: -62rem;
  }

  .md\:-mr-256{
    margin-right: -62rem;
  }

  .md\:-mb-256{
    margin-bottom: -62rem;
  }

  .md\:-ml-256{
    margin-left: -62rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  .md\:max-w-screen-hundred{
    max-width: 100px;
  }

  .md\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .md\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .md\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .md\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .md\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .md\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .md\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .md\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .md\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .md\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .md\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .md\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .md\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .md\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .md\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .md\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .md\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .md\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .md\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .md\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-80{
    min-width: 20rem;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .md\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .md\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .md\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .md\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .md\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .md\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-72{
    padding: 18rem;
  }

  .md\:p-80{
    padding: 20rem;
  }

  .md\:p-88{
    padding: 22rem;
  }

  .md\:p-96{
    padding: 24rem;
  }

  .md\:p-104{
    padding: 26rem;
  }

  .md\:p-112{
    padding: 28rem;
  }

  .md\:p-128{
    padding: 30rem;
  }

  .md\:p-144{
    padding: 34rem;
  }

  .md\:p-160{
    padding: 38rem;
  }

  .md\:p-176{
    padding: 42rem;
  }

  .md\:p-192{
    padding: 46rem;
  }

  .md\:p-208{
    padding: 50rem;
  }

  .md\:p-224{
    padding: 54rem;
  }

  .md\:p-240{
    padding: 58rem;
  }

  .md\:p-256{
    padding: 62rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .md\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .md\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .md\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .md\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .md\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .md\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .md\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .md\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .md\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .md\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .md\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .md\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .md\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .md\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .md\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .md\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .md\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pt-72{
    padding-top: 18rem;
  }

  .md\:pr-72{
    padding-right: 18rem;
  }

  .md\:pb-72{
    padding-bottom: 18rem;
  }

  .md\:pl-72{
    padding-left: 18rem;
  }

  .md\:pt-80{
    padding-top: 20rem;
  }

  .md\:pr-80{
    padding-right: 20rem;
  }

  .md\:pb-80{
    padding-bottom: 20rem;
  }

  .md\:pl-80{
    padding-left: 20rem;
  }

  .md\:pt-88{
    padding-top: 22rem;
  }

  .md\:pr-88{
    padding-right: 22rem;
  }

  .md\:pb-88{
    padding-bottom: 22rem;
  }

  .md\:pl-88{
    padding-left: 22rem;
  }

  .md\:pt-96{
    padding-top: 24rem;
  }

  .md\:pr-96{
    padding-right: 24rem;
  }

  .md\:pb-96{
    padding-bottom: 24rem;
  }

  .md\:pl-96{
    padding-left: 24rem;
  }

  .md\:pt-104{
    padding-top: 26rem;
  }

  .md\:pr-104{
    padding-right: 26rem;
  }

  .md\:pb-104{
    padding-bottom: 26rem;
  }

  .md\:pl-104{
    padding-left: 26rem;
  }

  .md\:pt-112{
    padding-top: 28rem;
  }

  .md\:pr-112{
    padding-right: 28rem;
  }

  .md\:pb-112{
    padding-bottom: 28rem;
  }

  .md\:pl-112{
    padding-left: 28rem;
  }

  .md\:pt-128{
    padding-top: 30rem;
  }

  .md\:pr-128{
    padding-right: 30rem;
  }

  .md\:pb-128{
    padding-bottom: 30rem;
  }

  .md\:pl-128{
    padding-left: 30rem;
  }

  .md\:pt-144{
    padding-top: 34rem;
  }

  .md\:pr-144{
    padding-right: 34rem;
  }

  .md\:pb-144{
    padding-bottom: 34rem;
  }

  .md\:pl-144{
    padding-left: 34rem;
  }

  .md\:pt-160{
    padding-top: 38rem;
  }

  .md\:pr-160{
    padding-right: 38rem;
  }

  .md\:pb-160{
    padding-bottom: 38rem;
  }

  .md\:pl-160{
    padding-left: 38rem;
  }

  .md\:pt-176{
    padding-top: 42rem;
  }

  .md\:pr-176{
    padding-right: 42rem;
  }

  .md\:pb-176{
    padding-bottom: 42rem;
  }

  .md\:pl-176{
    padding-left: 42rem;
  }

  .md\:pt-192{
    padding-top: 46rem;
  }

  .md\:pr-192{
    padding-right: 46rem;
  }

  .md\:pb-192{
    padding-bottom: 46rem;
  }

  .md\:pl-192{
    padding-left: 46rem;
  }

  .md\:pt-208{
    padding-top: 50rem;
  }

  .md\:pr-208{
    padding-right: 50rem;
  }

  .md\:pb-208{
    padding-bottom: 50rem;
  }

  .md\:pl-208{
    padding-left: 50rem;
  }

  .md\:pt-224{
    padding-top: 54rem;
  }

  .md\:pr-224{
    padding-right: 54rem;
  }

  .md\:pb-224{
    padding-bottom: 54rem;
  }

  .md\:pl-224{
    padding-left: 54rem;
  }

  .md\:pt-240{
    padding-top: 58rem;
  }

  .md\:pr-240{
    padding-right: 58rem;
  }

  .md\:pb-240{
    padding-bottom: 58rem;
  }

  .md\:pl-240{
    padding-left: 58rem;
  }

  .md\:pt-256{
    padding-top: 62rem;
  }

  .md\:pr-256{
    padding-right: 62rem;
  }

  .md\:pb-256{
    padding-bottom: 62rem;
  }

  .md\:pl-256{
    padding-left: 62rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-none{
    box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .md\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .md\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .md\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .md\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:text-opacity-0{
    --text-opacity: 0;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .md\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .md\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .md\:text-opacity-100{
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-72{
    width: 18rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:w-88{
    width: 22rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-104{
    width: 26rem;
  }

  .md\:w-112{
    width: 28rem;
  }

  .md\:w-128{
    width: 30rem;
  }

  .md\:w-144{
    width: 34rem;
  }

  .md\:w-160{
    width: 38rem;
  }

  .md\:w-176{
    width: 42rem;
  }

  .md\:w-192{
    width: 46rem;
  }

  .md\:w-208{
    width: 50rem;
  }

  .md\:w-224{
    width: 54rem;
  }

  .md\:w-240{
    width: 58rem;
  }

  .md\:w-256{
    width: 62rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .md\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .md\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .md\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .md\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .md\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .md\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .md\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .md\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .md\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .md\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .md\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .md\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .md\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .md\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .md\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .md\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .md\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .md\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .md\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .md\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .md\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .md\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .md\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .md\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .md\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .md\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .md\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .md\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .md\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .md\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .md\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .md\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .md\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .md\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .md\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .md\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .md\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .md\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .md\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .md\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .md\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .md\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .md\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .md\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .md\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .md\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .md\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .md\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .md\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .md\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .md\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .md\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .md\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .md\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .md\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .md\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .md\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .md\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .md\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .md\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .md\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .md\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .md\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .md\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .md\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:origin-center{
    transform-origin: center;
  }

  .md\:origin-top{
    transform-origin: top;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:origin-right{
    transform-origin: right;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:origin-bottom{
    transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:origin-left{
    transform-origin: left;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0{
    --transform-rotate: 0;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .md\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .md\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .md\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .md\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .md\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .md\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .md\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .md\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .md\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .md\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .md\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .md\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .md\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .md\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .md\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .md\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .md\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .md\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .md\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .md\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .md\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .md\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .md\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .md\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .md\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .md\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .md\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .md\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .md\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .md\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .md\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .md\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .md\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .md\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .md\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .md\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .md\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .md\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .md\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .md\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .md\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .md\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .md\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .md\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .md\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .md\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .md\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .md\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .md\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .md\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .md\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .md\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .md\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .md\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .md\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .md\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .md\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .md\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .md\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .md\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .md\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .md\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .md\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .md\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .md\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .md\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .md\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .md\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .md\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .md\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .md\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .md\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .md\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .md\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .md\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .md\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .md\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .md\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .md\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .md\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .md\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .md\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .md\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .md\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .md\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .md\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .md\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .md\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .md\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .md\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .md\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .md\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .md\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .md\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .md\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .md\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .md\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .md\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .md\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .md\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .md\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .md\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .md\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .md\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .md\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .md\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .md\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .md\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .md\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .md\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .md\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .md\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .md\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .md\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .md\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .md\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .md\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .md\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .md\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .md\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .md\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .md\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .md\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .md\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .md\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .md\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .md\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .md\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .md\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .md\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .md\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .md\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .md\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .md\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .md\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .md\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .md\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .md\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .md\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .md\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .md\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .md\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .md\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .md\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .md\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .md\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .md\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .md\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .md\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .md\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .md\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .md\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .md\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .md\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .md\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .md\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .md\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .md\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .md\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .md\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .md\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .md\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .md\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .md\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity{
    transition-property: opacity;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
  }

  .md\:transition-transform{
    transition-property: transform;
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75{
    transition-duration: 75ms;
  }

  .md\:duration-100{
    transition-duration: 100ms;
  }

  .md\:duration-150{
    transition-duration: 150ms;
  }

  .md\:duration-200{
    transition-duration: 200ms;
  }

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .md\:animate-none{
    animation: none;
  }

  .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .lg\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .lg\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .lg\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .lg\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .lg\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .lg\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .lg\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .lg\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .lg\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .lg\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .lg\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .lg\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .lg\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .lg\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .lg\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .lg\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .lg\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .lg\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .lg\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .lg\:container{
      max-width: 2000px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .lg\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .lg\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .lg\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .lg\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .lg\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .lg\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .lg\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .lg\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .lg\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .lg\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .lg\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .lg\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .lg\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .lg\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .lg\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .lg\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .lg\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .lg\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .lg\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .lg\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .lg\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .lg\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .lg\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .lg\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .lg\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .lg\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .lg\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .lg\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .lg\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .lg\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .lg\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .lg\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .lg\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .lg\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .lg\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .lg\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .lg\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:to-transparent{
    --gradient-to-color: transparent;
  }

  .lg\:to-current{
    --gradient-to-color: currentColor;
  }

  .lg\:to-black{
    --gradient-to-color: #000;
  }

  .lg\:to-white{
    --gradient-to-color: #fff;
  }

  .lg\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .lg\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .lg\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .lg\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .lg\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .lg\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .lg\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .lg\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .lg\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .lg\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .lg\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .lg\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .lg\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .lg\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .lg\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .lg\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .lg\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .lg\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .lg\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .lg\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .lg\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .lg\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .lg\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .lg\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .lg\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .lg\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .lg\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .lg\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .lg\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .lg\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .lg\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .lg\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .lg\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .lg\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .lg\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .lg\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .lg\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .lg\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .lg\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .lg\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .lg\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .lg\:to-green-800{
    --gradient-to-color: #276749;
  }

  .lg\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .lg\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .lg\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .lg\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .lg\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .lg\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .lg\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .lg\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .lg\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .lg\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .lg\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .lg\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .lg\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .lg\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .lg\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .lg\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .lg\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .lg\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .lg\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .lg\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .lg\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .lg\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .lg\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .lg\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .lg\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .lg\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .lg\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .lg\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .lg\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .lg\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .lg\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .lg\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .lg\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .lg\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .lg\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .lg\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .lg\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .lg\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .lg\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .lg\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .lg\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .lg\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .lg\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .lg\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .lg\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .lg\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .lg\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .lg\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .lg\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .lg\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .lg\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .lg\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .lg\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .lg\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .lg\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .lg\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .lg\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .lg\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .lg\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .lg\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .lg\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .lg\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .lg\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .lg\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .lg\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .lg\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .lg\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .lg\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .lg\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .lg\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .lg\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .lg\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .lg\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .lg\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .lg\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .lg\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .lg\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .lg\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .lg\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .lg\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .lg\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .lg\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .lg\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .lg\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .lg\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .lg\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .lg\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .lg\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .lg\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .lg\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .lg\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .lg\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .lg\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .lg\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .lg\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .lg\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .lg\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .lg\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .lg\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .lg\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .lg\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .lg\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .lg\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .lg\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .lg\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .lg\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .lg\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .lg\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .lg\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .lg\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .lg\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .lg\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .lg\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .lg\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .lg\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .lg\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .lg\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .lg\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .lg\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .lg\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .lg\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .lg\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .lg\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .lg\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .lg\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .lg\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .lg\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .lg\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .lg\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .lg\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .lg\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .lg\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .lg\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .lg\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .lg\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .lg\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .lg\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .lg\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .lg\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .lg\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .lg\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .lg\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .lg\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .lg\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .lg\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .lg\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .lg\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .lg\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .lg\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .lg\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .lg\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .lg\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .lg\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .lg\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .lg\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .lg\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .lg\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .lg\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .lg\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .lg\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .lg\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .lg\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .lg\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .lg\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .lg\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .lg\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .lg\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .lg\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .lg\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .lg\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .lg\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .lg\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .lg\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .lg\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .lg\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .lg\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .lg\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .lg\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .lg\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .lg\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .lg\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .lg\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .lg\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .lg\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .lg\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .lg\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .lg\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .lg\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .lg\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .lg\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .lg\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .lg\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .lg\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .lg\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .lg\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .lg\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .lg\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .lg\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .lg\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .lg\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .lg\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .lg\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .lg\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .lg\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .lg\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .lg\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .lg\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .lg\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .lg\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .lg\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .lg\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .lg\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .lg\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .lg\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .lg\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .lg\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .lg\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .lg\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .lg\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .lg\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .lg\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .lg\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .lg\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .lg\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .lg\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .lg\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .lg\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .lg\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .lg\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .lg\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .lg\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .lg\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .lg\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .lg\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .lg\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .lg\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .lg\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .lg\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .lg\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .lg\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .lg\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .lg\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .lg\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .lg\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .lg\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .lg\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .lg\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .lg\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .lg\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .lg\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .lg\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .lg\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .lg\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .lg\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .lg\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .lg\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .lg\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .lg\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .lg\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .lg\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:border-opacity-0{
    --border-opacity: 0;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .lg\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-lg2{
    border-radius: 1rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto{
    place-items: auto;
  }

  .lg\:place-items-start{
    place-items: start;
  }

  .lg\:place-items-end{
    place-items: end;
  }

  .lg\:place-items-center{
    place-items: center;
  }

  .lg\:place-items-stretch{
    place-items: stretch;
  }

  .lg\:place-content-center{
    place-content: center;
  }

  .lg\:place-content-start{
    place-content: start;
  }

  .lg\:place-content-end{
    place-content: end;
  }

  .lg\:place-content-between{
    place-content: space-between;
  }

  .lg\:place-content-around{
    place-content: space-around;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:place-content-stretch{
    place-content: stretch;
  }

  .lg\:place-self-auto{
    place-self: auto;
  }

  .lg\:place-self-start{
    place-self: start;
  }

  .lg\:place-self-end{
    place-self: end;
  }

  .lg\:place-self-center{
    place-self: center;
  }

  .lg\:place-self-stretch{
    place-self: stretch;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:content-evenly{
    align-content: space-evenly;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:justify-items-auto{
    justify-items: auto;
  }

  .lg\:justify-items-start{
    justify-items: start;
  }

  .lg\:justify-items-end{
    justify-items: end;
  }

  .lg\:justify-items-center{
    justify-items: center;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto{
    justify-self: auto;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:justify-self-center{
    justify-self: center;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:font-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";
  }

  .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-hairline{
    font-weight: 100;
  }

  .lg\:font-thin{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-72{
    height: 18rem;
  }

  .lg\:h-80{
    height: 20rem;
  }

  .lg\:h-88{
    height: 22rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

  .lg\:h-104{
    height: 26rem;
  }

  .lg\:h-112{
    height: 28rem;
  }

  .lg\:h-128{
    height: 30rem;
  }

  .lg\:h-144{
    height: 34rem;
  }

  .lg\:h-160{
    height: 38rem;
  }

  .lg\:h-176{
    height: 42rem;
  }

  .lg\:h-192{
    height: 46rem;
  }

  .lg\:h-208{
    height: 50rem;
  }

  .lg\:h-224{
    height: 54rem;
  }

  .lg\:h-240{
    height: 58rem;
  }

  .lg\:h-256{
    height: 62rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:text-3xs{
    font-size: 0.5rem;
  }

  .lg\:text-2xs{
    font-size: 0.625rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
  }

  .lg\:text-6xl{
    font-size: 4rem;
  }

  .lg\:text-7xl{
    font-size: 6rem;
  }

  .lg\:text-8xl{
    font-size: 8rem;
  }

  .lg\:leading-3{
    line-height: .75rem;
  }

  .lg\:leading-4{
    line-height: 1rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-10{
    line-height: 2.5rem;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-72{
    margin: 18rem;
  }

  .lg\:m-80{
    margin: 20rem;
  }

  .lg\:m-88{
    margin: 22rem;
  }

  .lg\:m-96{
    margin: 24rem;
  }

  .lg\:m-104{
    margin: 26rem;
  }

  .lg\:m-112{
    margin: 28rem;
  }

  .lg\:m-128{
    margin: 30rem;
  }

  .lg\:m-144{
    margin: 34rem;
  }

  .lg\:m-160{
    margin: 38rem;
  }

  .lg\:m-176{
    margin: 42rem;
  }

  .lg\:m-192{
    margin: 46rem;
  }

  .lg\:m-208{
    margin: 50rem;
  }

  .lg\:m-224{
    margin: 54rem;
  }

  .lg\:m-240{
    margin: 58rem;
  }

  .lg\:m-256{
    margin: 62rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-72{
    margin: -18rem;
  }

  .lg\:-m-80{
    margin: -20rem;
  }

  .lg\:-m-88{
    margin: -22rem;
  }

  .lg\:-m-96{
    margin: -24rem;
  }

  .lg\:-m-104{
    margin: -26rem;
  }

  .lg\:-m-112{
    margin: -28rem;
  }

  .lg\:-m-128{
    margin: -30rem;
  }

  .lg\:-m-144{
    margin: -34rem;
  }

  .lg\:-m-160{
    margin: -38rem;
  }

  .lg\:-m-176{
    margin: -42rem;
  }

  .lg\:-m-192{
    margin: -46rem;
  }

  .lg\:-m-208{
    margin: -50rem;
  }

  .lg\:-m-224{
    margin: -54rem;
  }

  .lg\:-m-240{
    margin: -58rem;
  }

  .lg\:-m-256{
    margin: -62rem;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .lg\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .lg\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .lg\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .lg\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .lg\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .lg\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .lg\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .lg\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .lg\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .lg\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .lg\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .lg\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .lg\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .lg\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .lg\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .lg\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .lg\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .lg\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .lg\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .lg\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .lg\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .lg\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .lg\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .lg\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .lg\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .lg\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .lg\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .lg\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .lg\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .lg\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .lg\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .lg\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .lg\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .lg\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .lg\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:mt-72{
    margin-top: 18rem;
  }

  .lg\:mr-72{
    margin-right: 18rem;
  }

  .lg\:mb-72{
    margin-bottom: 18rem;
  }

  .lg\:ml-72{
    margin-left: 18rem;
  }

  .lg\:mt-80{
    margin-top: 20rem;
  }

  .lg\:mr-80{
    margin-right: 20rem;
  }

  .lg\:mb-80{
    margin-bottom: 20rem;
  }

  .lg\:ml-80{
    margin-left: 20rem;
  }

  .lg\:mt-88{
    margin-top: 22rem;
  }

  .lg\:mr-88{
    margin-right: 22rem;
  }

  .lg\:mb-88{
    margin-bottom: 22rem;
  }

  .lg\:ml-88{
    margin-left: 22rem;
  }

  .lg\:mt-96{
    margin-top: 24rem;
  }

  .lg\:mr-96{
    margin-right: 24rem;
  }

  .lg\:mb-96{
    margin-bottom: 24rem;
  }

  .lg\:ml-96{
    margin-left: 24rem;
  }

  .lg\:mt-104{
    margin-top: 26rem;
  }

  .lg\:mr-104{
    margin-right: 26rem;
  }

  .lg\:mb-104{
    margin-bottom: 26rem;
  }

  .lg\:ml-104{
    margin-left: 26rem;
  }

  .lg\:mt-112{
    margin-top: 28rem;
  }

  .lg\:mr-112{
    margin-right: 28rem;
  }

  .lg\:mb-112{
    margin-bottom: 28rem;
  }

  .lg\:ml-112{
    margin-left: 28rem;
  }

  .lg\:mt-128{
    margin-top: 30rem;
  }

  .lg\:mr-128{
    margin-right: 30rem;
  }

  .lg\:mb-128{
    margin-bottom: 30rem;
  }

  .lg\:ml-128{
    margin-left: 30rem;
  }

  .lg\:mt-144{
    margin-top: 34rem;
  }

  .lg\:mr-144{
    margin-right: 34rem;
  }

  .lg\:mb-144{
    margin-bottom: 34rem;
  }

  .lg\:ml-144{
    margin-left: 34rem;
  }

  .lg\:mt-160{
    margin-top: 38rem;
  }

  .lg\:mr-160{
    margin-right: 38rem;
  }

  .lg\:mb-160{
    margin-bottom: 38rem;
  }

  .lg\:ml-160{
    margin-left: 38rem;
  }

  .lg\:mt-176{
    margin-top: 42rem;
  }

  .lg\:mr-176{
    margin-right: 42rem;
  }

  .lg\:mb-176{
    margin-bottom: 42rem;
  }

  .lg\:ml-176{
    margin-left: 42rem;
  }

  .lg\:mt-192{
    margin-top: 46rem;
  }

  .lg\:mr-192{
    margin-right: 46rem;
  }

  .lg\:mb-192{
    margin-bottom: 46rem;
  }

  .lg\:ml-192{
    margin-left: 46rem;
  }

  .lg\:mt-208{
    margin-top: 50rem;
  }

  .lg\:mr-208{
    margin-right: 50rem;
  }

  .lg\:mb-208{
    margin-bottom: 50rem;
  }

  .lg\:ml-208{
    margin-left: 50rem;
  }

  .lg\:mt-224{
    margin-top: 54rem;
  }

  .lg\:mr-224{
    margin-right: 54rem;
  }

  .lg\:mb-224{
    margin-bottom: 54rem;
  }

  .lg\:ml-224{
    margin-left: 54rem;
  }

  .lg\:mt-240{
    margin-top: 58rem;
  }

  .lg\:mr-240{
    margin-right: 58rem;
  }

  .lg\:mb-240{
    margin-bottom: 58rem;
  }

  .lg\:ml-240{
    margin-left: 58rem;
  }

  .lg\:mt-256{
    margin-top: 62rem;
  }

  .lg\:mr-256{
    margin-right: 62rem;
  }

  .lg\:mb-256{
    margin-bottom: 62rem;
  }

  .lg\:ml-256{
    margin-left: 62rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-mt-72{
    margin-top: -18rem;
  }

  .lg\:-mr-72{
    margin-right: -18rem;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  .lg\:-ml-72{
    margin-left: -18rem;
  }

  .lg\:-mt-80{
    margin-top: -20rem;
  }

  .lg\:-mr-80{
    margin-right: -20rem;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  .lg\:-ml-80{
    margin-left: -20rem;
  }

  .lg\:-mt-88{
    margin-top: -22rem;
  }

  .lg\:-mr-88{
    margin-right: -22rem;
  }

  .lg\:-mb-88{
    margin-bottom: -22rem;
  }

  .lg\:-ml-88{
    margin-left: -22rem;
  }

  .lg\:-mt-96{
    margin-top: -24rem;
  }

  .lg\:-mr-96{
    margin-right: -24rem;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  .lg\:-ml-96{
    margin-left: -24rem;
  }

  .lg\:-mt-104{
    margin-top: -26rem;
  }

  .lg\:-mr-104{
    margin-right: -26rem;
  }

  .lg\:-mb-104{
    margin-bottom: -26rem;
  }

  .lg\:-ml-104{
    margin-left: -26rem;
  }

  .lg\:-mt-112{
    margin-top: -28rem;
  }

  .lg\:-mr-112{
    margin-right: -28rem;
  }

  .lg\:-mb-112{
    margin-bottom: -28rem;
  }

  .lg\:-ml-112{
    margin-left: -28rem;
  }

  .lg\:-mt-128{
    margin-top: -30rem;
  }

  .lg\:-mr-128{
    margin-right: -30rem;
  }

  .lg\:-mb-128{
    margin-bottom: -30rem;
  }

  .lg\:-ml-128{
    margin-left: -30rem;
  }

  .lg\:-mt-144{
    margin-top: -34rem;
  }

  .lg\:-mr-144{
    margin-right: -34rem;
  }

  .lg\:-mb-144{
    margin-bottom: -34rem;
  }

  .lg\:-ml-144{
    margin-left: -34rem;
  }

  .lg\:-mt-160{
    margin-top: -38rem;
  }

  .lg\:-mr-160{
    margin-right: -38rem;
  }

  .lg\:-mb-160{
    margin-bottom: -38rem;
  }

  .lg\:-ml-160{
    margin-left: -38rem;
  }

  .lg\:-mt-176{
    margin-top: -42rem;
  }

  .lg\:-mr-176{
    margin-right: -42rem;
  }

  .lg\:-mb-176{
    margin-bottom: -42rem;
  }

  .lg\:-ml-176{
    margin-left: -42rem;
  }

  .lg\:-mt-192{
    margin-top: -46rem;
  }

  .lg\:-mr-192{
    margin-right: -46rem;
  }

  .lg\:-mb-192{
    margin-bottom: -46rem;
  }

  .lg\:-ml-192{
    margin-left: -46rem;
  }

  .lg\:-mt-208{
    margin-top: -50rem;
  }

  .lg\:-mr-208{
    margin-right: -50rem;
  }

  .lg\:-mb-208{
    margin-bottom: -50rem;
  }

  .lg\:-ml-208{
    margin-left: -50rem;
  }

  .lg\:-mt-224{
    margin-top: -54rem;
  }

  .lg\:-mr-224{
    margin-right: -54rem;
  }

  .lg\:-mb-224{
    margin-bottom: -54rem;
  }

  .lg\:-ml-224{
    margin-left: -54rem;
  }

  .lg\:-mt-240{
    margin-top: -58rem;
  }

  .lg\:-mr-240{
    margin-right: -58rem;
  }

  .lg\:-mb-240{
    margin-bottom: -58rem;
  }

  .lg\:-ml-240{
    margin-left: -58rem;
  }

  .lg\:-mt-256{
    margin-top: -62rem;
  }

  .lg\:-mr-256{
    margin-right: -62rem;
  }

  .lg\:-mb-256{
    margin-bottom: -62rem;
  }

  .lg\:-ml-256{
    margin-left: -62rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-screen-sm{
    max-width: 640px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  .lg\:max-w-screen-hundred{
    max-width: 100px;
  }

  .lg\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .lg\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .lg\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .lg\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .lg\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .lg\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .lg\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .lg\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .lg\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .lg\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .lg\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .lg\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .lg\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .lg\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .lg\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .lg\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .lg\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .lg\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .lg\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .lg\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-80{
    min-width: 20rem;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .lg\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .lg\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .lg\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .lg\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .lg\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-72{
    padding: 18rem;
  }

  .lg\:p-80{
    padding: 20rem;
  }

  .lg\:p-88{
    padding: 22rem;
  }

  .lg\:p-96{
    padding: 24rem;
  }

  .lg\:p-104{
    padding: 26rem;
  }

  .lg\:p-112{
    padding: 28rem;
  }

  .lg\:p-128{
    padding: 30rem;
  }

  .lg\:p-144{
    padding: 34rem;
  }

  .lg\:p-160{
    padding: 38rem;
  }

  .lg\:p-176{
    padding: 42rem;
  }

  .lg\:p-192{
    padding: 46rem;
  }

  .lg\:p-208{
    padding: 50rem;
  }

  .lg\:p-224{
    padding: 54rem;
  }

  .lg\:p-240{
    padding: 58rem;
  }

  .lg\:p-256{
    padding: 62rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .lg\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .lg\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .lg\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .lg\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .lg\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .lg\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .lg\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .lg\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .lg\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .lg\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .lg\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .lg\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .lg\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .lg\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .lg\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .lg\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .lg\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pt-72{
    padding-top: 18rem;
  }

  .lg\:pr-72{
    padding-right: 18rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pl-72{
    padding-left: 18rem;
  }

  .lg\:pt-80{
    padding-top: 20rem;
  }

  .lg\:pr-80{
    padding-right: 20rem;
  }

  .lg\:pb-80{
    padding-bottom: 20rem;
  }

  .lg\:pl-80{
    padding-left: 20rem;
  }

  .lg\:pt-88{
    padding-top: 22rem;
  }

  .lg\:pr-88{
    padding-right: 22rem;
  }

  .lg\:pb-88{
    padding-bottom: 22rem;
  }

  .lg\:pl-88{
    padding-left: 22rem;
  }

  .lg\:pt-96{
    padding-top: 24rem;
  }

  .lg\:pr-96{
    padding-right: 24rem;
  }

  .lg\:pb-96{
    padding-bottom: 24rem;
  }

  .lg\:pl-96{
    padding-left: 24rem;
  }

  .lg\:pt-104{
    padding-top: 26rem;
  }

  .lg\:pr-104{
    padding-right: 26rem;
  }

  .lg\:pb-104{
    padding-bottom: 26rem;
  }

  .lg\:pl-104{
    padding-left: 26rem;
  }

  .lg\:pt-112{
    padding-top: 28rem;
  }

  .lg\:pr-112{
    padding-right: 28rem;
  }

  .lg\:pb-112{
    padding-bottom: 28rem;
  }

  .lg\:pl-112{
    padding-left: 28rem;
  }

  .lg\:pt-128{
    padding-top: 30rem;
  }

  .lg\:pr-128{
    padding-right: 30rem;
  }

  .lg\:pb-128{
    padding-bottom: 30rem;
  }

  .lg\:pl-128{
    padding-left: 30rem;
  }

  .lg\:pt-144{
    padding-top: 34rem;
  }

  .lg\:pr-144{
    padding-right: 34rem;
  }

  .lg\:pb-144{
    padding-bottom: 34rem;
  }

  .lg\:pl-144{
    padding-left: 34rem;
  }

  .lg\:pt-160{
    padding-top: 38rem;
  }

  .lg\:pr-160{
    padding-right: 38rem;
  }

  .lg\:pb-160{
    padding-bottom: 38rem;
  }

  .lg\:pl-160{
    padding-left: 38rem;
  }

  .lg\:pt-176{
    padding-top: 42rem;
  }

  .lg\:pr-176{
    padding-right: 42rem;
  }

  .lg\:pb-176{
    padding-bottom: 42rem;
  }

  .lg\:pl-176{
    padding-left: 42rem;
  }

  .lg\:pt-192{
    padding-top: 46rem;
  }

  .lg\:pr-192{
    padding-right: 46rem;
  }

  .lg\:pb-192{
    padding-bottom: 46rem;
  }

  .lg\:pl-192{
    padding-left: 46rem;
  }

  .lg\:pt-208{
    padding-top: 50rem;
  }

  .lg\:pr-208{
    padding-right: 50rem;
  }

  .lg\:pb-208{
    padding-bottom: 50rem;
  }

  .lg\:pl-208{
    padding-left: 50rem;
  }

  .lg\:pt-224{
    padding-top: 54rem;
  }

  .lg\:pr-224{
    padding-right: 54rem;
  }

  .lg\:pb-224{
    padding-bottom: 54rem;
  }

  .lg\:pl-224{
    padding-left: 54rem;
  }

  .lg\:pt-240{
    padding-top: 58rem;
  }

  .lg\:pr-240{
    padding-right: 58rem;
  }

  .lg\:pb-240{
    padding-bottom: 58rem;
  }

  .lg\:pl-240{
    padding-left: 58rem;
  }

  .lg\:pt-256{
    padding-top: 62rem;
  }

  .lg\:pr-256{
    padding-right: 62rem;
  }

  .lg\:pb-256{
    padding-bottom: 62rem;
  }

  .lg\:pl-256{
    padding-left: 62rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .lg\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .lg\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .lg\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .lg\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .lg\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:text-opacity-0{
    --text-opacity: 0;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .lg\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-100{
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .lg\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-88{
    width: 22rem;
  }

  .lg\:w-96{
    width: 24rem;
  }

  .lg\:w-104{
    width: 26rem;
  }

  .lg\:w-112{
    width: 28rem;
  }

  .lg\:w-128{
    width: 30rem;
  }

  .lg\:w-144{
    width: 34rem;
  }

  .lg\:w-160{
    width: 38rem;
  }

  .lg\:w-176{
    width: 42rem;
  }

  .lg\:w-192{
    width: 46rem;
  }

  .lg\:w-208{
    width: 50rem;
  }

  .lg\:w-224{
    width: 54rem;
  }

  .lg\:w-240{
    width: 58rem;
  }

  .lg\:w-256{
    width: 62rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .lg\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .lg\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .lg\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .lg\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .lg\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .lg\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .lg\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .lg\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .lg\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .lg\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .lg\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .lg\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .lg\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .lg\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .lg\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .lg\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .lg\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .lg\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .lg\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .lg\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .lg\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .lg\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .lg\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .lg\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .lg\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .lg\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .lg\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .lg\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .lg\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .lg\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .lg\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .lg\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .lg\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .lg\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .lg\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .lg\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .lg\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .lg\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .lg\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .lg\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .lg\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .lg\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .lg\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .lg\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .lg\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .lg\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .lg\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .lg\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .lg\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .lg\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .lg\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .lg\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .lg\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .lg\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .lg\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .lg\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .lg\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .lg\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .lg\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .lg\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .lg\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .lg\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .lg\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .lg\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .lg\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:col-end-8{
    grid-column-end: 8;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-6{
    grid-row-start: 6;
  }

  .lg\:row-start-7{
    grid-row-start: 7;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:row-end-7{
    grid-row-end: 7;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:origin-center{
    transform-origin: center;
  }

  .lg\:origin-top{
    transform-origin: top;
  }

  .lg\:origin-top-right{
    transform-origin: top right;
  }

  .lg\:origin-right{
    transform-origin: right;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:origin-left{
    transform-origin: left;
  }

  .lg\:origin-top-left{
    transform-origin: top left;
  }

  .lg\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50{
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75{
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90{
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95{
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100{
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50{
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75{
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90{
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95{
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100{
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0{
    --transform-rotate: 0;
  }

  .lg\:rotate-45{
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90{
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180{
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0{
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .lg\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .lg\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .lg\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .lg\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .lg\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .lg\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .lg\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .lg\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .lg\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .lg\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .lg\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .lg\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .lg\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .lg\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .lg\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .lg\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .lg\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .lg\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .lg\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .lg\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .lg\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .lg\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .lg\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .lg\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .lg\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .lg\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .lg\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .lg\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .lg\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .lg\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .lg\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0{
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .lg\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .lg\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .lg\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .lg\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .lg\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .lg\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .lg\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .lg\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .lg\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .lg\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .lg\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .lg\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .lg\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .lg\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .lg\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .lg\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .lg\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .lg\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .lg\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .lg\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .lg\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .lg\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .lg\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .lg\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .lg\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .lg\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .lg\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .lg\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .lg\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .lg\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .lg\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .lg\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .lg\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .lg\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .lg\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .lg\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .lg\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .lg\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .lg\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .lg\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .lg\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .lg\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .lg\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .lg\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .lg\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .lg\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .lg\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .lg\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .lg\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .lg\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .lg\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .lg\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .lg\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .lg\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .lg\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .lg\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .lg\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .lg\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .lg\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .lg\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .lg\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .lg\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .lg\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .lg\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .lg\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .lg\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .lg\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .lg\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .lg\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .lg\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .lg\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .lg\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .lg\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .lg\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .lg\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .lg\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .lg\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .lg\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .lg\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .lg\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .lg\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .lg\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .lg\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .lg\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .lg\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .lg\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .lg\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .lg\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .lg\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .lg\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .lg\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .lg\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .lg\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .lg\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .lg\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .lg\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .lg\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .lg\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .lg\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .lg\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .lg\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .lg\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .lg\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .lg\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .lg\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .lg\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .lg\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .lg\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .lg\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .lg\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .lg\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .lg\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .lg\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .lg\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .lg\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .lg\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .lg\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .lg\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .lg\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .lg\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .lg\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .lg\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .lg\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .lg\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .lg\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .lg\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .lg\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0{
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0{
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
  }

  .lg\:transition-transform{
    transition-property: transform;
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75{
    transition-duration: 75ms;
  }

  .lg\:duration-100{
    transition-duration: 100ms;
  }

  .lg\:duration-150{
    transition-duration: 150ms;
  }

  .lg\:duration-200{
    transition-duration: 200ms;
  }

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:animate-none{
    animation: none;
  }

  .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .xl\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .xl\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .xl\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .xl\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .xl\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .xl\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .xl\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .xl\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .xl\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .xl\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .xl\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .xl\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .xl\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .xl\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .xl\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .xl\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .xl\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .xl\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .xl\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .xl\:container{
      max-width: 2000px;
    }
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .xl\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .xl\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .xl\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .xl\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .xl\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .xl\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .xl\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .xl\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .xl\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .xl\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .xl\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .xl\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .xl\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .xl\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .xl\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .xl\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .xl\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .xl\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .xl\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .xl\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .xl\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .xl\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .xl\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .xl\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .xl\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .xl\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .xl\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .xl\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .xl\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .xl\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .xl\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .xl\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .xl\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .xl\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .xl\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .xl\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .xl\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xl\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:to-transparent{
    --gradient-to-color: transparent;
  }

  .xl\:to-current{
    --gradient-to-color: currentColor;
  }

  .xl\:to-black{
    --gradient-to-color: #000;
  }

  .xl\:to-white{
    --gradient-to-color: #fff;
  }

  .xl\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .xl\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .xl\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .xl\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .xl\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .xl\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .xl\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .xl\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .xl\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .xl\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .xl\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .xl\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .xl\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .xl\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .xl\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .xl\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .xl\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .xl\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .xl\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .xl\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .xl\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .xl\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .xl\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .xl\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .xl\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .xl\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .xl\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .xl\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .xl\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .xl\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .xl\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .xl\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .xl\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .xl\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .xl\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .xl\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .xl\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .xl\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .xl\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .xl\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .xl\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .xl\:to-green-800{
    --gradient-to-color: #276749;
  }

  .xl\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .xl\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .xl\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .xl\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .xl\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .xl\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .xl\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .xl\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .xl\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .xl\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .xl\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .xl\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .xl\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .xl\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .xl\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .xl\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .xl\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .xl\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .xl\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .xl\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .xl\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .xl\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .xl\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .xl\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .xl\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .xl\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .xl\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .xl\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .xl\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .xl\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .xl\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .xl\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .xl\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .xl\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .xl\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .xl\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .xl\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .xl\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .xl\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .xl\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .xl\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .xl\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .xl\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .xl\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .xl\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .xl\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .xl\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .xl\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .xl\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .xl\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .xl\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .xl\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .xl\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .xl\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .xl\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .xl\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .xl\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .xl\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .xl\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .xl\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .xl\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .xl\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .xl\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .xl\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .xl\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .xl\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .xl\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .xl\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .xl\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .xl\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .xl\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .xl\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .xl\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .xl\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .xl\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .xl\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .xl\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .xl\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .xl\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .xl\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .xl\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .xl\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .xl\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .xl\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .xl\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .xl\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .xl\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .xl\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .xl\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .xl\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .xl\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .xl\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .xl\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .xl\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .xl\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .xl\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .xl\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .xl\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .xl\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .xl\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .xl\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .xl\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .xl\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .xl\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .xl\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .xl\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .xl\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .xl\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .xl\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .xl\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .xl\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .xl\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .xl\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .xl\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .xl\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .xl\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .xl\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .xl\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .xl\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .xl\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .xl\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .xl\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .xl\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .xl\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .xl\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .xl\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .xl\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .xl\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .xl\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .xl\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .xl\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .xl\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .xl\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .xl\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .xl\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .xl\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .xl\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .xl\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .xl\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .xl\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .xl\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .xl\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .xl\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .xl\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .xl\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .xl\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xl\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xl\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xl\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xl\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xl\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xl\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xl\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xl\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xl\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .xl\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .xl\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .xl\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .xl\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .xl\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .xl\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .xl\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .xl\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .xl\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .xl\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .xl\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .xl\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .xl\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .xl\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .xl\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .xl\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .xl\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .xl\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xl\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xl\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xl\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xl\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xl\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xl\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xl\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xl\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .xl\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .xl\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .xl\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .xl\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .xl\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .xl\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .xl\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .xl\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .xl\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .xl\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .xl\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .xl\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .xl\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .xl\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .xl\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .xl\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .xl\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .xl\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .xl\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .xl\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .xl\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .xl\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .xl\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .xl\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .xl\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .xl\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .xl\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .xl\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .xl\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .xl\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .xl\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .xl\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .xl\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .xl\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .xl\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .xl\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .xl\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .xl\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .xl\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .xl\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .xl\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .xl\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .xl\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .xl\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .xl\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .xl\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .xl\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .xl\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .xl\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .xl\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .xl\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .xl\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .xl\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .xl\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .xl\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .xl\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .xl\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .xl\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .xl\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .xl\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .xl\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .xl\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .xl\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .xl\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .xl\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .xl\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .xl\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .xl\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .xl\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .xl\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .xl\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .xl\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .xl\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .xl\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .xl\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .xl\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .xl\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .xl\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .xl\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .xl\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .xl\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .xl\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .xl\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .xl\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .xl\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .xl\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .xl\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .xl\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .xl\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .xl\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .xl\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .xl\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .xl\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .xl\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .xl\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .xl\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:border-opacity-0{
    --border-opacity: 0;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .xl\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-lg2{
    border-radius: 1rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:place-items-auto{
    place-items: auto;
  }

  .xl\:place-items-start{
    place-items: start;
  }

  .xl\:place-items-end{
    place-items: end;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:place-items-stretch{
    place-items: stretch;
  }

  .xl\:place-content-center{
    place-content: center;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:place-content-end{
    place-content: end;
  }

  .xl\:place-content-between{
    place-content: space-between;
  }

  .xl\:place-content-around{
    place-content: space-around;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:place-content-stretch{
    place-content: stretch;
  }

  .xl\:place-self-auto{
    place-self: auto;
  }

  .xl\:place-self-start{
    place-self: start;
  }

  .xl\:place-self-end{
    place-self: end;
  }

  .xl\:place-self-center{
    place-self: center;
  }

  .xl\:place-self-stretch{
    place-self: stretch;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:content-evenly{
    align-content: space-evenly;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:justify-items-auto{
    justify-items: auto;
  }

  .xl\:justify-items-start{
    justify-items: start;
  }

  .xl\:justify-items-end{
    justify-items: end;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto{
    justify-self: auto;
  }

  .xl\:justify-self-start{
    justify-self: start;
  }

  .xl\:justify-self-end{
    justify-self: end;
  }

  .xl\:justify-self-center{
    justify-self: center;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:font-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";
  }

  .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-hairline{
    font-weight: 100;
  }

  .xl\:font-thin{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-72{
    height: 18rem;
  }

  .xl\:h-80{
    height: 20rem;
  }

  .xl\:h-88{
    height: 22rem;
  }

  .xl\:h-96{
    height: 24rem;
  }

  .xl\:h-104{
    height: 26rem;
  }

  .xl\:h-112{
    height: 28rem;
  }

  .xl\:h-128{
    height: 30rem;
  }

  .xl\:h-144{
    height: 34rem;
  }

  .xl\:h-160{
    height: 38rem;
  }

  .xl\:h-176{
    height: 42rem;
  }

  .xl\:h-192{
    height: 46rem;
  }

  .xl\:h-208{
    height: 50rem;
  }

  .xl\:h-224{
    height: 54rem;
  }

  .xl\:h-240{
    height: 58rem;
  }

  .xl\:h-256{
    height: 62rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:text-3xs{
    font-size: 0.5rem;
  }

  .xl\:text-2xs{
    font-size: 0.625rem;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
  }

  .xl\:text-6xl{
    font-size: 4rem;
  }

  .xl\:text-7xl{
    font-size: 6rem;
  }

  .xl\:text-8xl{
    font-size: 8rem;
  }

  .xl\:leading-3{
    line-height: .75rem;
  }

  .xl\:leading-4{
    line-height: 1rem;
  }

  .xl\:leading-5{
    line-height: 1.25rem;
  }

  .xl\:leading-6{
    line-height: 1.5rem;
  }

  .xl\:leading-7{
    line-height: 1.75rem;
  }

  .xl\:leading-8{
    line-height: 2rem;
  }

  .xl\:leading-9{
    line-height: 2.25rem;
  }

  .xl\:leading-10{
    line-height: 2.5rem;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-72{
    margin: 18rem;
  }

  .xl\:m-80{
    margin: 20rem;
  }

  .xl\:m-88{
    margin: 22rem;
  }

  .xl\:m-96{
    margin: 24rem;
  }

  .xl\:m-104{
    margin: 26rem;
  }

  .xl\:m-112{
    margin: 28rem;
  }

  .xl\:m-128{
    margin: 30rem;
  }

  .xl\:m-144{
    margin: 34rem;
  }

  .xl\:m-160{
    margin: 38rem;
  }

  .xl\:m-176{
    margin: 42rem;
  }

  .xl\:m-192{
    margin: 46rem;
  }

  .xl\:m-208{
    margin: 50rem;
  }

  .xl\:m-224{
    margin: 54rem;
  }

  .xl\:m-240{
    margin: 58rem;
  }

  .xl\:m-256{
    margin: 62rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-72{
    margin: -18rem;
  }

  .xl\:-m-80{
    margin: -20rem;
  }

  .xl\:-m-88{
    margin: -22rem;
  }

  .xl\:-m-96{
    margin: -24rem;
  }

  .xl\:-m-104{
    margin: -26rem;
  }

  .xl\:-m-112{
    margin: -28rem;
  }

  .xl\:-m-128{
    margin: -30rem;
  }

  .xl\:-m-144{
    margin: -34rem;
  }

  .xl\:-m-160{
    margin: -38rem;
  }

  .xl\:-m-176{
    margin: -42rem;
  }

  .xl\:-m-192{
    margin: -46rem;
  }

  .xl\:-m-208{
    margin: -50rem;
  }

  .xl\:-m-224{
    margin: -54rem;
  }

  .xl\:-m-240{
    margin: -58rem;
  }

  .xl\:-m-256{
    margin: -62rem;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xl\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xl\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .xl\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .xl\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xl\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .xl\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .xl\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .xl\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .xl\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .xl\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .xl\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .xl\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .xl\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .xl\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .xl\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .xl\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .xl\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .xl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xl\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xl\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xl\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .xl\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .xl\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .xl\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .xl\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .xl\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .xl\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .xl\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .xl\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .xl\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .xl\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .xl\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:mt-72{
    margin-top: 18rem;
  }

  .xl\:mr-72{
    margin-right: 18rem;
  }

  .xl\:mb-72{
    margin-bottom: 18rem;
  }

  .xl\:ml-72{
    margin-left: 18rem;
  }

  .xl\:mt-80{
    margin-top: 20rem;
  }

  .xl\:mr-80{
    margin-right: 20rem;
  }

  .xl\:mb-80{
    margin-bottom: 20rem;
  }

  .xl\:ml-80{
    margin-left: 20rem;
  }

  .xl\:mt-88{
    margin-top: 22rem;
  }

  .xl\:mr-88{
    margin-right: 22rem;
  }

  .xl\:mb-88{
    margin-bottom: 22rem;
  }

  .xl\:ml-88{
    margin-left: 22rem;
  }

  .xl\:mt-96{
    margin-top: 24rem;
  }

  .xl\:mr-96{
    margin-right: 24rem;
  }

  .xl\:mb-96{
    margin-bottom: 24rem;
  }

  .xl\:ml-96{
    margin-left: 24rem;
  }

  .xl\:mt-104{
    margin-top: 26rem;
  }

  .xl\:mr-104{
    margin-right: 26rem;
  }

  .xl\:mb-104{
    margin-bottom: 26rem;
  }

  .xl\:ml-104{
    margin-left: 26rem;
  }

  .xl\:mt-112{
    margin-top: 28rem;
  }

  .xl\:mr-112{
    margin-right: 28rem;
  }

  .xl\:mb-112{
    margin-bottom: 28rem;
  }

  .xl\:ml-112{
    margin-left: 28rem;
  }

  .xl\:mt-128{
    margin-top: 30rem;
  }

  .xl\:mr-128{
    margin-right: 30rem;
  }

  .xl\:mb-128{
    margin-bottom: 30rem;
  }

  .xl\:ml-128{
    margin-left: 30rem;
  }

  .xl\:mt-144{
    margin-top: 34rem;
  }

  .xl\:mr-144{
    margin-right: 34rem;
  }

  .xl\:mb-144{
    margin-bottom: 34rem;
  }

  .xl\:ml-144{
    margin-left: 34rem;
  }

  .xl\:mt-160{
    margin-top: 38rem;
  }

  .xl\:mr-160{
    margin-right: 38rem;
  }

  .xl\:mb-160{
    margin-bottom: 38rem;
  }

  .xl\:ml-160{
    margin-left: 38rem;
  }

  .xl\:mt-176{
    margin-top: 42rem;
  }

  .xl\:mr-176{
    margin-right: 42rem;
  }

  .xl\:mb-176{
    margin-bottom: 42rem;
  }

  .xl\:ml-176{
    margin-left: 42rem;
  }

  .xl\:mt-192{
    margin-top: 46rem;
  }

  .xl\:mr-192{
    margin-right: 46rem;
  }

  .xl\:mb-192{
    margin-bottom: 46rem;
  }

  .xl\:ml-192{
    margin-left: 46rem;
  }

  .xl\:mt-208{
    margin-top: 50rem;
  }

  .xl\:mr-208{
    margin-right: 50rem;
  }

  .xl\:mb-208{
    margin-bottom: 50rem;
  }

  .xl\:ml-208{
    margin-left: 50rem;
  }

  .xl\:mt-224{
    margin-top: 54rem;
  }

  .xl\:mr-224{
    margin-right: 54rem;
  }

  .xl\:mb-224{
    margin-bottom: 54rem;
  }

  .xl\:ml-224{
    margin-left: 54rem;
  }

  .xl\:mt-240{
    margin-top: 58rem;
  }

  .xl\:mr-240{
    margin-right: 58rem;
  }

  .xl\:mb-240{
    margin-bottom: 58rem;
  }

  .xl\:ml-240{
    margin-left: 58rem;
  }

  .xl\:mt-256{
    margin-top: 62rem;
  }

  .xl\:mr-256{
    margin-right: 62rem;
  }

  .xl\:mb-256{
    margin-bottom: 62rem;
  }

  .xl\:ml-256{
    margin-left: 62rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-mt-72{
    margin-top: -18rem;
  }

  .xl\:-mr-72{
    margin-right: -18rem;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xl\:-ml-72{
    margin-left: -18rem;
  }

  .xl\:-mt-80{
    margin-top: -20rem;
  }

  .xl\:-mr-80{
    margin-right: -20rem;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xl\:-ml-80{
    margin-left: -20rem;
  }

  .xl\:-mt-88{
    margin-top: -22rem;
  }

  .xl\:-mr-88{
    margin-right: -22rem;
  }

  .xl\:-mb-88{
    margin-bottom: -22rem;
  }

  .xl\:-ml-88{
    margin-left: -22rem;
  }

  .xl\:-mt-96{
    margin-top: -24rem;
  }

  .xl\:-mr-96{
    margin-right: -24rem;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xl\:-ml-96{
    margin-left: -24rem;
  }

  .xl\:-mt-104{
    margin-top: -26rem;
  }

  .xl\:-mr-104{
    margin-right: -26rem;
  }

  .xl\:-mb-104{
    margin-bottom: -26rem;
  }

  .xl\:-ml-104{
    margin-left: -26rem;
  }

  .xl\:-mt-112{
    margin-top: -28rem;
  }

  .xl\:-mr-112{
    margin-right: -28rem;
  }

  .xl\:-mb-112{
    margin-bottom: -28rem;
  }

  .xl\:-ml-112{
    margin-left: -28rem;
  }

  .xl\:-mt-128{
    margin-top: -30rem;
  }

  .xl\:-mr-128{
    margin-right: -30rem;
  }

  .xl\:-mb-128{
    margin-bottom: -30rem;
  }

  .xl\:-ml-128{
    margin-left: -30rem;
  }

  .xl\:-mt-144{
    margin-top: -34rem;
  }

  .xl\:-mr-144{
    margin-right: -34rem;
  }

  .xl\:-mb-144{
    margin-bottom: -34rem;
  }

  .xl\:-ml-144{
    margin-left: -34rem;
  }

  .xl\:-mt-160{
    margin-top: -38rem;
  }

  .xl\:-mr-160{
    margin-right: -38rem;
  }

  .xl\:-mb-160{
    margin-bottom: -38rem;
  }

  .xl\:-ml-160{
    margin-left: -38rem;
  }

  .xl\:-mt-176{
    margin-top: -42rem;
  }

  .xl\:-mr-176{
    margin-right: -42rem;
  }

  .xl\:-mb-176{
    margin-bottom: -42rem;
  }

  .xl\:-ml-176{
    margin-left: -42rem;
  }

  .xl\:-mt-192{
    margin-top: -46rem;
  }

  .xl\:-mr-192{
    margin-right: -46rem;
  }

  .xl\:-mb-192{
    margin-bottom: -46rem;
  }

  .xl\:-ml-192{
    margin-left: -46rem;
  }

  .xl\:-mt-208{
    margin-top: -50rem;
  }

  .xl\:-mr-208{
    margin-right: -50rem;
  }

  .xl\:-mb-208{
    margin-bottom: -50rem;
  }

  .xl\:-ml-208{
    margin-left: -50rem;
  }

  .xl\:-mt-224{
    margin-top: -54rem;
  }

  .xl\:-mr-224{
    margin-right: -54rem;
  }

  .xl\:-mb-224{
    margin-bottom: -54rem;
  }

  .xl\:-ml-224{
    margin-left: -54rem;
  }

  .xl\:-mt-240{
    margin-top: -58rem;
  }

  .xl\:-mr-240{
    margin-right: -58rem;
  }

  .xl\:-mb-240{
    margin-bottom: -58rem;
  }

  .xl\:-ml-240{
    margin-left: -58rem;
  }

  .xl\:-mt-256{
    margin-top: -62rem;
  }

  .xl\:-mr-256{
    margin-right: -62rem;
  }

  .xl\:-mb-256{
    margin-bottom: -62rem;
  }

  .xl\:-ml-256{
    margin-left: -62rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-screen-sm{
    max-width: 640px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:max-w-screen-hundred{
    max-width: 100px;
  }

  .xl\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .xl\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .xl\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .xl\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .xl\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .xl\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .xl\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .xl\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .xl\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .xl\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .xl\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .xl\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .xl\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .xl\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .xl\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .xl\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .xl\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .xl\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .xl\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .xl\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-80{
    min-width: 20rem;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .xl\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .xl\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .xl\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .xl\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .xl\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-72{
    padding: 18rem;
  }

  .xl\:p-80{
    padding: 20rem;
  }

  .xl\:p-88{
    padding: 22rem;
  }

  .xl\:p-96{
    padding: 24rem;
  }

  .xl\:p-104{
    padding: 26rem;
  }

  .xl\:p-112{
    padding: 28rem;
  }

  .xl\:p-128{
    padding: 30rem;
  }

  .xl\:p-144{
    padding: 34rem;
  }

  .xl\:p-160{
    padding: 38rem;
  }

  .xl\:p-176{
    padding: 42rem;
  }

  .xl\:p-192{
    padding: 46rem;
  }

  .xl\:p-208{
    padding: 50rem;
  }

  .xl\:p-224{
    padding: 54rem;
  }

  .xl\:p-240{
    padding: 58rem;
  }

  .xl\:p-256{
    padding: 62rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .xl\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .xl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .xl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .xl\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .xl\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .xl\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .xl\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .xl\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .xl\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .xl\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .xl\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .xl\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .xl\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .xl\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .xl\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .xl\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .xl\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pt-72{
    padding-top: 18rem;
  }

  .xl\:pr-72{
    padding-right: 18rem;
  }

  .xl\:pb-72{
    padding-bottom: 18rem;
  }

  .xl\:pl-72{
    padding-left: 18rem;
  }

  .xl\:pt-80{
    padding-top: 20rem;
  }

  .xl\:pr-80{
    padding-right: 20rem;
  }

  .xl\:pb-80{
    padding-bottom: 20rem;
  }

  .xl\:pl-80{
    padding-left: 20rem;
  }

  .xl\:pt-88{
    padding-top: 22rem;
  }

  .xl\:pr-88{
    padding-right: 22rem;
  }

  .xl\:pb-88{
    padding-bottom: 22rem;
  }

  .xl\:pl-88{
    padding-left: 22rem;
  }

  .xl\:pt-96{
    padding-top: 24rem;
  }

  .xl\:pr-96{
    padding-right: 24rem;
  }

  .xl\:pb-96{
    padding-bottom: 24rem;
  }

  .xl\:pl-96{
    padding-left: 24rem;
  }

  .xl\:pt-104{
    padding-top: 26rem;
  }

  .xl\:pr-104{
    padding-right: 26rem;
  }

  .xl\:pb-104{
    padding-bottom: 26rem;
  }

  .xl\:pl-104{
    padding-left: 26rem;
  }

  .xl\:pt-112{
    padding-top: 28rem;
  }

  .xl\:pr-112{
    padding-right: 28rem;
  }

  .xl\:pb-112{
    padding-bottom: 28rem;
  }

  .xl\:pl-112{
    padding-left: 28rem;
  }

  .xl\:pt-128{
    padding-top: 30rem;
  }

  .xl\:pr-128{
    padding-right: 30rem;
  }

  .xl\:pb-128{
    padding-bottom: 30rem;
  }

  .xl\:pl-128{
    padding-left: 30rem;
  }

  .xl\:pt-144{
    padding-top: 34rem;
  }

  .xl\:pr-144{
    padding-right: 34rem;
  }

  .xl\:pb-144{
    padding-bottom: 34rem;
  }

  .xl\:pl-144{
    padding-left: 34rem;
  }

  .xl\:pt-160{
    padding-top: 38rem;
  }

  .xl\:pr-160{
    padding-right: 38rem;
  }

  .xl\:pb-160{
    padding-bottom: 38rem;
  }

  .xl\:pl-160{
    padding-left: 38rem;
  }

  .xl\:pt-176{
    padding-top: 42rem;
  }

  .xl\:pr-176{
    padding-right: 42rem;
  }

  .xl\:pb-176{
    padding-bottom: 42rem;
  }

  .xl\:pl-176{
    padding-left: 42rem;
  }

  .xl\:pt-192{
    padding-top: 46rem;
  }

  .xl\:pr-192{
    padding-right: 46rem;
  }

  .xl\:pb-192{
    padding-bottom: 46rem;
  }

  .xl\:pl-192{
    padding-left: 46rem;
  }

  .xl\:pt-208{
    padding-top: 50rem;
  }

  .xl\:pr-208{
    padding-right: 50rem;
  }

  .xl\:pb-208{
    padding-bottom: 50rem;
  }

  .xl\:pl-208{
    padding-left: 50rem;
  }

  .xl\:pt-224{
    padding-top: 54rem;
  }

  .xl\:pr-224{
    padding-right: 54rem;
  }

  .xl\:pb-224{
    padding-bottom: 54rem;
  }

  .xl\:pl-224{
    padding-left: 54rem;
  }

  .xl\:pt-240{
    padding-top: 58rem;
  }

  .xl\:pr-240{
    padding-right: 58rem;
  }

  .xl\:pb-240{
    padding-bottom: 58rem;
  }

  .xl\:pl-240{
    padding-left: 58rem;
  }

  .xl\:pt-256{
    padding-top: 62rem;
  }

  .xl\:pr-256{
    padding-right: 62rem;
  }

  .xl\:pb-256{
    padding-bottom: 62rem;
  }

  .xl\:pl-256{
    padding-left: 62rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xl\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .xl\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .xl\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .xl\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .xl\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:text-opacity-0{
    --text-opacity: 0;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .xl\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-100{
    --text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .xl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .xl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-80{
    width: 20rem;
  }

  .xl\:w-88{
    width: 22rem;
  }

  .xl\:w-96{
    width: 24rem;
  }

  .xl\:w-104{
    width: 26rem;
  }

  .xl\:w-112{
    width: 28rem;
  }

  .xl\:w-128{
    width: 30rem;
  }

  .xl\:w-144{
    width: 34rem;
  }

  .xl\:w-160{
    width: 38rem;
  }

  .xl\:w-176{
    width: 42rem;
  }

  .xl\:w-192{
    width: 46rem;
  }

  .xl\:w-208{
    width: 50rem;
  }

  .xl\:w-224{
    width: 54rem;
  }

  .xl\:w-240{
    width: 58rem;
  }

  .xl\:w-256{
    width: 62rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .xl\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .xl\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .xl\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .xl\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .xl\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .xl\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .xl\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .xl\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .xl\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .xl\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .xl\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .xl\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .xl\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .xl\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .xl\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .xl\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .xl\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .xl\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xl\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .xl\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .xl\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .xl\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .xl\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .xl\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .xl\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .xl\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .xl\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .xl\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xl\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .xl\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .xl\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .xl\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .xl\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .xl\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .xl\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .xl\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .xl\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .xl\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .xl\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .xl\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .xl\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .xl\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .xl\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .xl\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .xl\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .xl\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .xl\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .xl\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .xl\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .xl\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .xl\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .xl\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .xl\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .xl\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .xl\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .xl\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .xl\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .xl\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .xl\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .xl\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .xl\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .xl\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .xl\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .xl\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .xl\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:col-end-6{
    grid-column-end: 6;
  }

  .xl\:col-end-7{
    grid-column-end: 7;
  }

  .xl\:col-end-8{
    grid-column-end: 8;
  }

  .xl\:col-end-9{
    grid-column-end: 9;
  }

  .xl\:col-end-10{
    grid-column-end: 10;
  }

  .xl\:col-end-11{
    grid-column-end: 11;
  }

  .xl\:col-end-12{
    grid-column-end: 12;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-start-6{
    grid-row-start: 6;
  }

  .xl\:row-start-7{
    grid-row-start: 7;
  }

  .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  .xl\:row-end-6{
    grid-row-end: 6;
  }

  .xl\:row-end-7{
    grid-row-end: 7;
  }

  .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .xl\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:origin-center{
    transform-origin: center;
  }

  .xl\:origin-top{
    transform-origin: top;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:origin-right{
    transform-origin: right;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:origin-left{
    transform-origin: left;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50{
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75{
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90{
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95{
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100{
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50{
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75{
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90{
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95{
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100{
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0{
    --transform-rotate: 0;
  }

  .xl\:rotate-45{
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90{
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180{
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0{
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .xl\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .xl\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .xl\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .xl\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .xl\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .xl\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .xl\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .xl\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .xl\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .xl\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .xl\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .xl\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .xl\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .xl\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .xl\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .xl\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .xl\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .xl\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .xl\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .xl\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .xl\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .xl\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .xl\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .xl\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .xl\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .xl\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .xl\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .xl\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .xl\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .xl\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .xl\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0{
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .xl\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .xl\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .xl\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .xl\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .xl\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .xl\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .xl\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .xl\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .xl\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .xl\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .xl\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .xl\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .xl\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .xl\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .xl\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .xl\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .xl\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .xl\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .xl\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .xl\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .xl\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .xl\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .xl\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .xl\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .xl\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .xl\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .xl\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .xl\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .xl\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .xl\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .xl\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .xl\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .xl\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .xl\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .xl\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .xl\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .xl\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .xl\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .xl\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .xl\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .xl\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .xl\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .xl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .xl\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .xl\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .xl\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .xl\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .xl\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .xl\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .xl\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .xl\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .xl\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .xl\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .xl\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .xl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .xl\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .xl\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .xl\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .xl\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .xl\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .xl\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .xl\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .xl\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .xl\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .xl\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .xl\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .xl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .xl\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .xl\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .xl\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .xl\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .xl\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .xl\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .xl\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .xl\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .xl\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .xl\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .xl\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .xl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .xl\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .xl\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .xl\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .xl\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .xl\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .xl\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .xl\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .xl\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .xl\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .xl\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .xl\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .xl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .xl\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .xl\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .xl\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .xl\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .xl\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .xl\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .xl\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .xl\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .xl\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .xl\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .xl\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .xl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .xl\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .xl\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .xl\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .xl\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .xl\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .xl\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .xl\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .xl\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .xl\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .xl\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .xl\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .xl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .xl\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .xl\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .xl\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .xl\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .xl\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .xl\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .xl\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .xl\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .xl\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .xl\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .xl\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .xl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0{
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0{
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
  }

  .xl\:transition-transform{
    transition-property: transform;
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75{
    transition-duration: 75ms;
  }

  .xl\:duration-100{
    transition-duration: 100ms;
  }

  .xl\:duration-150{
    transition-duration: 150ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:animate-none{
    animation: none;
  }

  .xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 100px){
  .hundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .hundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .hundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .hundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .hundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .hundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .hundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .hundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .hundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .hundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .hundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .hundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .hundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .hundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .hundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .hundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .hundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .hundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .hundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .hundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .hundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .hundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .hundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .hundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .hundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .hundred\:container{
      max-width: 2000px;
    }
  }

  .hundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .hundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .hundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .hundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .hundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .hundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .hundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .hundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .hundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .hundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .hundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .hundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .hundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .hundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .hundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .hundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .hundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .hundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .hundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .hundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .hundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .hundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .hundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .hundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .hundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .hundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .hundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .hundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .hundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .hundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .hundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .hundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .hundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .hundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .hundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .hundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .hundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .hundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .hundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .hundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .hundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .hundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .hundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .hundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .hundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .hundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .hundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .hundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .hundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .hundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .hundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .hundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .hundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .hundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .hundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .hundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .hundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .hundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .hundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .hundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .hundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .hundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .hundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .hundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .hundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .hundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .hundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .hundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .hundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .hundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .hundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .hundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .hundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .hundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .hundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .hundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .hundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .hundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .hundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .hundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .hundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .hundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .hundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .hundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .hundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .hundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .hundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .hundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .hundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .hundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .hundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .hundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .hundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .hundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .hundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .hundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .hundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .hundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .hundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .hundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .hundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .hundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .hundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .hundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .hundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .hundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .hundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .hundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .hundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .hundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .hundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .hundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .hundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .hundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .hundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .hundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .hundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .hundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .hundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .hundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .hundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .hundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .hundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .hundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .hundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .hundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .hundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .hundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .hundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .hundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .hundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .hundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .hundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .hundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .hundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .hundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .hundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .hundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .hundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .hundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .hundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .hundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .hundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .hundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .hundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .hundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .hundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .hundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .hundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .hundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .hundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .hundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .hundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .hundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .hundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .hundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .hundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .hundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .hundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .hundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .hundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .hundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .hundred\:bg-fixed{
    background-attachment: fixed;
  }

  .hundred\:bg-local{
    background-attachment: local;
  }

  .hundred\:bg-scroll{
    background-attachment: scroll;
  }

  .hundred\:bg-clip-border{
    background-clip: border-box;
  }

  .hundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .hundred\:bg-clip-content{
    background-clip: content-box;
  }

  .hundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .hundred\:bg-transparent{
    background-color: transparent;
  }

  .hundred\:bg-current{
    background-color: currentColor;
  }

  .hundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .hundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .hundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .hundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .hundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .hundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .hundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .hundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .hundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .hundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .hundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .hundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .hundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .hundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .hundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .hundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .hundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .hundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .hundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .hundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .hundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .hundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .hundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .hundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .hundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .hundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .hundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .hundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .hundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .hundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .hundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .hundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .hundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .hundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .hundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .hundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .hundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .hundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .hundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .hundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .hundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .hundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .hundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .hundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .hundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .hundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .hundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .hundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .hundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .hundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .hundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .hundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .hundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .hundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .hundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .hundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .hundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .hundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .hundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .hundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .hundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .hundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .hundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .hundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .hundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .hundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .hundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .hundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .hundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .hundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .hundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .hundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .hundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .hundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .hundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .hundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .hundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .hundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .hundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .hundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .hundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .hundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .hundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .hundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .hundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .hundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .hundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .hundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .hundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .hundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .hundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .hundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .hundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .hundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .hundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .hundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .hundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .hundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .hundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .hundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .hundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .hundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .hundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .hundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .hundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .hundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .hundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .hundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .hundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .hundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .hundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .hundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .hundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .hundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .hundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .hundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .hundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .hundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .hundred\:bg-none{
    background-image: none;
  }

  .hundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .hundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .hundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .hundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .hundred\:to-black{
    --gradient-to-color: #000;
  }

  .hundred\:to-white{
    --gradient-to-color: #fff;
  }

  .hundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .hundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .hundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .hundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .hundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .hundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .hundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .hundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .hundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .hundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .hundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .hundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .hundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .hundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .hundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .hundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .hundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .hundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .hundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .hundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .hundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .hundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .hundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .hundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .hundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .hundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .hundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .hundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .hundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .hundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .hundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .hundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .hundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .hundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .hundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .hundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .hundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .hundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .hundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .hundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .hundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .hundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .hundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .hundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .hundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .hundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .hundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .hundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .hundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .hundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .hundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .hundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .hundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .hundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .hundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .hundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .hundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .hundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .hundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .hundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .hundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .hundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .hundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .hundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .hundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .hundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .hundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .hundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .hundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .hundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .hundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .hundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .hundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .hundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .hundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .hundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .hundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .hundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .hundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .hundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .hundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .hundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .hundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .hundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .hundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .hundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .hundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .hundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .hundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .hundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .hundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .hundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .hundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .hundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .hundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .hundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .hundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .hundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .hundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .hundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .hundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .hundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .hundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .hundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .hundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .hundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .hundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .hundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .hundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .hundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .hundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .hundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .hundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .hundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .hundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .hundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .hundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .hundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .hundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .hundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .hundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .hundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .hundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .hundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .hundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .hundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .hundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .hundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .hundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .hundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .hundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .hundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .hundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .hundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .hundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .hundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .hundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .hundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .hundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .hundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .hundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .hundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .hundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .hundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .hundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .hundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .hundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .hundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .hundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .hundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .hundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .hundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .hundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .hundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .hundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .hundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .hundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .hundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .hundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .hundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .hundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .hundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .hundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .hundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .hundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .hundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .hundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .hundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .hundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .hundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .hundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .hundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .hundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .hundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .hundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .hundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .hundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .hundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .hundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .hundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .hundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .hundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .hundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .hundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .hundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .hundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .hundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .hundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .hundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .hundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .hundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .hundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .hundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .hundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .hundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .hundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .hundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .hundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .hundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .hundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .hundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .hundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .hundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .hundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .hundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .hundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .hundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .hundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .hundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .hundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .hundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .hundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .hundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .hundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .hundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .hundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .hundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .hundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .hundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .hundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .hundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .hundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .hundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .hundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .hundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .hundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .hundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .hundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .hundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .hundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .hundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .hundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .hundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .hundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .hundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .hundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .hundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .hundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .hundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .hundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .hundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .hundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .hundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .hundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .hundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .hundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .hundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .hundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .hundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .hundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .hundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .hundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .hundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .hundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .hundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .hundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .hundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .hundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .hundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .hundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .hundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .hundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .hundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .hundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .hundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .hundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .hundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .hundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .hundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .hundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .hundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .hundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .hundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .hundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .hundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .hundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .hundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .hundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .hundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .hundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .hundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .hundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .hundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .hundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .hundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .hundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .hundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .hundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .hundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .hundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .hundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .hundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .hundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .hundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .hundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .hundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .hundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .hundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .hundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .hundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .hundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .hundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .hundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .hundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .hundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .hundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .hundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .hundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .hundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .hundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .hundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .hundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .hundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .hundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .hundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .hundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .hundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .hundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .hundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .hundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .hundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .hundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .hundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .hundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .hundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .hundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .hundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .hundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .hundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .hundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .hundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .hundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .hundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .hundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .hundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .hundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .hundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .hundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .hundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .hundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .hundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .hundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .hundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .hundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .hundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .hundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .hundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .hundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .hundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .hundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .hundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .hundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .hundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .hundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .hundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .hundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .hundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .hundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .hundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .hundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .hundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .hundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .hundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .hundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .hundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .hundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .hundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .hundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .hundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .hundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .hundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .hundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .hundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .hundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .hundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .hundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .hundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .hundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .hundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .hundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .hundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .hundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .hundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .hundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .hundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .hundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .hundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .hundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .hundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .hundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .hundred\:bg-bottom{
    background-position: bottom;
  }

  .hundred\:bg-center{
    background-position: center;
  }

  .hundred\:bg-left{
    background-position: left;
  }

  .hundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .hundred\:bg-left-top{
    background-position: left top;
  }

  .hundred\:bg-right{
    background-position: right;
  }

  .hundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .hundred\:bg-right-top{
    background-position: right top;
  }

  .hundred\:bg-top{
    background-position: top;
  }

  .hundred\:bg-repeat{
    background-repeat: repeat;
  }

  .hundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .hundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .hundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .hundred\:bg-repeat-round{
    background-repeat: round;
  }

  .hundred\:bg-repeat-space{
    background-repeat: space;
  }

  .hundred\:bg-auto{
    background-size: auto;
  }

  .hundred\:bg-cover{
    background-size: cover;
  }

  .hundred\:bg-contain{
    background-size: contain;
  }

  .hundred\:border-collapse{
    border-collapse: collapse;
  }

  .hundred\:border-separate{
    border-collapse: separate;
  }

  .hundred\:border-transparent{
    border-color: transparent;
  }

  .hundred\:border-current{
    border-color: currentColor;
  }

  .hundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .hundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .hundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .hundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .hundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .hundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .hundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .hundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .hundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .hundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .hundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .hundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .hundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .hundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .hundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .hundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .hundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .hundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .hundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .hundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .hundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .hundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .hundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .hundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .hundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .hundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .hundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .hundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .hundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .hundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .hundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .hundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .hundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .hundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .hundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .hundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .hundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .hundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .hundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .hundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .hundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .hundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .hundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .hundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .hundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .hundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .hundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .hundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .hundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .hundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .hundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .hundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .hundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .hundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .hundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .hundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .hundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .hundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .hundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .hundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .hundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .hundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .hundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .hundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .hundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .hundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .hundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .hundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .hundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .hundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .hundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .hundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .hundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .hundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .hundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .hundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .hundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .hundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .hundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .hundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .hundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .hundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .hundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .hundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .hundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .hundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .hundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .hundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .hundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .hundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .hundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .hundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .hundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .hundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .hundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .hundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .hundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .hundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .hundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .hundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .hundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .hundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .hundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .hundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .hundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .hundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .hundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .hundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .hundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .hundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .hundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .hundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .hundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .hundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .hundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .hundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .hundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .hundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .hundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .hundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .hundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .hundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .hundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .hundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .hundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .hundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .hundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .hundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .hundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .hundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .hundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .hundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .hundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .hundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .hundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .hundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .hundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .hundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .hundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .hundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .hundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .hundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .hundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .hundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .hundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .hundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .hundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .hundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .hundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .hundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .hundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .hundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .hundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .hundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .hundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .hundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .hundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .hundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .hundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .hundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .hundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .hundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .hundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .hundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .hundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .hundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .hundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .hundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .hundred\:rounded-none{
    border-radius: 0;
  }

  .hundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .hundred\:rounded{
    border-radius: 0.25rem;
  }

  .hundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .hundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .hundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .hundred\:rounded-full{
    border-radius: 9999px;
  }

  .hundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .hundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .hundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .hundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .hundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .hundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .hundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .hundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .hundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .hundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .hundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .hundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .hundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .hundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .hundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .hundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .hundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .hundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .hundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .hundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .hundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .hundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .hundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .hundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .hundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .hundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .hundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .hundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .hundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .hundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .hundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .hundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .hundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .hundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .hundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .hundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .hundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .hundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .hundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .hundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .hundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .hundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .hundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .hundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .hundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .hundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .hundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .hundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .hundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .hundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .hundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .hundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .hundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .hundred\:border-solid{
    border-style: solid;
  }

  .hundred\:border-dashed{
    border-style: dashed;
  }

  .hundred\:border-dotted{
    border-style: dotted;
  }

  .hundred\:border-double{
    border-style: double;
  }

  .hundred\:border-none{
    border-style: none;
  }

  .hundred\:border-0{
    border-width: 0;
  }

  .hundred\:border-2{
    border-width: 2px;
  }

  .hundred\:border-4{
    border-width: 4px;
  }

  .hundred\:border-8{
    border-width: 8px;
  }

  .hundred\:border{
    border-width: 1px;
  }

  .hundred\:border-t-0{
    border-top-width: 0;
  }

  .hundred\:border-r-0{
    border-right-width: 0;
  }

  .hundred\:border-b-0{
    border-bottom-width: 0;
  }

  .hundred\:border-l-0{
    border-left-width: 0;
  }

  .hundred\:border-t-2{
    border-top-width: 2px;
  }

  .hundred\:border-r-2{
    border-right-width: 2px;
  }

  .hundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .hundred\:border-l-2{
    border-left-width: 2px;
  }

  .hundred\:border-t-4{
    border-top-width: 4px;
  }

  .hundred\:border-r-4{
    border-right-width: 4px;
  }

  .hundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .hundred\:border-l-4{
    border-left-width: 4px;
  }

  .hundred\:border-t-8{
    border-top-width: 8px;
  }

  .hundred\:border-r-8{
    border-right-width: 8px;
  }

  .hundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .hundred\:border-l-8{
    border-left-width: 8px;
  }

  .hundred\:border-t{
    border-top-width: 1px;
  }

  .hundred\:border-r{
    border-right-width: 1px;
  }

  .hundred\:border-b{
    border-bottom-width: 1px;
  }

  .hundred\:border-l{
    border-left-width: 1px;
  }

  .hundred\:box-border{
    box-sizing: border-box;
  }

  .hundred\:box-content{
    box-sizing: content-box;
  }

  .hundred\:cursor-auto{
    cursor: auto;
  }

  .hundred\:cursor-default{
    cursor: default;
  }

  .hundred\:cursor-pointer{
    cursor: pointer;
  }

  .hundred\:cursor-wait{
    cursor: wait;
  }

  .hundred\:cursor-text{
    cursor: text;
  }

  .hundred\:cursor-move{
    cursor: move;
  }

  .hundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .hundred\:block{
    display: block;
  }

  .hundred\:inline-block{
    display: inline-block;
  }

  .hundred\:inline{
    display: inline;
  }

  .hundred\:flex{
    display: flex;
  }

  .hundred\:inline-flex{
    display: inline-flex;
  }

  .hundred\:table{
    display: table;
  }

  .hundred\:table-caption{
    display: table-caption;
  }

  .hundred\:table-cell{
    display: table-cell;
  }

  .hundred\:table-column{
    display: table-column;
  }

  .hundred\:table-column-group{
    display: table-column-group;
  }

  .hundred\:table-footer-group{
    display: table-footer-group;
  }

  .hundred\:table-header-group{
    display: table-header-group;
  }

  .hundred\:table-row-group{
    display: table-row-group;
  }

  .hundred\:table-row{
    display: table-row;
  }

  .hundred\:flow-root{
    display: flow-root;
  }

  .hundred\:grid{
    display: grid;
  }

  .hundred\:inline-grid{
    display: inline-grid;
  }

  .hundred\:contents{
    display: contents;
  }

  .hundred\:hidden{
    display: none;
  }

  .hundred\:flex-row{
    flex-direction: row;
  }

  .hundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .hundred\:flex-col{
    flex-direction: column;
  }

  .hundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .hundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .hundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .hundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .hundred\:place-items-auto{
    place-items: auto;
  }

  .hundred\:place-items-start{
    place-items: start;
  }

  .hundred\:place-items-end{
    place-items: end;
  }

  .hundred\:place-items-center{
    place-items: center;
  }

  .hundred\:place-items-stretch{
    place-items: stretch;
  }

  .hundred\:place-content-center{
    place-content: center;
  }

  .hundred\:place-content-start{
    place-content: start;
  }

  .hundred\:place-content-end{
    place-content: end;
  }

  .hundred\:place-content-between{
    place-content: space-between;
  }

  .hundred\:place-content-around{
    place-content: space-around;
  }

  .hundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .hundred\:place-content-stretch{
    place-content: stretch;
  }

  .hundred\:place-self-auto{
    place-self: auto;
  }

  .hundred\:place-self-start{
    place-self: start;
  }

  .hundred\:place-self-end{
    place-self: end;
  }

  .hundred\:place-self-center{
    place-self: center;
  }

  .hundred\:place-self-stretch{
    place-self: stretch;
  }

  .hundred\:items-start{
    align-items: flex-start;
  }

  .hundred\:items-end{
    align-items: flex-end;
  }

  .hundred\:items-center{
    align-items: center;
  }

  .hundred\:items-baseline{
    align-items: baseline;
  }

  .hundred\:items-stretch{
    align-items: stretch;
  }

  .hundred\:content-center{
    align-content: center;
  }

  .hundred\:content-start{
    align-content: flex-start;
  }

  .hundred\:content-end{
    align-content: flex-end;
  }

  .hundred\:content-between{
    align-content: space-between;
  }

  .hundred\:content-around{
    align-content: space-around;
  }

  .hundred\:content-evenly{
    align-content: space-evenly;
  }

  .hundred\:self-auto{
    align-self: auto;
  }

  .hundred\:self-start{
    align-self: flex-start;
  }

  .hundred\:self-end{
    align-self: flex-end;
  }

  .hundred\:self-center{
    align-self: center;
  }

  .hundred\:self-stretch{
    align-self: stretch;
  }

  .hundred\:justify-items-auto{
    justify-items: auto;
  }

  .hundred\:justify-items-start{
    justify-items: start;
  }

  .hundred\:justify-items-end{
    justify-items: end;
  }

  .hundred\:justify-items-center{
    justify-items: center;
  }

  .hundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .hundred\:justify-start{
    justify-content: flex-start;
  }

  .hundred\:justify-end{
    justify-content: flex-end;
  }

  .hundred\:justify-center{
    justify-content: center;
  }

  .hundred\:justify-between{
    justify-content: space-between;
  }

  .hundred\:justify-around{
    justify-content: space-around;
  }

  .hundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .hundred\:justify-self-auto{
    justify-self: auto;
  }

  .hundred\:justify-self-start{
    justify-self: start;
  }

  .hundred\:justify-self-end{
    justify-self: end;
  }

  .hundred\:justify-self-center{
    justify-self: center;
  }

  .hundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .hundred\:flex-1{
    flex: 1 1 0%;
  }

  .hundred\:flex-auto{
    flex: 1 1 auto;
  }

  .hundred\:flex-initial{
    flex: 0 1 auto;
  }

  .hundred\:flex-none{
    flex: none;
  }

  .hundred\:flex-grow-0{
    flex-grow: 0;
  }

  .hundred\:flex-grow{
    flex-grow: 1;
  }

  .hundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .hundred\:flex-shrink{
    flex-shrink: 1;
  }

  .hundred\:order-1{
    order: 1;
  }

  .hundred\:order-2{
    order: 2;
  }

  .hundred\:order-3{
    order: 3;
  }

  .hundred\:order-4{
    order: 4;
  }

  .hundred\:order-5{
    order: 5;
  }

  .hundred\:order-6{
    order: 6;
  }

  .hundred\:order-7{
    order: 7;
  }

  .hundred\:order-8{
    order: 8;
  }

  .hundred\:order-9{
    order: 9;
  }

  .hundred\:order-10{
    order: 10;
  }

  .hundred\:order-11{
    order: 11;
  }

  .hundred\:order-12{
    order: 12;
  }

  .hundred\:order-first{
    order: -9999;
  }

  .hundred\:order-last{
    order: 9999;
  }

  .hundred\:order-none{
    order: 0;
  }

  .hundred\:float-right{
    float: right;
  }

  .hundred\:float-left{
    float: left;
  }

  .hundred\:float-none{
    float: none;
  }

  .hundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .hundred\:clear-left{
    clear: left;
  }

  .hundred\:clear-right{
    clear: right;
  }

  .hundred\:clear-both{
    clear: both;
  }

  .hundred\:clear-none{
    clear: none;
  }

  .hundred\: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";
  }

  .hundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .hundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hundred\:font-hairline{
    font-weight: 100;
  }

  .hundred\:font-thin{
    font-weight: 200;
  }

  .hundred\:font-light{
    font-weight: 300;
  }

  .hundred\:font-normal{
    font-weight: 400;
  }

  .hundred\:font-medium{
    font-weight: 500;
  }

  .hundred\:font-semibold{
    font-weight: 600;
  }

  .hundred\:font-bold{
    font-weight: 700;
  }

  .hundred\:font-extrabold{
    font-weight: 800;
  }

  .hundred\:font-black{
    font-weight: 900;
  }

  .hundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .hundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .hundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .hundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .hundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .hundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .hundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .hundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .hundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .hundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .hundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .hundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .hundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .hundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .hundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .hundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .hundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .hundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .hundred\:h-0{
    height: 0;
  }

  .hundred\:h-1{
    height: 0.25rem;
  }

  .hundred\:h-2{
    height: 0.5rem;
  }

  .hundred\:h-3{
    height: 0.75rem;
  }

  .hundred\:h-4{
    height: 1rem;
  }

  .hundred\:h-5{
    height: 1.25rem;
  }

  .hundred\:h-6{
    height: 1.5rem;
  }

  .hundred\:h-8{
    height: 2rem;
  }

  .hundred\:h-10{
    height: 2.5rem;
  }

  .hundred\:h-12{
    height: 3rem;
  }

  .hundred\:h-16{
    height: 4rem;
  }

  .hundred\:h-20{
    height: 5rem;
  }

  .hundred\:h-24{
    height: 6rem;
  }

  .hundred\:h-32{
    height: 8rem;
  }

  .hundred\:h-40{
    height: 10rem;
  }

  .hundred\:h-48{
    height: 12rem;
  }

  .hundred\:h-56{
    height: 14rem;
  }

  .hundred\:h-64{
    height: 16rem;
  }

  .hundred\:h-72{
    height: 18rem;
  }

  .hundred\:h-80{
    height: 20rem;
  }

  .hundred\:h-88{
    height: 22rem;
  }

  .hundred\:h-96{
    height: 24rem;
  }

  .hundred\:h-104{
    height: 26rem;
  }

  .hundred\:h-112{
    height: 28rem;
  }

  .hundred\:h-128{
    height: 30rem;
  }

  .hundred\:h-144{
    height: 34rem;
  }

  .hundred\:h-160{
    height: 38rem;
  }

  .hundred\:h-176{
    height: 42rem;
  }

  .hundred\:h-192{
    height: 46rem;
  }

  .hundred\:h-208{
    height: 50rem;
  }

  .hundred\:h-224{
    height: 54rem;
  }

  .hundred\:h-240{
    height: 58rem;
  }

  .hundred\:h-256{
    height: 62rem;
  }

  .hundred\:h-auto{
    height: auto;
  }

  .hundred\:h-px{
    height: 1px;
  }

  .hundred\:h-full{
    height: 100%;
  }

  .hundred\:h-screen{
    height: 100vh;
  }

  .hundred\:text-3xs{
    font-size: 0.5rem;
  }

  .hundred\:text-2xs{
    font-size: 0.625rem;
  }

  .hundred\:text-xs{
    font-size: 0.75rem;
  }

  .hundred\:text-sm{
    font-size: 0.875rem;
  }

  .hundred\:text-base{
    font-size: 1rem;
  }

  .hundred\:text-lg{
    font-size: 1.125rem;
  }

  .hundred\:text-xl{
    font-size: 1.25rem;
  }

  .hundred\:text-2xl{
    font-size: 1.5rem;
  }

  .hundred\:text-3xl{
    font-size: 1.875rem;
  }

  .hundred\:text-4xl{
    font-size: 2.25rem;
  }

  .hundred\:text-5xl{
    font-size: 3rem;
  }

  .hundred\:text-6xl{
    font-size: 4rem;
  }

  .hundred\:text-7xl{
    font-size: 6rem;
  }

  .hundred\:text-8xl{
    font-size: 8rem;
  }

  .hundred\:leading-3{
    line-height: .75rem;
  }

  .hundred\:leading-4{
    line-height: 1rem;
  }

  .hundred\:leading-5{
    line-height: 1.25rem;
  }

  .hundred\:leading-6{
    line-height: 1.5rem;
  }

  .hundred\:leading-7{
    line-height: 1.75rem;
  }

  .hundred\:leading-8{
    line-height: 2rem;
  }

  .hundred\:leading-9{
    line-height: 2.25rem;
  }

  .hundred\:leading-10{
    line-height: 2.5rem;
  }

  .hundred\:leading-none{
    line-height: 1;
  }

  .hundred\:leading-tight{
    line-height: 1.25;
  }

  .hundred\:leading-snug{
    line-height: 1.375;
  }

  .hundred\:leading-normal{
    line-height: 1.5;
  }

  .hundred\:leading-relaxed{
    line-height: 1.625;
  }

  .hundred\:leading-loose{
    line-height: 2;
  }

  .hundred\:list-inside{
    list-style-position: inside;
  }

  .hundred\:list-outside{
    list-style-position: outside;
  }

  .hundred\:list-none{
    list-style-type: none;
  }

  .hundred\:list-disc{
    list-style-type: disc;
  }

  .hundred\:list-decimal{
    list-style-type: decimal;
  }

  .hundred\:m-0{
    margin: 0;
  }

  .hundred\:m-1{
    margin: 0.25rem;
  }

  .hundred\:m-2{
    margin: 0.5rem;
  }

  .hundred\:m-3{
    margin: 0.75rem;
  }

  .hundred\:m-4{
    margin: 1rem;
  }

  .hundred\:m-5{
    margin: 1.25rem;
  }

  .hundred\:m-6{
    margin: 1.5rem;
  }

  .hundred\:m-8{
    margin: 2rem;
  }

  .hundred\:m-10{
    margin: 2.5rem;
  }

  .hundred\:m-12{
    margin: 3rem;
  }

  .hundred\:m-16{
    margin: 4rem;
  }

  .hundred\:m-20{
    margin: 5rem;
  }

  .hundred\:m-24{
    margin: 6rem;
  }

  .hundred\:m-32{
    margin: 8rem;
  }

  .hundred\:m-40{
    margin: 10rem;
  }

  .hundred\:m-48{
    margin: 12rem;
  }

  .hundred\:m-56{
    margin: 14rem;
  }

  .hundred\:m-64{
    margin: 16rem;
  }

  .hundred\:m-72{
    margin: 18rem;
  }

  .hundred\:m-80{
    margin: 20rem;
  }

  .hundred\:m-88{
    margin: 22rem;
  }

  .hundred\:m-96{
    margin: 24rem;
  }

  .hundred\:m-104{
    margin: 26rem;
  }

  .hundred\:m-112{
    margin: 28rem;
  }

  .hundred\:m-128{
    margin: 30rem;
  }

  .hundred\:m-144{
    margin: 34rem;
  }

  .hundred\:m-160{
    margin: 38rem;
  }

  .hundred\:m-176{
    margin: 42rem;
  }

  .hundred\:m-192{
    margin: 46rem;
  }

  .hundred\:m-208{
    margin: 50rem;
  }

  .hundred\:m-224{
    margin: 54rem;
  }

  .hundred\:m-240{
    margin: 58rem;
  }

  .hundred\:m-256{
    margin: 62rem;
  }

  .hundred\:m-auto{
    margin: auto;
  }

  .hundred\:m-px{
    margin: 1px;
  }

  .hundred\:-m-1{
    margin: -0.25rem;
  }

  .hundred\:-m-2{
    margin: -0.5rem;
  }

  .hundred\:-m-3{
    margin: -0.75rem;
  }

  .hundred\:-m-4{
    margin: -1rem;
  }

  .hundred\:-m-5{
    margin: -1.25rem;
  }

  .hundred\:-m-6{
    margin: -1.5rem;
  }

  .hundred\:-m-8{
    margin: -2rem;
  }

  .hundred\:-m-10{
    margin: -2.5rem;
  }

  .hundred\:-m-12{
    margin: -3rem;
  }

  .hundred\:-m-16{
    margin: -4rem;
  }

  .hundred\:-m-20{
    margin: -5rem;
  }

  .hundred\:-m-24{
    margin: -6rem;
  }

  .hundred\:-m-32{
    margin: -8rem;
  }

  .hundred\:-m-40{
    margin: -10rem;
  }

  .hundred\:-m-48{
    margin: -12rem;
  }

  .hundred\:-m-56{
    margin: -14rem;
  }

  .hundred\:-m-64{
    margin: -16rem;
  }

  .hundred\:-m-72{
    margin: -18rem;
  }

  .hundred\:-m-80{
    margin: -20rem;
  }

  .hundred\:-m-88{
    margin: -22rem;
  }

  .hundred\:-m-96{
    margin: -24rem;
  }

  .hundred\:-m-104{
    margin: -26rem;
  }

  .hundred\:-m-112{
    margin: -28rem;
  }

  .hundred\:-m-128{
    margin: -30rem;
  }

  .hundred\:-m-144{
    margin: -34rem;
  }

  .hundred\:-m-160{
    margin: -38rem;
  }

  .hundred\:-m-176{
    margin: -42rem;
  }

  .hundred\:-m-192{
    margin: -46rem;
  }

  .hundred\:-m-208{
    margin: -50rem;
  }

  .hundred\:-m-224{
    margin: -54rem;
  }

  .hundred\:-m-240{
    margin: -58rem;
  }

  .hundred\:-m-256{
    margin: -62rem;
  }

  .hundred\:-m-px{
    margin: -1px;
  }

  .hundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .hundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .hundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .hundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .hundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .hundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .hundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .hundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .hundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .hundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .hundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .hundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .hundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .hundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .hundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .hundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .hundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .hundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .hundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .hundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .hundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .hundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .hundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .hundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .hundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .hundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .hundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .hundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .hundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .hundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .hundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .hundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .hundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .hundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .hundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .hundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .hundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .hundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .hundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .hundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .hundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .hundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .hundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .hundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .hundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .hundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .hundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .hundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .hundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .hundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .hundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .hundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .hundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .hundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .hundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .hundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .hundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .hundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .hundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .hundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .hundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .hundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .hundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .hundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .hundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .hundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .hundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .hundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .hundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .hundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .hundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .hundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .hundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .hundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .hundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .hundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .hundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .hundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .hundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .hundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .hundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .hundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .hundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .hundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .hundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .hundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .hundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .hundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .hundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .hundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .hundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .hundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .hundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .hundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .hundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .hundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .hundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .hundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .hundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .hundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .hundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .hundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .hundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .hundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .hundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .hundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .hundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .hundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .hundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .hundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .hundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .hundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .hundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .hundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .hundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .hundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .hundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .hundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .hundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .hundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .hundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .hundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .hundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .hundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .hundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .hundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .hundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .hundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .hundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .hundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .hundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .hundred\:mt-0{
    margin-top: 0;
  }

  .hundred\:mr-0{
    margin-right: 0;
  }

  .hundred\:mb-0{
    margin-bottom: 0;
  }

  .hundred\:ml-0{
    margin-left: 0;
  }

  .hundred\:mt-1{
    margin-top: 0.25rem;
  }

  .hundred\:mr-1{
    margin-right: 0.25rem;
  }

  .hundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .hundred\:ml-1{
    margin-left: 0.25rem;
  }

  .hundred\:mt-2{
    margin-top: 0.5rem;
  }

  .hundred\:mr-2{
    margin-right: 0.5rem;
  }

  .hundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .hundred\:ml-2{
    margin-left: 0.5rem;
  }

  .hundred\:mt-3{
    margin-top: 0.75rem;
  }

  .hundred\:mr-3{
    margin-right: 0.75rem;
  }

  .hundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .hundred\:ml-3{
    margin-left: 0.75rem;
  }

  .hundred\:mt-4{
    margin-top: 1rem;
  }

  .hundred\:mr-4{
    margin-right: 1rem;
  }

  .hundred\:mb-4{
    margin-bottom: 1rem;
  }

  .hundred\:ml-4{
    margin-left: 1rem;
  }

  .hundred\:mt-5{
    margin-top: 1.25rem;
  }

  .hundred\:mr-5{
    margin-right: 1.25rem;
  }

  .hundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .hundred\:ml-5{
    margin-left: 1.25rem;
  }

  .hundred\:mt-6{
    margin-top: 1.5rem;
  }

  .hundred\:mr-6{
    margin-right: 1.5rem;
  }

  .hundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .hundred\:ml-6{
    margin-left: 1.5rem;
  }

  .hundred\:mt-8{
    margin-top: 2rem;
  }

  .hundred\:mr-8{
    margin-right: 2rem;
  }

  .hundred\:mb-8{
    margin-bottom: 2rem;
  }

  .hundred\:ml-8{
    margin-left: 2rem;
  }

  .hundred\:mt-10{
    margin-top: 2.5rem;
  }

  .hundred\:mr-10{
    margin-right: 2.5rem;
  }

  .hundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .hundred\:ml-10{
    margin-left: 2.5rem;
  }

  .hundred\:mt-12{
    margin-top: 3rem;
  }

  .hundred\:mr-12{
    margin-right: 3rem;
  }

  .hundred\:mb-12{
    margin-bottom: 3rem;
  }

  .hundred\:ml-12{
    margin-left: 3rem;
  }

  .hundred\:mt-16{
    margin-top: 4rem;
  }

  .hundred\:mr-16{
    margin-right: 4rem;
  }

  .hundred\:mb-16{
    margin-bottom: 4rem;
  }

  .hundred\:ml-16{
    margin-left: 4rem;
  }

  .hundred\:mt-20{
    margin-top: 5rem;
  }

  .hundred\:mr-20{
    margin-right: 5rem;
  }

  .hundred\:mb-20{
    margin-bottom: 5rem;
  }

  .hundred\:ml-20{
    margin-left: 5rem;
  }

  .hundred\:mt-24{
    margin-top: 6rem;
  }

  .hundred\:mr-24{
    margin-right: 6rem;
  }

  .hundred\:mb-24{
    margin-bottom: 6rem;
  }

  .hundred\:ml-24{
    margin-left: 6rem;
  }

  .hundred\:mt-32{
    margin-top: 8rem;
  }

  .hundred\:mr-32{
    margin-right: 8rem;
  }

  .hundred\:mb-32{
    margin-bottom: 8rem;
  }

  .hundred\:ml-32{
    margin-left: 8rem;
  }

  .hundred\:mt-40{
    margin-top: 10rem;
  }

  .hundred\:mr-40{
    margin-right: 10rem;
  }

  .hundred\:mb-40{
    margin-bottom: 10rem;
  }

  .hundred\:ml-40{
    margin-left: 10rem;
  }

  .hundred\:mt-48{
    margin-top: 12rem;
  }

  .hundred\:mr-48{
    margin-right: 12rem;
  }

  .hundred\:mb-48{
    margin-bottom: 12rem;
  }

  .hundred\:ml-48{
    margin-left: 12rem;
  }

  .hundred\:mt-56{
    margin-top: 14rem;
  }

  .hundred\:mr-56{
    margin-right: 14rem;
  }

  .hundred\:mb-56{
    margin-bottom: 14rem;
  }

  .hundred\:ml-56{
    margin-left: 14rem;
  }

  .hundred\:mt-64{
    margin-top: 16rem;
  }

  .hundred\:mr-64{
    margin-right: 16rem;
  }

  .hundred\:mb-64{
    margin-bottom: 16rem;
  }

  .hundred\:ml-64{
    margin-left: 16rem;
  }

  .hundred\:mt-72{
    margin-top: 18rem;
  }

  .hundred\:mr-72{
    margin-right: 18rem;
  }

  .hundred\:mb-72{
    margin-bottom: 18rem;
  }

  .hundred\:ml-72{
    margin-left: 18rem;
  }

  .hundred\:mt-80{
    margin-top: 20rem;
  }

  .hundred\:mr-80{
    margin-right: 20rem;
  }

  .hundred\:mb-80{
    margin-bottom: 20rem;
  }

  .hundred\:ml-80{
    margin-left: 20rem;
  }

  .hundred\:mt-88{
    margin-top: 22rem;
  }

  .hundred\:mr-88{
    margin-right: 22rem;
  }

  .hundred\:mb-88{
    margin-bottom: 22rem;
  }

  .hundred\:ml-88{
    margin-left: 22rem;
  }

  .hundred\:mt-96{
    margin-top: 24rem;
  }

  .hundred\:mr-96{
    margin-right: 24rem;
  }

  .hundred\:mb-96{
    margin-bottom: 24rem;
  }

  .hundred\:ml-96{
    margin-left: 24rem;
  }

  .hundred\:mt-104{
    margin-top: 26rem;
  }

  .hundred\:mr-104{
    margin-right: 26rem;
  }

  .hundred\:mb-104{
    margin-bottom: 26rem;
  }

  .hundred\:ml-104{
    margin-left: 26rem;
  }

  .hundred\:mt-112{
    margin-top: 28rem;
  }

  .hundred\:mr-112{
    margin-right: 28rem;
  }

  .hundred\:mb-112{
    margin-bottom: 28rem;
  }

  .hundred\:ml-112{
    margin-left: 28rem;
  }

  .hundred\:mt-128{
    margin-top: 30rem;
  }

  .hundred\:mr-128{
    margin-right: 30rem;
  }

  .hundred\:mb-128{
    margin-bottom: 30rem;
  }

  .hundred\:ml-128{
    margin-left: 30rem;
  }

  .hundred\:mt-144{
    margin-top: 34rem;
  }

  .hundred\:mr-144{
    margin-right: 34rem;
  }

  .hundred\:mb-144{
    margin-bottom: 34rem;
  }

  .hundred\:ml-144{
    margin-left: 34rem;
  }

  .hundred\:mt-160{
    margin-top: 38rem;
  }

  .hundred\:mr-160{
    margin-right: 38rem;
  }

  .hundred\:mb-160{
    margin-bottom: 38rem;
  }

  .hundred\:ml-160{
    margin-left: 38rem;
  }

  .hundred\:mt-176{
    margin-top: 42rem;
  }

  .hundred\:mr-176{
    margin-right: 42rem;
  }

  .hundred\:mb-176{
    margin-bottom: 42rem;
  }

  .hundred\:ml-176{
    margin-left: 42rem;
  }

  .hundred\:mt-192{
    margin-top: 46rem;
  }

  .hundred\:mr-192{
    margin-right: 46rem;
  }

  .hundred\:mb-192{
    margin-bottom: 46rem;
  }

  .hundred\:ml-192{
    margin-left: 46rem;
  }

  .hundred\:mt-208{
    margin-top: 50rem;
  }

  .hundred\:mr-208{
    margin-right: 50rem;
  }

  .hundred\:mb-208{
    margin-bottom: 50rem;
  }

  .hundred\:ml-208{
    margin-left: 50rem;
  }

  .hundred\:mt-224{
    margin-top: 54rem;
  }

  .hundred\:mr-224{
    margin-right: 54rem;
  }

  .hundred\:mb-224{
    margin-bottom: 54rem;
  }

  .hundred\:ml-224{
    margin-left: 54rem;
  }

  .hundred\:mt-240{
    margin-top: 58rem;
  }

  .hundred\:mr-240{
    margin-right: 58rem;
  }

  .hundred\:mb-240{
    margin-bottom: 58rem;
  }

  .hundred\:ml-240{
    margin-left: 58rem;
  }

  .hundred\:mt-256{
    margin-top: 62rem;
  }

  .hundred\:mr-256{
    margin-right: 62rem;
  }

  .hundred\:mb-256{
    margin-bottom: 62rem;
  }

  .hundred\:ml-256{
    margin-left: 62rem;
  }

  .hundred\:mt-auto{
    margin-top: auto;
  }

  .hundred\:mr-auto{
    margin-right: auto;
  }

  .hundred\:mb-auto{
    margin-bottom: auto;
  }

  .hundred\:ml-auto{
    margin-left: auto;
  }

  .hundred\:mt-px{
    margin-top: 1px;
  }

  .hundred\:mr-px{
    margin-right: 1px;
  }

  .hundred\:mb-px{
    margin-bottom: 1px;
  }

  .hundred\:ml-px{
    margin-left: 1px;
  }

  .hundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .hundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .hundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .hundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .hundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .hundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .hundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .hundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .hundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .hundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .hundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .hundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .hundred\:-mt-4{
    margin-top: -1rem;
  }

  .hundred\:-mr-4{
    margin-right: -1rem;
  }

  .hundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .hundred\:-ml-4{
    margin-left: -1rem;
  }

  .hundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .hundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .hundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .hundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .hundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .hundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .hundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .hundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .hundred\:-mt-8{
    margin-top: -2rem;
  }

  .hundred\:-mr-8{
    margin-right: -2rem;
  }

  .hundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .hundred\:-ml-8{
    margin-left: -2rem;
  }

  .hundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .hundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .hundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .hundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .hundred\:-mt-12{
    margin-top: -3rem;
  }

  .hundred\:-mr-12{
    margin-right: -3rem;
  }

  .hundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .hundred\:-ml-12{
    margin-left: -3rem;
  }

  .hundred\:-mt-16{
    margin-top: -4rem;
  }

  .hundred\:-mr-16{
    margin-right: -4rem;
  }

  .hundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .hundred\:-ml-16{
    margin-left: -4rem;
  }

  .hundred\:-mt-20{
    margin-top: -5rem;
  }

  .hundred\:-mr-20{
    margin-right: -5rem;
  }

  .hundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .hundred\:-ml-20{
    margin-left: -5rem;
  }

  .hundred\:-mt-24{
    margin-top: -6rem;
  }

  .hundred\:-mr-24{
    margin-right: -6rem;
  }

  .hundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .hundred\:-ml-24{
    margin-left: -6rem;
  }

  .hundred\:-mt-32{
    margin-top: -8rem;
  }

  .hundred\:-mr-32{
    margin-right: -8rem;
  }

  .hundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .hundred\:-ml-32{
    margin-left: -8rem;
  }

  .hundred\:-mt-40{
    margin-top: -10rem;
  }

  .hundred\:-mr-40{
    margin-right: -10rem;
  }

  .hundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .hundred\:-ml-40{
    margin-left: -10rem;
  }

  .hundred\:-mt-48{
    margin-top: -12rem;
  }

  .hundred\:-mr-48{
    margin-right: -12rem;
  }

  .hundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .hundred\:-ml-48{
    margin-left: -12rem;
  }

  .hundred\:-mt-56{
    margin-top: -14rem;
  }

  .hundred\:-mr-56{
    margin-right: -14rem;
  }

  .hundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .hundred\:-ml-56{
    margin-left: -14rem;
  }

  .hundred\:-mt-64{
    margin-top: -16rem;
  }

  .hundred\:-mr-64{
    margin-right: -16rem;
  }

  .hundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .hundred\:-ml-64{
    margin-left: -16rem;
  }

  .hundred\:-mt-72{
    margin-top: -18rem;
  }

  .hundred\:-mr-72{
    margin-right: -18rem;
  }

  .hundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .hundred\:-ml-72{
    margin-left: -18rem;
  }

  .hundred\:-mt-80{
    margin-top: -20rem;
  }

  .hundred\:-mr-80{
    margin-right: -20rem;
  }

  .hundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .hundred\:-ml-80{
    margin-left: -20rem;
  }

  .hundred\:-mt-88{
    margin-top: -22rem;
  }

  .hundred\:-mr-88{
    margin-right: -22rem;
  }

  .hundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .hundred\:-ml-88{
    margin-left: -22rem;
  }

  .hundred\:-mt-96{
    margin-top: -24rem;
  }

  .hundred\:-mr-96{
    margin-right: -24rem;
  }

  .hundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .hundred\:-ml-96{
    margin-left: -24rem;
  }

  .hundred\:-mt-104{
    margin-top: -26rem;
  }

  .hundred\:-mr-104{
    margin-right: -26rem;
  }

  .hundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .hundred\:-ml-104{
    margin-left: -26rem;
  }

  .hundred\:-mt-112{
    margin-top: -28rem;
  }

  .hundred\:-mr-112{
    margin-right: -28rem;
  }

  .hundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .hundred\:-ml-112{
    margin-left: -28rem;
  }

  .hundred\:-mt-128{
    margin-top: -30rem;
  }

  .hundred\:-mr-128{
    margin-right: -30rem;
  }

  .hundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .hundred\:-ml-128{
    margin-left: -30rem;
  }

  .hundred\:-mt-144{
    margin-top: -34rem;
  }

  .hundred\:-mr-144{
    margin-right: -34rem;
  }

  .hundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .hundred\:-ml-144{
    margin-left: -34rem;
  }

  .hundred\:-mt-160{
    margin-top: -38rem;
  }

  .hundred\:-mr-160{
    margin-right: -38rem;
  }

  .hundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .hundred\:-ml-160{
    margin-left: -38rem;
  }

  .hundred\:-mt-176{
    margin-top: -42rem;
  }

  .hundred\:-mr-176{
    margin-right: -42rem;
  }

  .hundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .hundred\:-ml-176{
    margin-left: -42rem;
  }

  .hundred\:-mt-192{
    margin-top: -46rem;
  }

  .hundred\:-mr-192{
    margin-right: -46rem;
  }

  .hundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .hundred\:-ml-192{
    margin-left: -46rem;
  }

  .hundred\:-mt-208{
    margin-top: -50rem;
  }

  .hundred\:-mr-208{
    margin-right: -50rem;
  }

  .hundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .hundred\:-ml-208{
    margin-left: -50rem;
  }

  .hundred\:-mt-224{
    margin-top: -54rem;
  }

  .hundred\:-mr-224{
    margin-right: -54rem;
  }

  .hundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .hundred\:-ml-224{
    margin-left: -54rem;
  }

  .hundred\:-mt-240{
    margin-top: -58rem;
  }

  .hundred\:-mr-240{
    margin-right: -58rem;
  }

  .hundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .hundred\:-ml-240{
    margin-left: -58rem;
  }

  .hundred\:-mt-256{
    margin-top: -62rem;
  }

  .hundred\:-mr-256{
    margin-right: -62rem;
  }

  .hundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .hundred\:-ml-256{
    margin-left: -62rem;
  }

  .hundred\:-mt-px{
    margin-top: -1px;
  }

  .hundred\:-mr-px{
    margin-right: -1px;
  }

  .hundred\:-mb-px{
    margin-bottom: -1px;
  }

  .hundred\:-ml-px{
    margin-left: -1px;
  }

  .hundred\:max-h-full{
    max-height: 100%;
  }

  .hundred\:max-h-screen{
    max-height: 100vh;
  }

  .hundred\:max-w-none{
    max-width: none;
  }

  .hundred\:max-w-xs{
    max-width: 20rem;
  }

  .hundred\:max-w-sm{
    max-width: 24rem;
  }

  .hundred\:max-w-md{
    max-width: 28rem;
  }

  .hundred\:max-w-lg{
    max-width: 32rem;
  }

  .hundred\:max-w-xl{
    max-width: 36rem;
  }

  .hundred\:max-w-2xl{
    max-width: 42rem;
  }

  .hundred\:max-w-3xl{
    max-width: 48rem;
  }

  .hundred\:max-w-4xl{
    max-width: 56rem;
  }

  .hundred\:max-w-5xl{
    max-width: 64rem;
  }

  .hundred\:max-w-6xl{
    max-width: 72rem;
  }

  .hundred\:max-w-full{
    max-width: 100%;
  }

  .hundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .hundred\:max-w-screen-md{
    max-width: 768px;
  }

  .hundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .hundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .hundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .hundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .hundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .hundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .hundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .hundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .hundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .hundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .hundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .hundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .hundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .hundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .hundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .hundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .hundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .hundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .hundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .hundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .hundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .hundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .hundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .hundred\:min-h-0{
    min-height: 0;
  }

  .hundred\:min-h-full{
    min-height: 100%;
  }

  .hundred\:min-h-screen{
    min-height: 100vh;
  }

  .hundred\:min-w-0{
    min-width: 0;
  }

  .hundred\:min-w-80{
    min-width: 20rem;
  }

  .hundred\:min-w-full{
    min-width: 100%;
  }

  .hundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .hundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .hundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .hundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .hundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .hundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .hundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .hundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .hundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .hundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .hundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .hundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .hundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .hundred\:opacity-0{
    opacity: 0;
  }

  .hundred\:opacity-25{
    opacity: 0.25;
  }

  .hundred\:opacity-30{
    opacity: 0.3;
  }

  .hundred\:opacity-40{
    opacity: 0.4;
  }

  .hundred\:opacity-50{
    opacity: 0.5;
  }

  .hundred\:opacity-75{
    opacity: 0.75;
  }

  .hundred\:opacity-100{
    opacity: 1;
  }

  .hundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .hundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .hundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .hundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .hundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .hundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .hundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .hundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .hundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .hundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .hundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .hundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .hundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .hundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .hundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .hundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .hundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .hundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .hundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .hundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .hundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .hundred\:overflow-auto{
    overflow: auto;
  }

  .hundred\:overflow-hidden{
    overflow: hidden;
  }

  .hundred\:overflow-visible{
    overflow: visible;
  }

  .hundred\:overflow-scroll{
    overflow: scroll;
  }

  .hundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .hundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .hundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .hundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .hundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .hundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .hundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .hundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .hundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .hundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .hundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .hundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .hundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .hundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .hundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .hundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .hundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .hundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .hundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .hundred\:p-0{
    padding: 0;
  }

  .hundred\:p-1{
    padding: 0.25rem;
  }

  .hundred\:p-2{
    padding: 0.5rem;
  }

  .hundred\:p-3{
    padding: 0.75rem;
  }

  .hundred\:p-4{
    padding: 1rem;
  }

  .hundred\:p-5{
    padding: 1.25rem;
  }

  .hundred\:p-6{
    padding: 1.5rem;
  }

  .hundred\:p-8{
    padding: 2rem;
  }

  .hundred\:p-10{
    padding: 2.5rem;
  }

  .hundred\:p-12{
    padding: 3rem;
  }

  .hundred\:p-16{
    padding: 4rem;
  }

  .hundred\:p-20{
    padding: 5rem;
  }

  .hundred\:p-24{
    padding: 6rem;
  }

  .hundred\:p-32{
    padding: 8rem;
  }

  .hundred\:p-40{
    padding: 10rem;
  }

  .hundred\:p-48{
    padding: 12rem;
  }

  .hundred\:p-56{
    padding: 14rem;
  }

  .hundred\:p-64{
    padding: 16rem;
  }

  .hundred\:p-72{
    padding: 18rem;
  }

  .hundred\:p-80{
    padding: 20rem;
  }

  .hundred\:p-88{
    padding: 22rem;
  }

  .hundred\:p-96{
    padding: 24rem;
  }

  .hundred\:p-104{
    padding: 26rem;
  }

  .hundred\:p-112{
    padding: 28rem;
  }

  .hundred\:p-128{
    padding: 30rem;
  }

  .hundred\:p-144{
    padding: 34rem;
  }

  .hundred\:p-160{
    padding: 38rem;
  }

  .hundred\:p-176{
    padding: 42rem;
  }

  .hundred\:p-192{
    padding: 46rem;
  }

  .hundred\:p-208{
    padding: 50rem;
  }

  .hundred\:p-224{
    padding: 54rem;
  }

  .hundred\:p-240{
    padding: 58rem;
  }

  .hundred\:p-256{
    padding: 62rem;
  }

  .hundred\:p-px{
    padding: 1px;
  }

  .hundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .hundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .hundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .hundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .hundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .hundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .hundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .hundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .hundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .hundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .hundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .hundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .hundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .hundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .hundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .hundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .hundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .hundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .hundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .hundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .hundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .hundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .hundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .hundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .hundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .hundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .hundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .hundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .hundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .hundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .hundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .hundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .hundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .hundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .hundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .hundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .hundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .hundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .hundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .hundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .hundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .hundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .hundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .hundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .hundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .hundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .hundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .hundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .hundred\:pt-0{
    padding-top: 0;
  }

  .hundred\:pr-0{
    padding-right: 0;
  }

  .hundred\:pb-0{
    padding-bottom: 0;
  }

  .hundred\:pl-0{
    padding-left: 0;
  }

  .hundred\:pt-1{
    padding-top: 0.25rem;
  }

  .hundred\:pr-1{
    padding-right: 0.25rem;
  }

  .hundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .hundred\:pl-1{
    padding-left: 0.25rem;
  }

  .hundred\:pt-2{
    padding-top: 0.5rem;
  }

  .hundred\:pr-2{
    padding-right: 0.5rem;
  }

  .hundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .hundred\:pl-2{
    padding-left: 0.5rem;
  }

  .hundred\:pt-3{
    padding-top: 0.75rem;
  }

  .hundred\:pr-3{
    padding-right: 0.75rem;
  }

  .hundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .hundred\:pl-3{
    padding-left: 0.75rem;
  }

  .hundred\:pt-4{
    padding-top: 1rem;
  }

  .hundred\:pr-4{
    padding-right: 1rem;
  }

  .hundred\:pb-4{
    padding-bottom: 1rem;
  }

  .hundred\:pl-4{
    padding-left: 1rem;
  }

  .hundred\:pt-5{
    padding-top: 1.25rem;
  }

  .hundred\:pr-5{
    padding-right: 1.25rem;
  }

  .hundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .hundred\:pl-5{
    padding-left: 1.25rem;
  }

  .hundred\:pt-6{
    padding-top: 1.5rem;
  }

  .hundred\:pr-6{
    padding-right: 1.5rem;
  }

  .hundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .hundred\:pl-6{
    padding-left: 1.5rem;
  }

  .hundred\:pt-8{
    padding-top: 2rem;
  }

  .hundred\:pr-8{
    padding-right: 2rem;
  }

  .hundred\:pb-8{
    padding-bottom: 2rem;
  }

  .hundred\:pl-8{
    padding-left: 2rem;
  }

  .hundred\:pt-10{
    padding-top: 2.5rem;
  }

  .hundred\:pr-10{
    padding-right: 2.5rem;
  }

  .hundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .hundred\:pl-10{
    padding-left: 2.5rem;
  }

  .hundred\:pt-12{
    padding-top: 3rem;
  }

  .hundred\:pr-12{
    padding-right: 3rem;
  }

  .hundred\:pb-12{
    padding-bottom: 3rem;
  }

  .hundred\:pl-12{
    padding-left: 3rem;
  }

  .hundred\:pt-16{
    padding-top: 4rem;
  }

  .hundred\:pr-16{
    padding-right: 4rem;
  }

  .hundred\:pb-16{
    padding-bottom: 4rem;
  }

  .hundred\:pl-16{
    padding-left: 4rem;
  }

  .hundred\:pt-20{
    padding-top: 5rem;
  }

  .hundred\:pr-20{
    padding-right: 5rem;
  }

  .hundred\:pb-20{
    padding-bottom: 5rem;
  }

  .hundred\:pl-20{
    padding-left: 5rem;
  }

  .hundred\:pt-24{
    padding-top: 6rem;
  }

  .hundred\:pr-24{
    padding-right: 6rem;
  }

  .hundred\:pb-24{
    padding-bottom: 6rem;
  }

  .hundred\:pl-24{
    padding-left: 6rem;
  }

  .hundred\:pt-32{
    padding-top: 8rem;
  }

  .hundred\:pr-32{
    padding-right: 8rem;
  }

  .hundred\:pb-32{
    padding-bottom: 8rem;
  }

  .hundred\:pl-32{
    padding-left: 8rem;
  }

  .hundred\:pt-40{
    padding-top: 10rem;
  }

  .hundred\:pr-40{
    padding-right: 10rem;
  }

  .hundred\:pb-40{
    padding-bottom: 10rem;
  }

  .hundred\:pl-40{
    padding-left: 10rem;
  }

  .hundred\:pt-48{
    padding-top: 12rem;
  }

  .hundred\:pr-48{
    padding-right: 12rem;
  }

  .hundred\:pb-48{
    padding-bottom: 12rem;
  }

  .hundred\:pl-48{
    padding-left: 12rem;
  }

  .hundred\:pt-56{
    padding-top: 14rem;
  }

  .hundred\:pr-56{
    padding-right: 14rem;
  }

  .hundred\:pb-56{
    padding-bottom: 14rem;
  }

  .hundred\:pl-56{
    padding-left: 14rem;
  }

  .hundred\:pt-64{
    padding-top: 16rem;
  }

  .hundred\:pr-64{
    padding-right: 16rem;
  }

  .hundred\:pb-64{
    padding-bottom: 16rem;
  }

  .hundred\:pl-64{
    padding-left: 16rem;
  }

  .hundred\:pt-72{
    padding-top: 18rem;
  }

  .hundred\:pr-72{
    padding-right: 18rem;
  }

  .hundred\:pb-72{
    padding-bottom: 18rem;
  }

  .hundred\:pl-72{
    padding-left: 18rem;
  }

  .hundred\:pt-80{
    padding-top: 20rem;
  }

  .hundred\:pr-80{
    padding-right: 20rem;
  }

  .hundred\:pb-80{
    padding-bottom: 20rem;
  }

  .hundred\:pl-80{
    padding-left: 20rem;
  }

  .hundred\:pt-88{
    padding-top: 22rem;
  }

  .hundred\:pr-88{
    padding-right: 22rem;
  }

  .hundred\:pb-88{
    padding-bottom: 22rem;
  }

  .hundred\:pl-88{
    padding-left: 22rem;
  }

  .hundred\:pt-96{
    padding-top: 24rem;
  }

  .hundred\:pr-96{
    padding-right: 24rem;
  }

  .hundred\:pb-96{
    padding-bottom: 24rem;
  }

  .hundred\:pl-96{
    padding-left: 24rem;
  }

  .hundred\:pt-104{
    padding-top: 26rem;
  }

  .hundred\:pr-104{
    padding-right: 26rem;
  }

  .hundred\:pb-104{
    padding-bottom: 26rem;
  }

  .hundred\:pl-104{
    padding-left: 26rem;
  }

  .hundred\:pt-112{
    padding-top: 28rem;
  }

  .hundred\:pr-112{
    padding-right: 28rem;
  }

  .hundred\:pb-112{
    padding-bottom: 28rem;
  }

  .hundred\:pl-112{
    padding-left: 28rem;
  }

  .hundred\:pt-128{
    padding-top: 30rem;
  }

  .hundred\:pr-128{
    padding-right: 30rem;
  }

  .hundred\:pb-128{
    padding-bottom: 30rem;
  }

  .hundred\:pl-128{
    padding-left: 30rem;
  }

  .hundred\:pt-144{
    padding-top: 34rem;
  }

  .hundred\:pr-144{
    padding-right: 34rem;
  }

  .hundred\:pb-144{
    padding-bottom: 34rem;
  }

  .hundred\:pl-144{
    padding-left: 34rem;
  }

  .hundred\:pt-160{
    padding-top: 38rem;
  }

  .hundred\:pr-160{
    padding-right: 38rem;
  }

  .hundred\:pb-160{
    padding-bottom: 38rem;
  }

  .hundred\:pl-160{
    padding-left: 38rem;
  }

  .hundred\:pt-176{
    padding-top: 42rem;
  }

  .hundred\:pr-176{
    padding-right: 42rem;
  }

  .hundred\:pb-176{
    padding-bottom: 42rem;
  }

  .hundred\:pl-176{
    padding-left: 42rem;
  }

  .hundred\:pt-192{
    padding-top: 46rem;
  }

  .hundred\:pr-192{
    padding-right: 46rem;
  }

  .hundred\:pb-192{
    padding-bottom: 46rem;
  }

  .hundred\:pl-192{
    padding-left: 46rem;
  }

  .hundred\:pt-208{
    padding-top: 50rem;
  }

  .hundred\:pr-208{
    padding-right: 50rem;
  }

  .hundred\:pb-208{
    padding-bottom: 50rem;
  }

  .hundred\:pl-208{
    padding-left: 50rem;
  }

  .hundred\:pt-224{
    padding-top: 54rem;
  }

  .hundred\:pr-224{
    padding-right: 54rem;
  }

  .hundred\:pb-224{
    padding-bottom: 54rem;
  }

  .hundred\:pl-224{
    padding-left: 54rem;
  }

  .hundred\:pt-240{
    padding-top: 58rem;
  }

  .hundred\:pr-240{
    padding-right: 58rem;
  }

  .hundred\:pb-240{
    padding-bottom: 58rem;
  }

  .hundred\:pl-240{
    padding-left: 58rem;
  }

  .hundred\:pt-256{
    padding-top: 62rem;
  }

  .hundred\:pr-256{
    padding-right: 62rem;
  }

  .hundred\:pb-256{
    padding-bottom: 62rem;
  }

  .hundred\:pl-256{
    padding-left: 62rem;
  }

  .hundred\:pt-px{
    padding-top: 1px;
  }

  .hundred\:pr-px{
    padding-right: 1px;
  }

  .hundred\:pb-px{
    padding-bottom: 1px;
  }

  .hundred\:pl-px{
    padding-left: 1px;
  }

  .hundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .hundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .hundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .hundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .hundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .hundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .hundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .hundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .hundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .hundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .hundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .hundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .hundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .hundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .hundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .hundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .hundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .hundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .hundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .hundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .hundred\:pointer-events-none{
    pointer-events: none;
  }

  .hundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .hundred\:static{
    position: static;
  }

  .hundred\:fixed{
    position: fixed;
  }

  .hundred\:absolute{
    position: absolute;
  }

  .hundred\:relative{
    position: relative;
  }

  .hundred\:sticky{
    position: sticky;
  }

  .hundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .hundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .hundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .hundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .hundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .hundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .hundred\:top-0{
    top: 0;
  }

  .hundred\:right-0{
    right: 0;
  }

  .hundred\:bottom-0{
    bottom: 0;
  }

  .hundred\:left-0{
    left: 0;
  }

  .hundred\:top-auto{
    top: auto;
  }

  .hundred\:right-auto{
    right: auto;
  }

  .hundred\:bottom-auto{
    bottom: auto;
  }

  .hundred\:left-auto{
    left: auto;
  }

  .hundred\:resize-none{
    resize: none;
  }

  .hundred\:resize-y{
    resize: vertical;
  }

  .hundred\:resize-x{
    resize: horizontal;
  }

  .hundred\:resize{
    resize: both;
  }

  .hundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .hundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .hundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .hundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .hundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .hundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .hundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:shadow-none{
    box-shadow: none;
  }

  .hundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .hundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .hundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .hundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .hundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .hundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .hundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .hundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .hundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .hundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .hundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .hundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .hundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .hundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .hundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .hundred\:fill-current{
    fill: currentColor;
  }

  .hundred\:stroke-current{
    stroke: currentColor;
  }

  .hundred\:stroke-0{
    stroke-width: 0;
  }

  .hundred\:stroke-1{
    stroke-width: 1;
  }

  .hundred\:stroke-2{
    stroke-width: 2;
  }

  .hundred\:table-auto{
    table-layout: auto;
  }

  .hundred\:table-fixed{
    table-layout: fixed;
  }

  .hundred\:text-left{
    text-align: left;
  }

  .hundred\:text-center{
    text-align: center;
  }

  .hundred\:text-right{
    text-align: right;
  }

  .hundred\:text-justify{
    text-align: justify;
  }

  .hundred\:text-transparent{
    color: transparent;
  }

  .hundred\:text-current{
    color: currentColor;
  }

  .hundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .hundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .hundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .hundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .hundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .hundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .hundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .hundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .hundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .hundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .hundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .hundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .hundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .hundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .hundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .hundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .hundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .hundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .hundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .hundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .hundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .hundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .hundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .hundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .hundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .hundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .hundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .hundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .hundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .hundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .hundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .hundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .hundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .hundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .hundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .hundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .hundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .hundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .hundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .hundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .hundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .hundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .hundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .hundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .hundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .hundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .hundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .hundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .hundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .hundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .hundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .hundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .hundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .hundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .hundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .hundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .hundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .hundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .hundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .hundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .hundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .hundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .hundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .hundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .hundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .hundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .hundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .hundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .hundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .hundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .hundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .hundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .hundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .hundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .hundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .hundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .hundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .hundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .hundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .hundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .hundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .hundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .hundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .hundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .hundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .hundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .hundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .hundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .hundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .hundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .hundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .hundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .hundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .hundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .hundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .hundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .hundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .hundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .hundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .hundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .hundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .hundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .hundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .hundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .hundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .hundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .hundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .hundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .hundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .hundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .hundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .hundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .hundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .hundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .hundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .hundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .hundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .hundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .hundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .hundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .hundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .hundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .hundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .hundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .hundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .hundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .hundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .hundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .hundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .hundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .hundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .hundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .hundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .hundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .hundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .hundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .hundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .hundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .hundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .hundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .hundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .hundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .hundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .hundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .hundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .hundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .hundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .hundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .hundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .hundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .hundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .hundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .hundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .hundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .hundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .hundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .hundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .hundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .hundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .hundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .hundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .hundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .hundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .hundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .hundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .hundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .hundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .hundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .hundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .hundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .hundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .hundred\:italic{
    font-style: italic;
  }

  .hundred\:not-italic{
    font-style: normal;
  }

  .hundred\:uppercase{
    text-transform: uppercase;
  }

  .hundred\:lowercase{
    text-transform: lowercase;
  }

  .hundred\:capitalize{
    text-transform: capitalize;
  }

  .hundred\:normal-case{
    text-transform: none;
  }

  .hundred\:underline{
    text-decoration: underline;
  }

  .hundred\:line-through{
    text-decoration: line-through;
  }

  .hundred\:no-underline{
    text-decoration: none;
  }

  .hundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .hundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .hundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .hundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .hundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .hundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .hundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .hundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .hundred\:ordinal, .hundred\:slashed-zero, .hundred\:lining-nums, .hundred\:oldstyle-nums, .hundred\:proportional-nums, .hundred\:tabular-nums, .hundred\:diagonal-fractions, .hundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .hundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .hundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .hundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .hundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .hundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .hundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .hundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .hundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .hundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .hundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .hundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .hundred\:tracking-normal{
    letter-spacing: 0;
  }

  .hundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .hundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .hundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .hundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .hundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .hundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .hundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .hundred\:align-baseline{
    vertical-align: baseline;
  }

  .hundred\:align-top{
    vertical-align: top;
  }

  .hundred\:align-middle{
    vertical-align: middle;
  }

  .hundred\:align-bottom{
    vertical-align: bottom;
  }

  .hundred\:align-text-top{
    vertical-align: text-top;
  }

  .hundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .hundred\:visible{
    visibility: visible;
  }

  .hundred\:invisible{
    visibility: hidden;
  }

  .hundred\:whitespace-normal{
    white-space: normal;
  }

  .hundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .hundred\:whitespace-pre{
    white-space: pre;
  }

  .hundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .hundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .hundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hundred\:break-all{
    word-break: break-all;
  }

  .hundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hundred\:w-0{
    width: 0;
  }

  .hundred\:w-1{
    width: 0.25rem;
  }

  .hundred\:w-2{
    width: 0.5rem;
  }

  .hundred\:w-3{
    width: 0.75rem;
  }

  .hundred\:w-4{
    width: 1rem;
  }

  .hundred\:w-5{
    width: 1.25rem;
  }

  .hundred\:w-6{
    width: 1.5rem;
  }

  .hundred\:w-8{
    width: 2rem;
  }

  .hundred\:w-10{
    width: 2.5rem;
  }

  .hundred\:w-12{
    width: 3rem;
  }

  .hundred\:w-16{
    width: 4rem;
  }

  .hundred\:w-20{
    width: 5rem;
  }

  .hundred\:w-24{
    width: 6rem;
  }

  .hundred\:w-32{
    width: 8rem;
  }

  .hundred\:w-40{
    width: 10rem;
  }

  .hundred\:w-48{
    width: 12rem;
  }

  .hundred\:w-56{
    width: 14rem;
  }

  .hundred\:w-64{
    width: 16rem;
  }

  .hundred\:w-72{
    width: 18rem;
  }

  .hundred\:w-80{
    width: 20rem;
  }

  .hundred\:w-88{
    width: 22rem;
  }

  .hundred\:w-96{
    width: 24rem;
  }

  .hundred\:w-104{
    width: 26rem;
  }

  .hundred\:w-112{
    width: 28rem;
  }

  .hundred\:w-128{
    width: 30rem;
  }

  .hundred\:w-144{
    width: 34rem;
  }

  .hundred\:w-160{
    width: 38rem;
  }

  .hundred\:w-176{
    width: 42rem;
  }

  .hundred\:w-192{
    width: 46rem;
  }

  .hundred\:w-208{
    width: 50rem;
  }

  .hundred\:w-224{
    width: 54rem;
  }

  .hundred\:w-240{
    width: 58rem;
  }

  .hundred\:w-256{
    width: 62rem;
  }

  .hundred\:w-auto{
    width: auto;
  }

  .hundred\:w-px{
    width: 1px;
  }

  .hundred\:w-1\/2{
    width: 50%;
  }

  .hundred\:w-1\/3{
    width: 33.333333%;
  }

  .hundred\:w-2\/3{
    width: 66.666667%;
  }

  .hundred\:w-1\/4{
    width: 25%;
  }

  .hundred\:w-2\/4{
    width: 50%;
  }

  .hundred\:w-3\/4{
    width: 75%;
  }

  .hundred\:w-1\/5{
    width: 20%;
  }

  .hundred\:w-2\/5{
    width: 40%;
  }

  .hundred\:w-3\/5{
    width: 60%;
  }

  .hundred\:w-4\/5{
    width: 80%;
  }

  .hundred\:w-1\/6{
    width: 16.666667%;
  }

  .hundred\:w-2\/6{
    width: 33.333333%;
  }

  .hundred\:w-3\/6{
    width: 50%;
  }

  .hundred\:w-4\/6{
    width: 66.666667%;
  }

  .hundred\:w-5\/6{
    width: 83.333333%;
  }

  .hundred\:w-1\/12{
    width: 8.333333%;
  }

  .hundred\:w-2\/12{
    width: 16.666667%;
  }

  .hundred\:w-3\/12{
    width: 25%;
  }

  .hundred\:w-4\/12{
    width: 33.333333%;
  }

  .hundred\:w-5\/12{
    width: 41.666667%;
  }

  .hundred\:w-6\/12{
    width: 50%;
  }

  .hundred\:w-7\/12{
    width: 58.333333%;
  }

  .hundred\:w-8\/12{
    width: 66.666667%;
  }

  .hundred\:w-9\/12{
    width: 75%;
  }

  .hundred\:w-10\/12{
    width: 83.333333%;
  }

  .hundred\:w-11\/12{
    width: 91.666667%;
  }

  .hundred\:w-full{
    width: 100%;
  }

  .hundred\:w-screen{
    width: 100vw;
  }

  .hundred\:z-0{
    z-index: 0;
  }

  .hundred\:z-10{
    z-index: 10;
  }

  .hundred\:z-20{
    z-index: 20;
  }

  .hundred\:z-30{
    z-index: 30;
  }

  .hundred\:z-40{
    z-index: 40;
  }

  .hundred\:z-50{
    z-index: 50;
  }

  .hundred\:z-auto{
    z-index: auto;
  }

  .hundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .hundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .hundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .hundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .hundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .hundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .hundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .hundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .hundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .hundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .hundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .hundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .hundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .hundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .hundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .hundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .hundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .hundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .hundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .hundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .hundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .hundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .hundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .hundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .hundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .hundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .hundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .hundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .hundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .hundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .hundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .hundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .hundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .hundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .hundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .hundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .hundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .hundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .hundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .hundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .hundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .hundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .hundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .hundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .hundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .hundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .hundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .hundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .hundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .hundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .hundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .hundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .hundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .hundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .hundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .hundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .hundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .hundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .hundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .hundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .hundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .hundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .hundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .hundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .hundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .hundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .hundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .hundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .hundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .hundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .hundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .hundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .hundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .hundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .hundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .hundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .hundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .hundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .hundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .hundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .hundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .hundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .hundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .hundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .hundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .hundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .hundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .hundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .hundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .hundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .hundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .hundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .hundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .hundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .hundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .hundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .hundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .hundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .hundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .hundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .hundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .hundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .hundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .hundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .hundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .hundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .hundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .hundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .hundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .hundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .hundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .hundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .hundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .hundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .hundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .hundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .hundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .hundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .hundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .hundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .hundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .hundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .hundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .hundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .hundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .hundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .hundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .hundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .hundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .hundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .hundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .hundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .hundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .hundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .hundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .hundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .hundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .hundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .hundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .hundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .hundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .hundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .hundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .hundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .hundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .hundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .hundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .hundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .hundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .hundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .hundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .hundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .hundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .hundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .hundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .hundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .hundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .hundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .hundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .hundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .hundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .hundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .hundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .hundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .hundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .hundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .hundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .hundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .hundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .hundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .hundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .hundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .hundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .hundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .hundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .hundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .hundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .hundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .hundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .hundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .hundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .hundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .hundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .hundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .hundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .hundred\:col-auto{
    grid-column: auto;
  }

  .hundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .hundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .hundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .hundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .hundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .hundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .hundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .hundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .hundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .hundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .hundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .hundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .hundred\:col-start-1{
    grid-column-start: 1;
  }

  .hundred\:col-start-2{
    grid-column-start: 2;
  }

  .hundred\:col-start-3{
    grid-column-start: 3;
  }

  .hundred\:col-start-4{
    grid-column-start: 4;
  }

  .hundred\:col-start-5{
    grid-column-start: 5;
  }

  .hundred\:col-start-6{
    grid-column-start: 6;
  }

  .hundred\:col-start-7{
    grid-column-start: 7;
  }

  .hundred\:col-start-8{
    grid-column-start: 8;
  }

  .hundred\:col-start-9{
    grid-column-start: 9;
  }

  .hundred\:col-start-10{
    grid-column-start: 10;
  }

  .hundred\:col-start-11{
    grid-column-start: 11;
  }

  .hundred\:col-start-12{
    grid-column-start: 12;
  }

  .hundred\:col-start-13{
    grid-column-start: 13;
  }

  .hundred\:col-start-auto{
    grid-column-start: auto;
  }

  .hundred\:col-end-1{
    grid-column-end: 1;
  }

  .hundred\:col-end-2{
    grid-column-end: 2;
  }

  .hundred\:col-end-3{
    grid-column-end: 3;
  }

  .hundred\:col-end-4{
    grid-column-end: 4;
  }

  .hundred\:col-end-5{
    grid-column-end: 5;
  }

  .hundred\:col-end-6{
    grid-column-end: 6;
  }

  .hundred\:col-end-7{
    grid-column-end: 7;
  }

  .hundred\:col-end-8{
    grid-column-end: 8;
  }

  .hundred\:col-end-9{
    grid-column-end: 9;
  }

  .hundred\:col-end-10{
    grid-column-end: 10;
  }

  .hundred\:col-end-11{
    grid-column-end: 11;
  }

  .hundred\:col-end-12{
    grid-column-end: 12;
  }

  .hundred\:col-end-13{
    grid-column-end: 13;
  }

  .hundred\:col-end-auto{
    grid-column-end: auto;
  }

  .hundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .hundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .hundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .hundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .hundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .hundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .hundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .hundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .hundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .hundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .hundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .hundred\:row-auto{
    grid-row: auto;
  }

  .hundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .hundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .hundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .hundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .hundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .hundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .hundred\:row-start-1{
    grid-row-start: 1;
  }

  .hundred\:row-start-2{
    grid-row-start: 2;
  }

  .hundred\:row-start-3{
    grid-row-start: 3;
  }

  .hundred\:row-start-4{
    grid-row-start: 4;
  }

  .hundred\:row-start-5{
    grid-row-start: 5;
  }

  .hundred\:row-start-6{
    grid-row-start: 6;
  }

  .hundred\:row-start-7{
    grid-row-start: 7;
  }

  .hundred\:row-start-auto{
    grid-row-start: auto;
  }

  .hundred\:row-end-1{
    grid-row-end: 1;
  }

  .hundred\:row-end-2{
    grid-row-end: 2;
  }

  .hundred\:row-end-3{
    grid-row-end: 3;
  }

  .hundred\:row-end-4{
    grid-row-end: 4;
  }

  .hundred\:row-end-5{
    grid-row-end: 5;
  }

  .hundred\:row-end-6{
    grid-row-end: 6;
  }

  .hundred\:row-end-7{
    grid-row-end: 7;
  }

  .hundred\:row-end-auto{
    grid-row-end: auto;
  }

  .hundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .hundred\:transform-none{
    transform: none;
  }

  .hundred\:origin-center{
    transform-origin: center;
  }

  .hundred\:origin-top{
    transform-origin: top;
  }

  .hundred\:origin-top-right{
    transform-origin: top right;
  }

  .hundred\:origin-right{
    transform-origin: right;
  }

  .hundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .hundred\:origin-bottom{
    transform-origin: bottom;
  }

  .hundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .hundred\:origin-left{
    transform-origin: left;
  }

  .hundred\:origin-top-left{
    transform-origin: top left;
  }

  .hundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .hundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .hundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .hundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .hundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .hundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .hundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .hundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .hundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .hundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .hundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .hundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .hundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .hundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .hundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .hundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .hundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .hundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .hundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .hundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .hundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .hundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .hundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .hundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .hundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .hundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .hundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .hundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .hundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .hundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .hundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .hundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .hundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .hundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .hundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .hundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .hundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .hundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .hundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .hundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .hundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .hundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .hundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .hundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .hundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .hundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .hundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .hundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .hundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .hundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .hundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .hundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .hundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .hundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .hundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .hundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .hundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .hundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .hundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .hundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .hundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .hundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .hundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .hundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .hundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .hundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .hundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .hundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .hundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .hundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .hundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .hundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .hundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .hundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .hundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .hundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .hundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .hundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .hundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .hundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .hundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .hundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .hundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .hundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .hundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .hundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .hundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .hundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .hundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .hundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .hundred\:rotate-0{
    --transform-rotate: 0;
  }

  .hundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .hundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .hundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .hundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .hundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .hundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .hundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .hundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .hundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .hundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .hundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .hundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .hundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .hundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .hundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .hundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .hundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .hundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .hundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .hundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .hundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .hundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .hundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .hundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .hundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .hundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .hundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .hundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .hundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .hundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .hundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .hundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .hundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .hundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .hundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .hundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .hundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .hundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .hundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .hundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .hundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .hundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .hundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .hundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .hundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .hundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .hundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .hundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .hundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .hundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .hundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .hundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .hundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .hundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .hundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .hundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .hundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .hundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .hundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .hundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .hundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .hundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .hundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .hundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .hundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .hundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .hundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .hundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .hundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .hundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .hundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .hundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .hundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .hundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .hundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .hundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .hundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .hundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .hundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .hundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .hundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .hundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .hundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .hundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .hundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .hundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .hundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .hundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .hundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .hundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .hundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .hundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .hundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .hundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .hundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .hundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .hundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .hundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .hundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .hundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .hundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .hundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .hundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .hundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .hundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .hundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .hundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .hundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .hundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .hundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .hundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .hundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .hundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .hundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .hundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .hundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .hundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .hundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .hundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .hundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .hundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .hundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .hundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .hundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .hundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .hundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .hundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .hundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .hundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .hundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .hundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .hundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .hundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .hundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .hundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .hundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .hundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .hundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .hundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .hundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .hundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .hundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .hundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .hundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .hundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .hundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .hundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .hundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .hundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .hundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .hundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .hundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .hundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .hundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .hundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .hundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .hundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .hundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .hundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .hundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .hundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .hundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .hundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .hundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .hundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .hundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .hundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .hundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .hundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .hundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .hundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .hundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .hundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .hundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .hundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .hundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .hundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .hundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .hundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .hundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .hundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .hundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .hundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .hundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .hundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .hundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .hundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .hundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .hundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .hundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .hundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .hundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .hundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .hundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .hundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .hundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .hundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .hundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .hundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .hundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .hundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .hundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .hundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .hundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .hundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .hundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .hundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .hundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .hundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .hundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .hundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .hundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .hundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .hundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .hundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .hundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .hundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .hundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .hundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .hundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .hundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .hundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .hundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .hundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .hundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .hundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .hundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .hundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .hundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .hundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .hundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .hundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .hundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .hundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .hundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .hundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .hundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .hundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .hundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .hundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .hundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .hundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .hundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .hundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .hundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .hundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .hundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .hundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .hundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .hundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .hundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .hundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .hundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .hundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .hundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .hundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .hundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .hundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .hundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .hundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .hundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .hundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .hundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .hundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .hundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .hundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .hundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .hundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .hundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .hundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .hundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .hundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .hundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .hundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .hundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .hundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .hundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .hundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .hundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .hundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .hundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .hundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .hundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .hundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .hundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .hundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .hundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .hundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .hundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .hundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .hundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .hundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .hundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .hundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .hundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .hundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .hundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .hundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .hundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .hundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .hundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .hundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .hundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .hundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .hundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .hundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .hundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .hundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .hundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .hundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .hundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .hundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .hundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .hundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .hundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .hundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .hundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .hundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .hundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .hundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .hundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .hundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .hundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .hundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .hundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .hundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .hundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .hundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .hundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .hundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .hundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .hundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .hundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .hundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .hundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .hundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .hundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .hundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .hundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .hundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .hundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .hundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .hundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .hundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .hundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .hundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .hundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .hundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .hundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .hundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .hundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .hundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .hundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .hundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .hundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .hundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .hundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .hundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .hundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .hundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .hundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .hundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .hundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .hundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .hundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .hundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .hundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .hundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .hundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .hundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .hundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .hundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .hundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .hundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .hundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .hundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .hundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .hundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .hundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .hundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .hundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .hundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .hundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .hundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .hundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .hundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .hundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .hundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .hundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .hundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .hundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .hundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .hundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .hundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .hundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .hundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .hundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .hundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .hundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .hundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .hundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .hundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .hundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .hundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .hundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .hundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .hundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .hundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .hundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .hundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .hundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .hundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .hundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .hundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .hundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .hundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .hundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .hundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .hundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .hundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .hundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .hundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .hundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .hundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .hundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .hundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .hundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .hundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .hundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .hundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .hundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .hundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .hundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .hundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .hundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .hundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .hundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .hundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .hundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .hundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .hundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .hundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .hundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .hundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .hundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .hundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .hundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .hundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .hundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .hundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .hundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .hundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .hundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .hundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .hundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .hundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .hundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .hundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .hundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .hundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .hundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .hundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .hundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .hundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .hundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .hundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .hundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .hundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .hundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .hundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .hundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .hundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .hundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .hundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .hundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .hundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .hundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .hundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .hundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .hundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .hundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .hundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .hundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .hundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .hundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .hundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .hundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .hundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .hundred\:transition-none{
    transition-property: none;
  }

  .hundred\:transition-all{
    transition-property: all;
  }

  .hundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .hundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .hundred\:transition-opacity{
    transition-property: opacity;
  }

  .hundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .hundred\:transition-transform{
    transition-property: transform;
  }

  .hundred\:ease-linear{
    transition-timing-function: linear;
  }

  .hundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .hundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .hundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hundred\:duration-75{
    transition-duration: 75ms;
  }

  .hundred\:duration-100{
    transition-duration: 100ms;
  }

  .hundred\:duration-150{
    transition-duration: 150ms;
  }

  .hundred\:duration-200{
    transition-duration: 200ms;
  }

  .hundred\:duration-300{
    transition-duration: 300ms;
  }

  .hundred\:duration-500{
    transition-duration: 500ms;
  }

  .hundred\:duration-700{
    transition-duration: 700ms;
  }

  .hundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .hundred\:delay-75{
    transition-delay: 75ms;
  }

  .hundred\:delay-100{
    transition-delay: 100ms;
  }

  .hundred\:delay-150{
    transition-delay: 150ms;
  }

  .hundred\:delay-200{
    transition-delay: 200ms;
  }

  .hundred\:delay-300{
    transition-delay: 300ms;
  }

  .hundred\:delay-500{
    transition-delay: 500ms;
  }

  .hundred\:delay-700{
    transition-delay: 700ms;
  }

  .hundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .hundred\:animate-none{
    animation: none;
  }

  .hundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .hundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .hundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .hundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 200px){
  .twohundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .twohundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .twohundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .twohundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .twohundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .twohundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .twohundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .twohundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .twohundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .twohundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .twohundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .twohundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .twohundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .twohundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .twohundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .twohundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .twohundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .twohundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .twohundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .twohundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .twohundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .twohundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .twohundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .twohundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .twohundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .twohundred\:container{
      max-width: 2000px;
    }
  }

  .twohundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .twohundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .twohundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .twohundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .twohundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .twohundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .twohundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .twohundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .twohundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .twohundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .twohundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .twohundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .twohundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .twohundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .twohundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .twohundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .twohundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .twohundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .twohundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .twohundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .twohundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .twohundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .twohundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .twohundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .twohundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .twohundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .twohundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .twohundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .twohundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .twohundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .twohundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .twohundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .twohundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .twohundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .twohundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .twohundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .twohundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .twohundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twohundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twohundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .twohundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .twohundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .twohundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .twohundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .twohundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .twohundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .twohundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .twohundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .twohundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .twohundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .twohundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .twohundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .twohundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .twohundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .twohundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .twohundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .twohundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .twohundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .twohundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .twohundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .twohundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .twohundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .twohundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .twohundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .twohundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .twohundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .twohundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .twohundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .twohundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .twohundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .twohundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .twohundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .twohundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .twohundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .twohundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .twohundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .twohundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .twohundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .twohundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .twohundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .twohundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .twohundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .twohundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .twohundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .twohundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .twohundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .twohundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .twohundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .twohundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .twohundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .twohundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .twohundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .twohundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .twohundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .twohundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .twohundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .twohundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .twohundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .twohundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .twohundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .twohundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .twohundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .twohundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .twohundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .twohundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .twohundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .twohundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .twohundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .twohundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .twohundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .twohundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twohundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twohundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twohundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twohundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .twohundred\:bg-fixed{
    background-attachment: fixed;
  }

  .twohundred\:bg-local{
    background-attachment: local;
  }

  .twohundred\:bg-scroll{
    background-attachment: scroll;
  }

  .twohundred\:bg-clip-border{
    background-clip: border-box;
  }

  .twohundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .twohundred\:bg-clip-content{
    background-clip: content-box;
  }

  .twohundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .twohundred\:bg-transparent{
    background-color: transparent;
  }

  .twohundred\:bg-current{
    background-color: currentColor;
  }

  .twohundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twohundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twohundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twohundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twohundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twohundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twohundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twohundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twohundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twohundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twohundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twohundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twohundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twohundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twohundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twohundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twohundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twohundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twohundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twohundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twohundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twohundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twohundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twohundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twohundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twohundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twohundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twohundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twohundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twohundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twohundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twohundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twohundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twohundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twohundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twohundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twohundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twohundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twohundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twohundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twohundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twohundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twohundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twohundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twohundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twohundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twohundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twohundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twohundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twohundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twohundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twohundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twohundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twohundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twohundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twohundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twohundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twohundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twohundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twohundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twohundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twohundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twohundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twohundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twohundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twohundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twohundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twohundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twohundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twohundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twohundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twohundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twohundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twohundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .twohundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .twohundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twohundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .twohundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .twohundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twohundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twohundred\:bg-none{
    background-image: none;
  }

  .twohundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .twohundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .twohundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .twohundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .twohundred\:to-black{
    --gradient-to-color: #000;
  }

  .twohundred\:to-white{
    --gradient-to-color: #fff;
  }

  .twohundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .twohundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .twohundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .twohundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .twohundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .twohundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .twohundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .twohundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .twohundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .twohundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .twohundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .twohundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .twohundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .twohundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .twohundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .twohundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .twohundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .twohundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .twohundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .twohundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .twohundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .twohundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .twohundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .twohundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .twohundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .twohundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .twohundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .twohundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .twohundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .twohundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .twohundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .twohundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .twohundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .twohundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .twohundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .twohundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .twohundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .twohundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .twohundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .twohundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .twohundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .twohundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .twohundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .twohundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .twohundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .twohundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .twohundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .twohundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .twohundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .twohundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .twohundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .twohundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .twohundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .twohundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .twohundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .twohundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .twohundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .twohundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .twohundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .twohundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .twohundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .twohundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .twohundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .twohundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .twohundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .twohundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .twohundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .twohundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .twohundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .twohundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .twohundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .twohundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .twohundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .twohundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .twohundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .twohundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .twohundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .twohundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .twohundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .twohundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .twohundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .twohundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .twohundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .twohundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .twohundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .twohundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .twohundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .twohundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .twohundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .twohundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .twohundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .twohundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .twohundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .twohundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .twohundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .twohundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .twohundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .twohundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .twohundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .twohundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .twohundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .twohundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .twohundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .twohundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .twohundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .twohundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .twohundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .twohundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .twohundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .twohundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .twohundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .twohundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .twohundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .twohundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .twohundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .twohundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .twohundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .twohundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .twohundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .twohundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .twohundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .twohundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .twohundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .twohundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .twohundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .twohundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .twohundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .twohundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .twohundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .twohundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .twohundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .twohundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .twohundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .twohundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .twohundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .twohundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .twohundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .twohundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .twohundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .twohundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .twohundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .twohundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .twohundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .twohundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .twohundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .twohundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .twohundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .twohundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .twohundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .twohundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .twohundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .twohundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .twohundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .twohundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .twohundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .twohundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .twohundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .twohundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .twohundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .twohundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .twohundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .twohundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .twohundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .twohundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .twohundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .twohundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .twohundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .twohundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .twohundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .twohundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .twohundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .twohundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .twohundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .twohundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .twohundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .twohundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .twohundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .twohundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .twohundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .twohundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .twohundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twohundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twohundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twohundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twohundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twohundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twohundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twohundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twohundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twohundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twohundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twohundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twohundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twohundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twohundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twohundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twohundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twohundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twohundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twohundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twohundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twohundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twohundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twohundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twohundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twohundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twohundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twohundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twohundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twohundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twohundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twohundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twohundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twohundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twohundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twohundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twohundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twohundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twohundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twohundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twohundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twohundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twohundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twohundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twohundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twohundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twohundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twohundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twohundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twohundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twohundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twohundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twohundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twohundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twohundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twohundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twohundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twohundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twohundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twohundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twohundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twohundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twohundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twohundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twohundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twohundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twohundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twohundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twohundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twohundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twohundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twohundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twohundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twohundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twohundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twohundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twohundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twohundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twohundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twohundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twohundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twohundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twohundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twohundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twohundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twohundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twohundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twohundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twohundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twohundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twohundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twohundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .twohundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .twohundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .twohundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .twohundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .twohundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .twohundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .twohundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .twohundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .twohundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .twohundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .twohundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .twohundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .twohundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .twohundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .twohundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .twohundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .twohundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .twohundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .twohundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .twohundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .twohundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .twohundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .twohundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .twohundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .twohundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .twohundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .twohundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .twohundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .twohundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .twohundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .twohundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .twohundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .twohundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .twohundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .twohundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .twohundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .twohundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .twohundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .twohundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .twohundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .twohundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .twohundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .twohundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .twohundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .twohundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .twohundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .twohundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .twohundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .twohundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .twohundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .twohundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .twohundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .twohundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .twohundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .twohundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .twohundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .twohundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .twohundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .twohundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .twohundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .twohundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .twohundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .twohundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .twohundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .twohundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .twohundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .twohundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .twohundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .twohundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .twohundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .twohundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .twohundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .twohundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .twohundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .twohundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .twohundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .twohundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .twohundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .twohundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .twohundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .twohundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .twohundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .twohundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .twohundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .twohundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .twohundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .twohundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .twohundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .twohundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .twohundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .twohundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .twohundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .twohundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .twohundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .twohundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .twohundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .twohundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .twohundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .twohundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .twohundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .twohundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .twohundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .twohundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .twohundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .twohundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .twohundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .twohundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .twohundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .twohundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .twohundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .twohundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .twohundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .twohundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .twohundred\:bg-bottom{
    background-position: bottom;
  }

  .twohundred\:bg-center{
    background-position: center;
  }

  .twohundred\:bg-left{
    background-position: left;
  }

  .twohundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .twohundred\:bg-left-top{
    background-position: left top;
  }

  .twohundred\:bg-right{
    background-position: right;
  }

  .twohundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .twohundred\:bg-right-top{
    background-position: right top;
  }

  .twohundred\:bg-top{
    background-position: top;
  }

  .twohundred\:bg-repeat{
    background-repeat: repeat;
  }

  .twohundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .twohundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .twohundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .twohundred\:bg-repeat-round{
    background-repeat: round;
  }

  .twohundred\:bg-repeat-space{
    background-repeat: space;
  }

  .twohundred\:bg-auto{
    background-size: auto;
  }

  .twohundred\:bg-cover{
    background-size: cover;
  }

  .twohundred\:bg-contain{
    background-size: contain;
  }

  .twohundred\:border-collapse{
    border-collapse: collapse;
  }

  .twohundred\:border-separate{
    border-collapse: separate;
  }

  .twohundred\:border-transparent{
    border-color: transparent;
  }

  .twohundred\:border-current{
    border-color: currentColor;
  }

  .twohundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twohundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twohundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twohundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twohundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twohundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twohundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twohundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twohundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twohundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twohundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twohundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twohundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twohundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twohundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twohundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twohundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twohundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twohundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twohundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twohundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twohundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twohundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twohundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twohundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twohundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twohundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twohundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twohundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twohundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twohundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twohundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twohundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twohundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twohundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twohundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twohundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twohundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twohundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twohundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twohundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twohundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twohundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twohundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twohundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twohundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twohundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twohundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twohundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twohundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twohundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twohundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twohundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twohundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twohundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twohundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twohundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twohundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twohundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twohundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twohundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twohundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twohundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twohundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twohundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twohundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twohundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twohundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twohundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twohundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twohundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twohundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twohundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twohundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twohundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twohundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twohundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twohundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twohundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twohundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twohundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twohundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twohundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twohundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twohundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twohundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twohundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twohundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twohundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twohundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twohundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .twohundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .twohundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twohundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twohundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twohundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twohundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twohundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twohundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twohundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twohundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twohundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twohundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twohundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twohundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .twohundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .twohundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twohundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twohundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twohundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twohundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twohundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twohundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twohundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twohundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twohundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twohundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twohundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twohundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .twohundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .twohundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .twohundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .twohundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .twohundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .twohundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .twohundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .twohundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .twohundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .twohundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .twohundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .twohundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .twohundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .twohundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .twohundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .twohundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .twohundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .twohundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .twohundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .twohundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .twohundred\:rounded-none{
    border-radius: 0;
  }

  .twohundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .twohundred\:rounded{
    border-radius: 0.25rem;
  }

  .twohundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .twohundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .twohundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .twohundred\:rounded-full{
    border-radius: 9999px;
  }

  .twohundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .twohundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .twohundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twohundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twohundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .twohundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .twohundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twohundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twohundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .twohundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .twohundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twohundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twohundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .twohundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .twohundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twohundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twohundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .twohundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .twohundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twohundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twohundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .twohundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .twohundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twohundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twohundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .twohundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .twohundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twohundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twohundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .twohundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .twohundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .twohundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .twohundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .twohundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .twohundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .twohundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .twohundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .twohundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .twohundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .twohundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .twohundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .twohundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .twohundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .twohundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .twohundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .twohundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .twohundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .twohundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .twohundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .twohundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .twohundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .twohundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .twohundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .twohundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .twohundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .twohundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .twohundred\:border-solid{
    border-style: solid;
  }

  .twohundred\:border-dashed{
    border-style: dashed;
  }

  .twohundred\:border-dotted{
    border-style: dotted;
  }

  .twohundred\:border-double{
    border-style: double;
  }

  .twohundred\:border-none{
    border-style: none;
  }

  .twohundred\:border-0{
    border-width: 0;
  }

  .twohundred\:border-2{
    border-width: 2px;
  }

  .twohundred\:border-4{
    border-width: 4px;
  }

  .twohundred\:border-8{
    border-width: 8px;
  }

  .twohundred\:border{
    border-width: 1px;
  }

  .twohundred\:border-t-0{
    border-top-width: 0;
  }

  .twohundred\:border-r-0{
    border-right-width: 0;
  }

  .twohundred\:border-b-0{
    border-bottom-width: 0;
  }

  .twohundred\:border-l-0{
    border-left-width: 0;
  }

  .twohundred\:border-t-2{
    border-top-width: 2px;
  }

  .twohundred\:border-r-2{
    border-right-width: 2px;
  }

  .twohundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .twohundred\:border-l-2{
    border-left-width: 2px;
  }

  .twohundred\:border-t-4{
    border-top-width: 4px;
  }

  .twohundred\:border-r-4{
    border-right-width: 4px;
  }

  .twohundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .twohundred\:border-l-4{
    border-left-width: 4px;
  }

  .twohundred\:border-t-8{
    border-top-width: 8px;
  }

  .twohundred\:border-r-8{
    border-right-width: 8px;
  }

  .twohundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .twohundred\:border-l-8{
    border-left-width: 8px;
  }

  .twohundred\:border-t{
    border-top-width: 1px;
  }

  .twohundred\:border-r{
    border-right-width: 1px;
  }

  .twohundred\:border-b{
    border-bottom-width: 1px;
  }

  .twohundred\:border-l{
    border-left-width: 1px;
  }

  .twohundred\:box-border{
    box-sizing: border-box;
  }

  .twohundred\:box-content{
    box-sizing: content-box;
  }

  .twohundred\:cursor-auto{
    cursor: auto;
  }

  .twohundred\:cursor-default{
    cursor: default;
  }

  .twohundred\:cursor-pointer{
    cursor: pointer;
  }

  .twohundred\:cursor-wait{
    cursor: wait;
  }

  .twohundred\:cursor-text{
    cursor: text;
  }

  .twohundred\:cursor-move{
    cursor: move;
  }

  .twohundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .twohundred\:block{
    display: block;
  }

  .twohundred\:inline-block{
    display: inline-block;
  }

  .twohundred\:inline{
    display: inline;
  }

  .twohundred\:flex{
    display: flex;
  }

  .twohundred\:inline-flex{
    display: inline-flex;
  }

  .twohundred\:table{
    display: table;
  }

  .twohundred\:table-caption{
    display: table-caption;
  }

  .twohundred\:table-cell{
    display: table-cell;
  }

  .twohundred\:table-column{
    display: table-column;
  }

  .twohundred\:table-column-group{
    display: table-column-group;
  }

  .twohundred\:table-footer-group{
    display: table-footer-group;
  }

  .twohundred\:table-header-group{
    display: table-header-group;
  }

  .twohundred\:table-row-group{
    display: table-row-group;
  }

  .twohundred\:table-row{
    display: table-row;
  }

  .twohundred\:flow-root{
    display: flow-root;
  }

  .twohundred\:grid{
    display: grid;
  }

  .twohundred\:inline-grid{
    display: inline-grid;
  }

  .twohundred\:contents{
    display: contents;
  }

  .twohundred\:hidden{
    display: none;
  }

  .twohundred\:flex-row{
    flex-direction: row;
  }

  .twohundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .twohundred\:flex-col{
    flex-direction: column;
  }

  .twohundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .twohundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .twohundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .twohundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .twohundred\:place-items-auto{
    place-items: auto;
  }

  .twohundred\:place-items-start{
    place-items: start;
  }

  .twohundred\:place-items-end{
    place-items: end;
  }

  .twohundred\:place-items-center{
    place-items: center;
  }

  .twohundred\:place-items-stretch{
    place-items: stretch;
  }

  .twohundred\:place-content-center{
    place-content: center;
  }

  .twohundred\:place-content-start{
    place-content: start;
  }

  .twohundred\:place-content-end{
    place-content: end;
  }

  .twohundred\:place-content-between{
    place-content: space-between;
  }

  .twohundred\:place-content-around{
    place-content: space-around;
  }

  .twohundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .twohundred\:place-content-stretch{
    place-content: stretch;
  }

  .twohundred\:place-self-auto{
    place-self: auto;
  }

  .twohundred\:place-self-start{
    place-self: start;
  }

  .twohundred\:place-self-end{
    place-self: end;
  }

  .twohundred\:place-self-center{
    place-self: center;
  }

  .twohundred\:place-self-stretch{
    place-self: stretch;
  }

  .twohundred\:items-start{
    align-items: flex-start;
  }

  .twohundred\:items-end{
    align-items: flex-end;
  }

  .twohundred\:items-center{
    align-items: center;
  }

  .twohundred\:items-baseline{
    align-items: baseline;
  }

  .twohundred\:items-stretch{
    align-items: stretch;
  }

  .twohundred\:content-center{
    align-content: center;
  }

  .twohundred\:content-start{
    align-content: flex-start;
  }

  .twohundred\:content-end{
    align-content: flex-end;
  }

  .twohundred\:content-between{
    align-content: space-between;
  }

  .twohundred\:content-around{
    align-content: space-around;
  }

  .twohundred\:content-evenly{
    align-content: space-evenly;
  }

  .twohundred\:self-auto{
    align-self: auto;
  }

  .twohundred\:self-start{
    align-self: flex-start;
  }

  .twohundred\:self-end{
    align-self: flex-end;
  }

  .twohundred\:self-center{
    align-self: center;
  }

  .twohundred\:self-stretch{
    align-self: stretch;
  }

  .twohundred\:justify-items-auto{
    justify-items: auto;
  }

  .twohundred\:justify-items-start{
    justify-items: start;
  }

  .twohundred\:justify-items-end{
    justify-items: end;
  }

  .twohundred\:justify-items-center{
    justify-items: center;
  }

  .twohundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .twohundred\:justify-start{
    justify-content: flex-start;
  }

  .twohundred\:justify-end{
    justify-content: flex-end;
  }

  .twohundred\:justify-center{
    justify-content: center;
  }

  .twohundred\:justify-between{
    justify-content: space-between;
  }

  .twohundred\:justify-around{
    justify-content: space-around;
  }

  .twohundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .twohundred\:justify-self-auto{
    justify-self: auto;
  }

  .twohundred\:justify-self-start{
    justify-self: start;
  }

  .twohundred\:justify-self-end{
    justify-self: end;
  }

  .twohundred\:justify-self-center{
    justify-self: center;
  }

  .twohundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .twohundred\:flex-1{
    flex: 1 1 0%;
  }

  .twohundred\:flex-auto{
    flex: 1 1 auto;
  }

  .twohundred\:flex-initial{
    flex: 0 1 auto;
  }

  .twohundred\:flex-none{
    flex: none;
  }

  .twohundred\:flex-grow-0{
    flex-grow: 0;
  }

  .twohundred\:flex-grow{
    flex-grow: 1;
  }

  .twohundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .twohundred\:flex-shrink{
    flex-shrink: 1;
  }

  .twohundred\:order-1{
    order: 1;
  }

  .twohundred\:order-2{
    order: 2;
  }

  .twohundred\:order-3{
    order: 3;
  }

  .twohundred\:order-4{
    order: 4;
  }

  .twohundred\:order-5{
    order: 5;
  }

  .twohundred\:order-6{
    order: 6;
  }

  .twohundred\:order-7{
    order: 7;
  }

  .twohundred\:order-8{
    order: 8;
  }

  .twohundred\:order-9{
    order: 9;
  }

  .twohundred\:order-10{
    order: 10;
  }

  .twohundred\:order-11{
    order: 11;
  }

  .twohundred\:order-12{
    order: 12;
  }

  .twohundred\:order-first{
    order: -9999;
  }

  .twohundred\:order-last{
    order: 9999;
  }

  .twohundred\:order-none{
    order: 0;
  }

  .twohundred\:float-right{
    float: right;
  }

  .twohundred\:float-left{
    float: left;
  }

  .twohundred\:float-none{
    float: none;
  }

  .twohundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .twohundred\:clear-left{
    clear: left;
  }

  .twohundred\:clear-right{
    clear: right;
  }

  .twohundred\:clear-both{
    clear: both;
  }

  .twohundred\:clear-none{
    clear: none;
  }

  .twohundred\: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";
  }

  .twohundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .twohundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .twohundred\:font-hairline{
    font-weight: 100;
  }

  .twohundred\:font-thin{
    font-weight: 200;
  }

  .twohundred\:font-light{
    font-weight: 300;
  }

  .twohundred\:font-normal{
    font-weight: 400;
  }

  .twohundred\:font-medium{
    font-weight: 500;
  }

  .twohundred\:font-semibold{
    font-weight: 600;
  }

  .twohundred\:font-bold{
    font-weight: 700;
  }

  .twohundred\:font-extrabold{
    font-weight: 800;
  }

  .twohundred\:font-black{
    font-weight: 900;
  }

  .twohundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .twohundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .twohundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .twohundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .twohundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .twohundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .twohundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .twohundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .twohundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .twohundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .twohundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .twohundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .twohundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .twohundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .twohundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .twohundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .twohundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .twohundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .twohundred\:h-0{
    height: 0;
  }

  .twohundred\:h-1{
    height: 0.25rem;
  }

  .twohundred\:h-2{
    height: 0.5rem;
  }

  .twohundred\:h-3{
    height: 0.75rem;
  }

  .twohundred\:h-4{
    height: 1rem;
  }

  .twohundred\:h-5{
    height: 1.25rem;
  }

  .twohundred\:h-6{
    height: 1.5rem;
  }

  .twohundred\:h-8{
    height: 2rem;
  }

  .twohundred\:h-10{
    height: 2.5rem;
  }

  .twohundred\:h-12{
    height: 3rem;
  }

  .twohundred\:h-16{
    height: 4rem;
  }

  .twohundred\:h-20{
    height: 5rem;
  }

  .twohundred\:h-24{
    height: 6rem;
  }

  .twohundred\:h-32{
    height: 8rem;
  }

  .twohundred\:h-40{
    height: 10rem;
  }

  .twohundred\:h-48{
    height: 12rem;
  }

  .twohundred\:h-56{
    height: 14rem;
  }

  .twohundred\:h-64{
    height: 16rem;
  }

  .twohundred\:h-72{
    height: 18rem;
  }

  .twohundred\:h-80{
    height: 20rem;
  }

  .twohundred\:h-88{
    height: 22rem;
  }

  .twohundred\:h-96{
    height: 24rem;
  }

  .twohundred\:h-104{
    height: 26rem;
  }

  .twohundred\:h-112{
    height: 28rem;
  }

  .twohundred\:h-128{
    height: 30rem;
  }

  .twohundred\:h-144{
    height: 34rem;
  }

  .twohundred\:h-160{
    height: 38rem;
  }

  .twohundred\:h-176{
    height: 42rem;
  }

  .twohundred\:h-192{
    height: 46rem;
  }

  .twohundred\:h-208{
    height: 50rem;
  }

  .twohundred\:h-224{
    height: 54rem;
  }

  .twohundred\:h-240{
    height: 58rem;
  }

  .twohundred\:h-256{
    height: 62rem;
  }

  .twohundred\:h-auto{
    height: auto;
  }

  .twohundred\:h-px{
    height: 1px;
  }

  .twohundred\:h-full{
    height: 100%;
  }

  .twohundred\:h-screen{
    height: 100vh;
  }

  .twohundred\:text-3xs{
    font-size: 0.5rem;
  }

  .twohundred\:text-2xs{
    font-size: 0.625rem;
  }

  .twohundred\:text-xs{
    font-size: 0.75rem;
  }

  .twohundred\:text-sm{
    font-size: 0.875rem;
  }

  .twohundred\:text-base{
    font-size: 1rem;
  }

  .twohundred\:text-lg{
    font-size: 1.125rem;
  }

  .twohundred\:text-xl{
    font-size: 1.25rem;
  }

  .twohundred\:text-2xl{
    font-size: 1.5rem;
  }

  .twohundred\:text-3xl{
    font-size: 1.875rem;
  }

  .twohundred\:text-4xl{
    font-size: 2.25rem;
  }

  .twohundred\:text-5xl{
    font-size: 3rem;
  }

  .twohundred\:text-6xl{
    font-size: 4rem;
  }

  .twohundred\:text-7xl{
    font-size: 6rem;
  }

  .twohundred\:text-8xl{
    font-size: 8rem;
  }

  .twohundred\:leading-3{
    line-height: .75rem;
  }

  .twohundred\:leading-4{
    line-height: 1rem;
  }

  .twohundred\:leading-5{
    line-height: 1.25rem;
  }

  .twohundred\:leading-6{
    line-height: 1.5rem;
  }

  .twohundred\:leading-7{
    line-height: 1.75rem;
  }

  .twohundred\:leading-8{
    line-height: 2rem;
  }

  .twohundred\:leading-9{
    line-height: 2.25rem;
  }

  .twohundred\:leading-10{
    line-height: 2.5rem;
  }

  .twohundred\:leading-none{
    line-height: 1;
  }

  .twohundred\:leading-tight{
    line-height: 1.25;
  }

  .twohundred\:leading-snug{
    line-height: 1.375;
  }

  .twohundred\:leading-normal{
    line-height: 1.5;
  }

  .twohundred\:leading-relaxed{
    line-height: 1.625;
  }

  .twohundred\:leading-loose{
    line-height: 2;
  }

  .twohundred\:list-inside{
    list-style-position: inside;
  }

  .twohundred\:list-outside{
    list-style-position: outside;
  }

  .twohundred\:list-none{
    list-style-type: none;
  }

  .twohundred\:list-disc{
    list-style-type: disc;
  }

  .twohundred\:list-decimal{
    list-style-type: decimal;
  }

  .twohundred\:m-0{
    margin: 0;
  }

  .twohundred\:m-1{
    margin: 0.25rem;
  }

  .twohundred\:m-2{
    margin: 0.5rem;
  }

  .twohundred\:m-3{
    margin: 0.75rem;
  }

  .twohundred\:m-4{
    margin: 1rem;
  }

  .twohundred\:m-5{
    margin: 1.25rem;
  }

  .twohundred\:m-6{
    margin: 1.5rem;
  }

  .twohundred\:m-8{
    margin: 2rem;
  }

  .twohundred\:m-10{
    margin: 2.5rem;
  }

  .twohundred\:m-12{
    margin: 3rem;
  }

  .twohundred\:m-16{
    margin: 4rem;
  }

  .twohundred\:m-20{
    margin: 5rem;
  }

  .twohundred\:m-24{
    margin: 6rem;
  }

  .twohundred\:m-32{
    margin: 8rem;
  }

  .twohundred\:m-40{
    margin: 10rem;
  }

  .twohundred\:m-48{
    margin: 12rem;
  }

  .twohundred\:m-56{
    margin: 14rem;
  }

  .twohundred\:m-64{
    margin: 16rem;
  }

  .twohundred\:m-72{
    margin: 18rem;
  }

  .twohundred\:m-80{
    margin: 20rem;
  }

  .twohundred\:m-88{
    margin: 22rem;
  }

  .twohundred\:m-96{
    margin: 24rem;
  }

  .twohundred\:m-104{
    margin: 26rem;
  }

  .twohundred\:m-112{
    margin: 28rem;
  }

  .twohundred\:m-128{
    margin: 30rem;
  }

  .twohundred\:m-144{
    margin: 34rem;
  }

  .twohundred\:m-160{
    margin: 38rem;
  }

  .twohundred\:m-176{
    margin: 42rem;
  }

  .twohundred\:m-192{
    margin: 46rem;
  }

  .twohundred\:m-208{
    margin: 50rem;
  }

  .twohundred\:m-224{
    margin: 54rem;
  }

  .twohundred\:m-240{
    margin: 58rem;
  }

  .twohundred\:m-256{
    margin: 62rem;
  }

  .twohundred\:m-auto{
    margin: auto;
  }

  .twohundred\:m-px{
    margin: 1px;
  }

  .twohundred\:-m-1{
    margin: -0.25rem;
  }

  .twohundred\:-m-2{
    margin: -0.5rem;
  }

  .twohundred\:-m-3{
    margin: -0.75rem;
  }

  .twohundred\:-m-4{
    margin: -1rem;
  }

  .twohundred\:-m-5{
    margin: -1.25rem;
  }

  .twohundred\:-m-6{
    margin: -1.5rem;
  }

  .twohundred\:-m-8{
    margin: -2rem;
  }

  .twohundred\:-m-10{
    margin: -2.5rem;
  }

  .twohundred\:-m-12{
    margin: -3rem;
  }

  .twohundred\:-m-16{
    margin: -4rem;
  }

  .twohundred\:-m-20{
    margin: -5rem;
  }

  .twohundred\:-m-24{
    margin: -6rem;
  }

  .twohundred\:-m-32{
    margin: -8rem;
  }

  .twohundred\:-m-40{
    margin: -10rem;
  }

  .twohundred\:-m-48{
    margin: -12rem;
  }

  .twohundred\:-m-56{
    margin: -14rem;
  }

  .twohundred\:-m-64{
    margin: -16rem;
  }

  .twohundred\:-m-72{
    margin: -18rem;
  }

  .twohundred\:-m-80{
    margin: -20rem;
  }

  .twohundred\:-m-88{
    margin: -22rem;
  }

  .twohundred\:-m-96{
    margin: -24rem;
  }

  .twohundred\:-m-104{
    margin: -26rem;
  }

  .twohundred\:-m-112{
    margin: -28rem;
  }

  .twohundred\:-m-128{
    margin: -30rem;
  }

  .twohundred\:-m-144{
    margin: -34rem;
  }

  .twohundred\:-m-160{
    margin: -38rem;
  }

  .twohundred\:-m-176{
    margin: -42rem;
  }

  .twohundred\:-m-192{
    margin: -46rem;
  }

  .twohundred\:-m-208{
    margin: -50rem;
  }

  .twohundred\:-m-224{
    margin: -54rem;
  }

  .twohundred\:-m-240{
    margin: -58rem;
  }

  .twohundred\:-m-256{
    margin: -62rem;
  }

  .twohundred\:-m-px{
    margin: -1px;
  }

  .twohundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .twohundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .twohundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .twohundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .twohundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .twohundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .twohundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .twohundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .twohundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .twohundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .twohundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .twohundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .twohundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .twohundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .twohundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .twohundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .twohundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .twohundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .twohundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .twohundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .twohundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .twohundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .twohundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .twohundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .twohundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .twohundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .twohundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .twohundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .twohundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .twohundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .twohundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .twohundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .twohundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .twohundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .twohundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .twohundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .twohundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .twohundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .twohundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .twohundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .twohundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .twohundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .twohundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .twohundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .twohundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .twohundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .twohundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .twohundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .twohundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .twohundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .twohundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .twohundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .twohundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .twohundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .twohundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .twohundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .twohundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .twohundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .twohundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .twohundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .twohundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .twohundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .twohundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .twohundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .twohundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .twohundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .twohundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .twohundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .twohundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .twohundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .twohundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .twohundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .twohundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .twohundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .twohundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .twohundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .twohundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .twohundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .twohundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .twohundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .twohundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .twohundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .twohundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .twohundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .twohundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .twohundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .twohundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .twohundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .twohundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .twohundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .twohundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .twohundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .twohundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .twohundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .twohundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .twohundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .twohundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .twohundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .twohundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .twohundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .twohundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .twohundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .twohundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .twohundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .twohundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .twohundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .twohundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .twohundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .twohundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .twohundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .twohundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .twohundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .twohundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .twohundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .twohundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .twohundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .twohundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .twohundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .twohundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .twohundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .twohundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .twohundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .twohundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .twohundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .twohundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .twohundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .twohundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .twohundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .twohundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .twohundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .twohundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .twohundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .twohundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .twohundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .twohundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .twohundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .twohundred\:mt-0{
    margin-top: 0;
  }

  .twohundred\:mr-0{
    margin-right: 0;
  }

  .twohundred\:mb-0{
    margin-bottom: 0;
  }

  .twohundred\:ml-0{
    margin-left: 0;
  }

  .twohundred\:mt-1{
    margin-top: 0.25rem;
  }

  .twohundred\:mr-1{
    margin-right: 0.25rem;
  }

  .twohundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .twohundred\:ml-1{
    margin-left: 0.25rem;
  }

  .twohundred\:mt-2{
    margin-top: 0.5rem;
  }

  .twohundred\:mr-2{
    margin-right: 0.5rem;
  }

  .twohundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .twohundred\:ml-2{
    margin-left: 0.5rem;
  }

  .twohundred\:mt-3{
    margin-top: 0.75rem;
  }

  .twohundred\:mr-3{
    margin-right: 0.75rem;
  }

  .twohundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .twohundred\:ml-3{
    margin-left: 0.75rem;
  }

  .twohundred\:mt-4{
    margin-top: 1rem;
  }

  .twohundred\:mr-4{
    margin-right: 1rem;
  }

  .twohundred\:mb-4{
    margin-bottom: 1rem;
  }

  .twohundred\:ml-4{
    margin-left: 1rem;
  }

  .twohundred\:mt-5{
    margin-top: 1.25rem;
  }

  .twohundred\:mr-5{
    margin-right: 1.25rem;
  }

  .twohundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .twohundred\:ml-5{
    margin-left: 1.25rem;
  }

  .twohundred\:mt-6{
    margin-top: 1.5rem;
  }

  .twohundred\:mr-6{
    margin-right: 1.5rem;
  }

  .twohundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .twohundred\:ml-6{
    margin-left: 1.5rem;
  }

  .twohundred\:mt-8{
    margin-top: 2rem;
  }

  .twohundred\:mr-8{
    margin-right: 2rem;
  }

  .twohundred\:mb-8{
    margin-bottom: 2rem;
  }

  .twohundred\:ml-8{
    margin-left: 2rem;
  }

  .twohundred\:mt-10{
    margin-top: 2.5rem;
  }

  .twohundred\:mr-10{
    margin-right: 2.5rem;
  }

  .twohundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .twohundred\:ml-10{
    margin-left: 2.5rem;
  }

  .twohundred\:mt-12{
    margin-top: 3rem;
  }

  .twohundred\:mr-12{
    margin-right: 3rem;
  }

  .twohundred\:mb-12{
    margin-bottom: 3rem;
  }

  .twohundred\:ml-12{
    margin-left: 3rem;
  }

  .twohundred\:mt-16{
    margin-top: 4rem;
  }

  .twohundred\:mr-16{
    margin-right: 4rem;
  }

  .twohundred\:mb-16{
    margin-bottom: 4rem;
  }

  .twohundred\:ml-16{
    margin-left: 4rem;
  }

  .twohundred\:mt-20{
    margin-top: 5rem;
  }

  .twohundred\:mr-20{
    margin-right: 5rem;
  }

  .twohundred\:mb-20{
    margin-bottom: 5rem;
  }

  .twohundred\:ml-20{
    margin-left: 5rem;
  }

  .twohundred\:mt-24{
    margin-top: 6rem;
  }

  .twohundred\:mr-24{
    margin-right: 6rem;
  }

  .twohundred\:mb-24{
    margin-bottom: 6rem;
  }

  .twohundred\:ml-24{
    margin-left: 6rem;
  }

  .twohundred\:mt-32{
    margin-top: 8rem;
  }

  .twohundred\:mr-32{
    margin-right: 8rem;
  }

  .twohundred\:mb-32{
    margin-bottom: 8rem;
  }

  .twohundred\:ml-32{
    margin-left: 8rem;
  }

  .twohundred\:mt-40{
    margin-top: 10rem;
  }

  .twohundred\:mr-40{
    margin-right: 10rem;
  }

  .twohundred\:mb-40{
    margin-bottom: 10rem;
  }

  .twohundred\:ml-40{
    margin-left: 10rem;
  }

  .twohundred\:mt-48{
    margin-top: 12rem;
  }

  .twohundred\:mr-48{
    margin-right: 12rem;
  }

  .twohundred\:mb-48{
    margin-bottom: 12rem;
  }

  .twohundred\:ml-48{
    margin-left: 12rem;
  }

  .twohundred\:mt-56{
    margin-top: 14rem;
  }

  .twohundred\:mr-56{
    margin-right: 14rem;
  }

  .twohundred\:mb-56{
    margin-bottom: 14rem;
  }

  .twohundred\:ml-56{
    margin-left: 14rem;
  }

  .twohundred\:mt-64{
    margin-top: 16rem;
  }

  .twohundred\:mr-64{
    margin-right: 16rem;
  }

  .twohundred\:mb-64{
    margin-bottom: 16rem;
  }

  .twohundred\:ml-64{
    margin-left: 16rem;
  }

  .twohundred\:mt-72{
    margin-top: 18rem;
  }

  .twohundred\:mr-72{
    margin-right: 18rem;
  }

  .twohundred\:mb-72{
    margin-bottom: 18rem;
  }

  .twohundred\:ml-72{
    margin-left: 18rem;
  }

  .twohundred\:mt-80{
    margin-top: 20rem;
  }

  .twohundred\:mr-80{
    margin-right: 20rem;
  }

  .twohundred\:mb-80{
    margin-bottom: 20rem;
  }

  .twohundred\:ml-80{
    margin-left: 20rem;
  }

  .twohundred\:mt-88{
    margin-top: 22rem;
  }

  .twohundred\:mr-88{
    margin-right: 22rem;
  }

  .twohundred\:mb-88{
    margin-bottom: 22rem;
  }

  .twohundred\:ml-88{
    margin-left: 22rem;
  }

  .twohundred\:mt-96{
    margin-top: 24rem;
  }

  .twohundred\:mr-96{
    margin-right: 24rem;
  }

  .twohundred\:mb-96{
    margin-bottom: 24rem;
  }

  .twohundred\:ml-96{
    margin-left: 24rem;
  }

  .twohundred\:mt-104{
    margin-top: 26rem;
  }

  .twohundred\:mr-104{
    margin-right: 26rem;
  }

  .twohundred\:mb-104{
    margin-bottom: 26rem;
  }

  .twohundred\:ml-104{
    margin-left: 26rem;
  }

  .twohundred\:mt-112{
    margin-top: 28rem;
  }

  .twohundred\:mr-112{
    margin-right: 28rem;
  }

  .twohundred\:mb-112{
    margin-bottom: 28rem;
  }

  .twohundred\:ml-112{
    margin-left: 28rem;
  }

  .twohundred\:mt-128{
    margin-top: 30rem;
  }

  .twohundred\:mr-128{
    margin-right: 30rem;
  }

  .twohundred\:mb-128{
    margin-bottom: 30rem;
  }

  .twohundred\:ml-128{
    margin-left: 30rem;
  }

  .twohundred\:mt-144{
    margin-top: 34rem;
  }

  .twohundred\:mr-144{
    margin-right: 34rem;
  }

  .twohundred\:mb-144{
    margin-bottom: 34rem;
  }

  .twohundred\:ml-144{
    margin-left: 34rem;
  }

  .twohundred\:mt-160{
    margin-top: 38rem;
  }

  .twohundred\:mr-160{
    margin-right: 38rem;
  }

  .twohundred\:mb-160{
    margin-bottom: 38rem;
  }

  .twohundred\:ml-160{
    margin-left: 38rem;
  }

  .twohundred\:mt-176{
    margin-top: 42rem;
  }

  .twohundred\:mr-176{
    margin-right: 42rem;
  }

  .twohundred\:mb-176{
    margin-bottom: 42rem;
  }

  .twohundred\:ml-176{
    margin-left: 42rem;
  }

  .twohundred\:mt-192{
    margin-top: 46rem;
  }

  .twohundred\:mr-192{
    margin-right: 46rem;
  }

  .twohundred\:mb-192{
    margin-bottom: 46rem;
  }

  .twohundred\:ml-192{
    margin-left: 46rem;
  }

  .twohundred\:mt-208{
    margin-top: 50rem;
  }

  .twohundred\:mr-208{
    margin-right: 50rem;
  }

  .twohundred\:mb-208{
    margin-bottom: 50rem;
  }

  .twohundred\:ml-208{
    margin-left: 50rem;
  }

  .twohundred\:mt-224{
    margin-top: 54rem;
  }

  .twohundred\:mr-224{
    margin-right: 54rem;
  }

  .twohundred\:mb-224{
    margin-bottom: 54rem;
  }

  .twohundred\:ml-224{
    margin-left: 54rem;
  }

  .twohundred\:mt-240{
    margin-top: 58rem;
  }

  .twohundred\:mr-240{
    margin-right: 58rem;
  }

  .twohundred\:mb-240{
    margin-bottom: 58rem;
  }

  .twohundred\:ml-240{
    margin-left: 58rem;
  }

  .twohundred\:mt-256{
    margin-top: 62rem;
  }

  .twohundred\:mr-256{
    margin-right: 62rem;
  }

  .twohundred\:mb-256{
    margin-bottom: 62rem;
  }

  .twohundred\:ml-256{
    margin-left: 62rem;
  }

  .twohundred\:mt-auto{
    margin-top: auto;
  }

  .twohundred\:mr-auto{
    margin-right: auto;
  }

  .twohundred\:mb-auto{
    margin-bottom: auto;
  }

  .twohundred\:ml-auto{
    margin-left: auto;
  }

  .twohundred\:mt-px{
    margin-top: 1px;
  }

  .twohundred\:mr-px{
    margin-right: 1px;
  }

  .twohundred\:mb-px{
    margin-bottom: 1px;
  }

  .twohundred\:ml-px{
    margin-left: 1px;
  }

  .twohundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .twohundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .twohundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .twohundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .twohundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .twohundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .twohundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .twohundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .twohundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .twohundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .twohundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .twohundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .twohundred\:-mt-4{
    margin-top: -1rem;
  }

  .twohundred\:-mr-4{
    margin-right: -1rem;
  }

  .twohundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .twohundred\:-ml-4{
    margin-left: -1rem;
  }

  .twohundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .twohundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .twohundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .twohundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .twohundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .twohundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .twohundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .twohundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .twohundred\:-mt-8{
    margin-top: -2rem;
  }

  .twohundred\:-mr-8{
    margin-right: -2rem;
  }

  .twohundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .twohundred\:-ml-8{
    margin-left: -2rem;
  }

  .twohundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .twohundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .twohundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .twohundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .twohundred\:-mt-12{
    margin-top: -3rem;
  }

  .twohundred\:-mr-12{
    margin-right: -3rem;
  }

  .twohundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .twohundred\:-ml-12{
    margin-left: -3rem;
  }

  .twohundred\:-mt-16{
    margin-top: -4rem;
  }

  .twohundred\:-mr-16{
    margin-right: -4rem;
  }

  .twohundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .twohundred\:-ml-16{
    margin-left: -4rem;
  }

  .twohundred\:-mt-20{
    margin-top: -5rem;
  }

  .twohundred\:-mr-20{
    margin-right: -5rem;
  }

  .twohundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .twohundred\:-ml-20{
    margin-left: -5rem;
  }

  .twohundred\:-mt-24{
    margin-top: -6rem;
  }

  .twohundred\:-mr-24{
    margin-right: -6rem;
  }

  .twohundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .twohundred\:-ml-24{
    margin-left: -6rem;
  }

  .twohundred\:-mt-32{
    margin-top: -8rem;
  }

  .twohundred\:-mr-32{
    margin-right: -8rem;
  }

  .twohundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .twohundred\:-ml-32{
    margin-left: -8rem;
  }

  .twohundred\:-mt-40{
    margin-top: -10rem;
  }

  .twohundred\:-mr-40{
    margin-right: -10rem;
  }

  .twohundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .twohundred\:-ml-40{
    margin-left: -10rem;
  }

  .twohundred\:-mt-48{
    margin-top: -12rem;
  }

  .twohundred\:-mr-48{
    margin-right: -12rem;
  }

  .twohundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .twohundred\:-ml-48{
    margin-left: -12rem;
  }

  .twohundred\:-mt-56{
    margin-top: -14rem;
  }

  .twohundred\:-mr-56{
    margin-right: -14rem;
  }

  .twohundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .twohundred\:-ml-56{
    margin-left: -14rem;
  }

  .twohundred\:-mt-64{
    margin-top: -16rem;
  }

  .twohundred\:-mr-64{
    margin-right: -16rem;
  }

  .twohundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .twohundred\:-ml-64{
    margin-left: -16rem;
  }

  .twohundred\:-mt-72{
    margin-top: -18rem;
  }

  .twohundred\:-mr-72{
    margin-right: -18rem;
  }

  .twohundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .twohundred\:-ml-72{
    margin-left: -18rem;
  }

  .twohundred\:-mt-80{
    margin-top: -20rem;
  }

  .twohundred\:-mr-80{
    margin-right: -20rem;
  }

  .twohundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .twohundred\:-ml-80{
    margin-left: -20rem;
  }

  .twohundred\:-mt-88{
    margin-top: -22rem;
  }

  .twohundred\:-mr-88{
    margin-right: -22rem;
  }

  .twohundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .twohundred\:-ml-88{
    margin-left: -22rem;
  }

  .twohundred\:-mt-96{
    margin-top: -24rem;
  }

  .twohundred\:-mr-96{
    margin-right: -24rem;
  }

  .twohundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .twohundred\:-ml-96{
    margin-left: -24rem;
  }

  .twohundred\:-mt-104{
    margin-top: -26rem;
  }

  .twohundred\:-mr-104{
    margin-right: -26rem;
  }

  .twohundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .twohundred\:-ml-104{
    margin-left: -26rem;
  }

  .twohundred\:-mt-112{
    margin-top: -28rem;
  }

  .twohundred\:-mr-112{
    margin-right: -28rem;
  }

  .twohundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .twohundred\:-ml-112{
    margin-left: -28rem;
  }

  .twohundred\:-mt-128{
    margin-top: -30rem;
  }

  .twohundred\:-mr-128{
    margin-right: -30rem;
  }

  .twohundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .twohundred\:-ml-128{
    margin-left: -30rem;
  }

  .twohundred\:-mt-144{
    margin-top: -34rem;
  }

  .twohundred\:-mr-144{
    margin-right: -34rem;
  }

  .twohundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .twohundred\:-ml-144{
    margin-left: -34rem;
  }

  .twohundred\:-mt-160{
    margin-top: -38rem;
  }

  .twohundred\:-mr-160{
    margin-right: -38rem;
  }

  .twohundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .twohundred\:-ml-160{
    margin-left: -38rem;
  }

  .twohundred\:-mt-176{
    margin-top: -42rem;
  }

  .twohundred\:-mr-176{
    margin-right: -42rem;
  }

  .twohundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .twohundred\:-ml-176{
    margin-left: -42rem;
  }

  .twohundred\:-mt-192{
    margin-top: -46rem;
  }

  .twohundred\:-mr-192{
    margin-right: -46rem;
  }

  .twohundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .twohundred\:-ml-192{
    margin-left: -46rem;
  }

  .twohundred\:-mt-208{
    margin-top: -50rem;
  }

  .twohundred\:-mr-208{
    margin-right: -50rem;
  }

  .twohundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .twohundred\:-ml-208{
    margin-left: -50rem;
  }

  .twohundred\:-mt-224{
    margin-top: -54rem;
  }

  .twohundred\:-mr-224{
    margin-right: -54rem;
  }

  .twohundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .twohundred\:-ml-224{
    margin-left: -54rem;
  }

  .twohundred\:-mt-240{
    margin-top: -58rem;
  }

  .twohundred\:-mr-240{
    margin-right: -58rem;
  }

  .twohundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .twohundred\:-ml-240{
    margin-left: -58rem;
  }

  .twohundred\:-mt-256{
    margin-top: -62rem;
  }

  .twohundred\:-mr-256{
    margin-right: -62rem;
  }

  .twohundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .twohundred\:-ml-256{
    margin-left: -62rem;
  }

  .twohundred\:-mt-px{
    margin-top: -1px;
  }

  .twohundred\:-mr-px{
    margin-right: -1px;
  }

  .twohundred\:-mb-px{
    margin-bottom: -1px;
  }

  .twohundred\:-ml-px{
    margin-left: -1px;
  }

  .twohundred\:max-h-full{
    max-height: 100%;
  }

  .twohundred\:max-h-screen{
    max-height: 100vh;
  }

  .twohundred\:max-w-none{
    max-width: none;
  }

  .twohundred\:max-w-xs{
    max-width: 20rem;
  }

  .twohundred\:max-w-sm{
    max-width: 24rem;
  }

  .twohundred\:max-w-md{
    max-width: 28rem;
  }

  .twohundred\:max-w-lg{
    max-width: 32rem;
  }

  .twohundred\:max-w-xl{
    max-width: 36rem;
  }

  .twohundred\:max-w-2xl{
    max-width: 42rem;
  }

  .twohundred\:max-w-3xl{
    max-width: 48rem;
  }

  .twohundred\:max-w-4xl{
    max-width: 56rem;
  }

  .twohundred\:max-w-5xl{
    max-width: 64rem;
  }

  .twohundred\:max-w-6xl{
    max-width: 72rem;
  }

  .twohundred\:max-w-full{
    max-width: 100%;
  }

  .twohundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .twohundred\:max-w-screen-md{
    max-width: 768px;
  }

  .twohundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .twohundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .twohundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .twohundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .twohundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .twohundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .twohundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .twohundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .twohundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .twohundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .twohundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .twohundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .twohundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .twohundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .twohundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .twohundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .twohundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .twohundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .twohundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .twohundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .twohundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .twohundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .twohundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .twohundred\:min-h-0{
    min-height: 0;
  }

  .twohundred\:min-h-full{
    min-height: 100%;
  }

  .twohundred\:min-h-screen{
    min-height: 100vh;
  }

  .twohundred\:min-w-0{
    min-width: 0;
  }

  .twohundred\:min-w-80{
    min-width: 20rem;
  }

  .twohundred\:min-w-full{
    min-width: 100%;
  }

  .twohundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .twohundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .twohundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .twohundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .twohundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .twohundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .twohundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .twohundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .twohundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .twohundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .twohundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .twohundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .twohundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .twohundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .twohundred\:opacity-0{
    opacity: 0;
  }

  .twohundred\:opacity-25{
    opacity: 0.25;
  }

  .twohundred\:opacity-30{
    opacity: 0.3;
  }

  .twohundred\:opacity-40{
    opacity: 0.4;
  }

  .twohundred\:opacity-50{
    opacity: 0.5;
  }

  .twohundred\:opacity-75{
    opacity: 0.75;
  }

  .twohundred\:opacity-100{
    opacity: 1;
  }

  .twohundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .twohundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .twohundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .twohundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .twohundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .twohundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .twohundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .twohundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .twohundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .twohundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .twohundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .twohundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .twohundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .twohundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .twohundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .twohundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .twohundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .twohundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .twohundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .twohundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .twohundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .twohundred\:overflow-auto{
    overflow: auto;
  }

  .twohundred\:overflow-hidden{
    overflow: hidden;
  }

  .twohundred\:overflow-visible{
    overflow: visible;
  }

  .twohundred\:overflow-scroll{
    overflow: scroll;
  }

  .twohundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .twohundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .twohundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .twohundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .twohundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .twohundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .twohundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .twohundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .twohundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .twohundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .twohundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .twohundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .twohundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .twohundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .twohundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .twohundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .twohundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .twohundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .twohundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .twohundred\:p-0{
    padding: 0;
  }

  .twohundred\:p-1{
    padding: 0.25rem;
  }

  .twohundred\:p-2{
    padding: 0.5rem;
  }

  .twohundred\:p-3{
    padding: 0.75rem;
  }

  .twohundred\:p-4{
    padding: 1rem;
  }

  .twohundred\:p-5{
    padding: 1.25rem;
  }

  .twohundred\:p-6{
    padding: 1.5rem;
  }

  .twohundred\:p-8{
    padding: 2rem;
  }

  .twohundred\:p-10{
    padding: 2.5rem;
  }

  .twohundred\:p-12{
    padding: 3rem;
  }

  .twohundred\:p-16{
    padding: 4rem;
  }

  .twohundred\:p-20{
    padding: 5rem;
  }

  .twohundred\:p-24{
    padding: 6rem;
  }

  .twohundred\:p-32{
    padding: 8rem;
  }

  .twohundred\:p-40{
    padding: 10rem;
  }

  .twohundred\:p-48{
    padding: 12rem;
  }

  .twohundred\:p-56{
    padding: 14rem;
  }

  .twohundred\:p-64{
    padding: 16rem;
  }

  .twohundred\:p-72{
    padding: 18rem;
  }

  .twohundred\:p-80{
    padding: 20rem;
  }

  .twohundred\:p-88{
    padding: 22rem;
  }

  .twohundred\:p-96{
    padding: 24rem;
  }

  .twohundred\:p-104{
    padding: 26rem;
  }

  .twohundred\:p-112{
    padding: 28rem;
  }

  .twohundred\:p-128{
    padding: 30rem;
  }

  .twohundred\:p-144{
    padding: 34rem;
  }

  .twohundred\:p-160{
    padding: 38rem;
  }

  .twohundred\:p-176{
    padding: 42rem;
  }

  .twohundred\:p-192{
    padding: 46rem;
  }

  .twohundred\:p-208{
    padding: 50rem;
  }

  .twohundred\:p-224{
    padding: 54rem;
  }

  .twohundred\:p-240{
    padding: 58rem;
  }

  .twohundred\:p-256{
    padding: 62rem;
  }

  .twohundred\:p-px{
    padding: 1px;
  }

  .twohundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .twohundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .twohundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .twohundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .twohundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .twohundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .twohundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .twohundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .twohundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .twohundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .twohundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .twohundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .twohundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .twohundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .twohundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .twohundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .twohundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .twohundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .twohundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .twohundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .twohundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .twohundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .twohundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .twohundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .twohundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .twohundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .twohundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .twohundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .twohundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .twohundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .twohundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .twohundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .twohundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .twohundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .twohundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .twohundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .twohundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .twohundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .twohundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .twohundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .twohundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .twohundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .twohundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .twohundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .twohundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .twohundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .twohundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .twohundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .twohundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .twohundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .twohundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .twohundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .twohundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .twohundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .twohundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .twohundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .twohundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .twohundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .twohundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .twohundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .twohundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .twohundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .twohundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .twohundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .twohundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .twohundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .twohundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .twohundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .twohundred\:pt-0{
    padding-top: 0;
  }

  .twohundred\:pr-0{
    padding-right: 0;
  }

  .twohundred\:pb-0{
    padding-bottom: 0;
  }

  .twohundred\:pl-0{
    padding-left: 0;
  }

  .twohundred\:pt-1{
    padding-top: 0.25rem;
  }

  .twohundred\:pr-1{
    padding-right: 0.25rem;
  }

  .twohundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .twohundred\:pl-1{
    padding-left: 0.25rem;
  }

  .twohundred\:pt-2{
    padding-top: 0.5rem;
  }

  .twohundred\:pr-2{
    padding-right: 0.5rem;
  }

  .twohundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .twohundred\:pl-2{
    padding-left: 0.5rem;
  }

  .twohundred\:pt-3{
    padding-top: 0.75rem;
  }

  .twohundred\:pr-3{
    padding-right: 0.75rem;
  }

  .twohundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .twohundred\:pl-3{
    padding-left: 0.75rem;
  }

  .twohundred\:pt-4{
    padding-top: 1rem;
  }

  .twohundred\:pr-4{
    padding-right: 1rem;
  }

  .twohundred\:pb-4{
    padding-bottom: 1rem;
  }

  .twohundred\:pl-4{
    padding-left: 1rem;
  }

  .twohundred\:pt-5{
    padding-top: 1.25rem;
  }

  .twohundred\:pr-5{
    padding-right: 1.25rem;
  }

  .twohundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .twohundred\:pl-5{
    padding-left: 1.25rem;
  }

  .twohundred\:pt-6{
    padding-top: 1.5rem;
  }

  .twohundred\:pr-6{
    padding-right: 1.5rem;
  }

  .twohundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .twohundred\:pl-6{
    padding-left: 1.5rem;
  }

  .twohundred\:pt-8{
    padding-top: 2rem;
  }

  .twohundred\:pr-8{
    padding-right: 2rem;
  }

  .twohundred\:pb-8{
    padding-bottom: 2rem;
  }

  .twohundred\:pl-8{
    padding-left: 2rem;
  }

  .twohundred\:pt-10{
    padding-top: 2.5rem;
  }

  .twohundred\:pr-10{
    padding-right: 2.5rem;
  }

  .twohundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .twohundred\:pl-10{
    padding-left: 2.5rem;
  }

  .twohundred\:pt-12{
    padding-top: 3rem;
  }

  .twohundred\:pr-12{
    padding-right: 3rem;
  }

  .twohundred\:pb-12{
    padding-bottom: 3rem;
  }

  .twohundred\:pl-12{
    padding-left: 3rem;
  }

  .twohundred\:pt-16{
    padding-top: 4rem;
  }

  .twohundred\:pr-16{
    padding-right: 4rem;
  }

  .twohundred\:pb-16{
    padding-bottom: 4rem;
  }

  .twohundred\:pl-16{
    padding-left: 4rem;
  }

  .twohundred\:pt-20{
    padding-top: 5rem;
  }

  .twohundred\:pr-20{
    padding-right: 5rem;
  }

  .twohundred\:pb-20{
    padding-bottom: 5rem;
  }

  .twohundred\:pl-20{
    padding-left: 5rem;
  }

  .twohundred\:pt-24{
    padding-top: 6rem;
  }

  .twohundred\:pr-24{
    padding-right: 6rem;
  }

  .twohundred\:pb-24{
    padding-bottom: 6rem;
  }

  .twohundred\:pl-24{
    padding-left: 6rem;
  }

  .twohundred\:pt-32{
    padding-top: 8rem;
  }

  .twohundred\:pr-32{
    padding-right: 8rem;
  }

  .twohundred\:pb-32{
    padding-bottom: 8rem;
  }

  .twohundred\:pl-32{
    padding-left: 8rem;
  }

  .twohundred\:pt-40{
    padding-top: 10rem;
  }

  .twohundred\:pr-40{
    padding-right: 10rem;
  }

  .twohundred\:pb-40{
    padding-bottom: 10rem;
  }

  .twohundred\:pl-40{
    padding-left: 10rem;
  }

  .twohundred\:pt-48{
    padding-top: 12rem;
  }

  .twohundred\:pr-48{
    padding-right: 12rem;
  }

  .twohundred\:pb-48{
    padding-bottom: 12rem;
  }

  .twohundred\:pl-48{
    padding-left: 12rem;
  }

  .twohundred\:pt-56{
    padding-top: 14rem;
  }

  .twohundred\:pr-56{
    padding-right: 14rem;
  }

  .twohundred\:pb-56{
    padding-bottom: 14rem;
  }

  .twohundred\:pl-56{
    padding-left: 14rem;
  }

  .twohundred\:pt-64{
    padding-top: 16rem;
  }

  .twohundred\:pr-64{
    padding-right: 16rem;
  }

  .twohundred\:pb-64{
    padding-bottom: 16rem;
  }

  .twohundred\:pl-64{
    padding-left: 16rem;
  }

  .twohundred\:pt-72{
    padding-top: 18rem;
  }

  .twohundred\:pr-72{
    padding-right: 18rem;
  }

  .twohundred\:pb-72{
    padding-bottom: 18rem;
  }

  .twohundred\:pl-72{
    padding-left: 18rem;
  }

  .twohundred\:pt-80{
    padding-top: 20rem;
  }

  .twohundred\:pr-80{
    padding-right: 20rem;
  }

  .twohundred\:pb-80{
    padding-bottom: 20rem;
  }

  .twohundred\:pl-80{
    padding-left: 20rem;
  }

  .twohundred\:pt-88{
    padding-top: 22rem;
  }

  .twohundred\:pr-88{
    padding-right: 22rem;
  }

  .twohundred\:pb-88{
    padding-bottom: 22rem;
  }

  .twohundred\:pl-88{
    padding-left: 22rem;
  }

  .twohundred\:pt-96{
    padding-top: 24rem;
  }

  .twohundred\:pr-96{
    padding-right: 24rem;
  }

  .twohundred\:pb-96{
    padding-bottom: 24rem;
  }

  .twohundred\:pl-96{
    padding-left: 24rem;
  }

  .twohundred\:pt-104{
    padding-top: 26rem;
  }

  .twohundred\:pr-104{
    padding-right: 26rem;
  }

  .twohundred\:pb-104{
    padding-bottom: 26rem;
  }

  .twohundred\:pl-104{
    padding-left: 26rem;
  }

  .twohundred\:pt-112{
    padding-top: 28rem;
  }

  .twohundred\:pr-112{
    padding-right: 28rem;
  }

  .twohundred\:pb-112{
    padding-bottom: 28rem;
  }

  .twohundred\:pl-112{
    padding-left: 28rem;
  }

  .twohundred\:pt-128{
    padding-top: 30rem;
  }

  .twohundred\:pr-128{
    padding-right: 30rem;
  }

  .twohundred\:pb-128{
    padding-bottom: 30rem;
  }

  .twohundred\:pl-128{
    padding-left: 30rem;
  }

  .twohundred\:pt-144{
    padding-top: 34rem;
  }

  .twohundred\:pr-144{
    padding-right: 34rem;
  }

  .twohundred\:pb-144{
    padding-bottom: 34rem;
  }

  .twohundred\:pl-144{
    padding-left: 34rem;
  }

  .twohundred\:pt-160{
    padding-top: 38rem;
  }

  .twohundred\:pr-160{
    padding-right: 38rem;
  }

  .twohundred\:pb-160{
    padding-bottom: 38rem;
  }

  .twohundred\:pl-160{
    padding-left: 38rem;
  }

  .twohundred\:pt-176{
    padding-top: 42rem;
  }

  .twohundred\:pr-176{
    padding-right: 42rem;
  }

  .twohundred\:pb-176{
    padding-bottom: 42rem;
  }

  .twohundred\:pl-176{
    padding-left: 42rem;
  }

  .twohundred\:pt-192{
    padding-top: 46rem;
  }

  .twohundred\:pr-192{
    padding-right: 46rem;
  }

  .twohundred\:pb-192{
    padding-bottom: 46rem;
  }

  .twohundred\:pl-192{
    padding-left: 46rem;
  }

  .twohundred\:pt-208{
    padding-top: 50rem;
  }

  .twohundred\:pr-208{
    padding-right: 50rem;
  }

  .twohundred\:pb-208{
    padding-bottom: 50rem;
  }

  .twohundred\:pl-208{
    padding-left: 50rem;
  }

  .twohundred\:pt-224{
    padding-top: 54rem;
  }

  .twohundred\:pr-224{
    padding-right: 54rem;
  }

  .twohundred\:pb-224{
    padding-bottom: 54rem;
  }

  .twohundred\:pl-224{
    padding-left: 54rem;
  }

  .twohundred\:pt-240{
    padding-top: 58rem;
  }

  .twohundred\:pr-240{
    padding-right: 58rem;
  }

  .twohundred\:pb-240{
    padding-bottom: 58rem;
  }

  .twohundred\:pl-240{
    padding-left: 58rem;
  }

  .twohundred\:pt-256{
    padding-top: 62rem;
  }

  .twohundred\:pr-256{
    padding-right: 62rem;
  }

  .twohundred\:pb-256{
    padding-bottom: 62rem;
  }

  .twohundred\:pl-256{
    padding-left: 62rem;
  }

  .twohundred\:pt-px{
    padding-top: 1px;
  }

  .twohundred\:pr-px{
    padding-right: 1px;
  }

  .twohundred\:pb-px{
    padding-bottom: 1px;
  }

  .twohundred\:pl-px{
    padding-left: 1px;
  }

  .twohundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .twohundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .twohundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .twohundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .twohundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .twohundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .twohundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .twohundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .twohundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .twohundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .twohundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .twohundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .twohundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twohundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .twohundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twohundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twohundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twohundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twohundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twohundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .twohundred\:pointer-events-none{
    pointer-events: none;
  }

  .twohundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .twohundred\:static{
    position: static;
  }

  .twohundred\:fixed{
    position: fixed;
  }

  .twohundred\:absolute{
    position: absolute;
  }

  .twohundred\:relative{
    position: relative;
  }

  .twohundred\:sticky{
    position: sticky;
  }

  .twohundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .twohundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .twohundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .twohundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .twohundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .twohundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .twohundred\:top-0{
    top: 0;
  }

  .twohundred\:right-0{
    right: 0;
  }

  .twohundred\:bottom-0{
    bottom: 0;
  }

  .twohundred\:left-0{
    left: 0;
  }

  .twohundred\:top-auto{
    top: auto;
  }

  .twohundred\:right-auto{
    right: auto;
  }

  .twohundred\:bottom-auto{
    bottom: auto;
  }

  .twohundred\:left-auto{
    left: auto;
  }

  .twohundred\:resize-none{
    resize: none;
  }

  .twohundred\:resize-y{
    resize: vertical;
  }

  .twohundred\:resize-x{
    resize: horizontal;
  }

  .twohundred\:resize{
    resize: both;
  }

  .twohundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twohundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twohundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twohundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twohundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:shadow-none{
    box-shadow: none;
  }

  .twohundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twohundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twohundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twohundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twohundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .twohundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twohundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twohundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twohundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twohundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twohundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twohundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .twohundred\:fill-current{
    fill: currentColor;
  }

  .twohundred\:stroke-current{
    stroke: currentColor;
  }

  .twohundred\:stroke-0{
    stroke-width: 0;
  }

  .twohundred\:stroke-1{
    stroke-width: 1;
  }

  .twohundred\:stroke-2{
    stroke-width: 2;
  }

  .twohundred\:table-auto{
    table-layout: auto;
  }

  .twohundred\:table-fixed{
    table-layout: fixed;
  }

  .twohundred\:text-left{
    text-align: left;
  }

  .twohundred\:text-center{
    text-align: center;
  }

  .twohundred\:text-right{
    text-align: right;
  }

  .twohundred\:text-justify{
    text-align: justify;
  }

  .twohundred\:text-transparent{
    color: transparent;
  }

  .twohundred\:text-current{
    color: currentColor;
  }

  .twohundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twohundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twohundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twohundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twohundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twohundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twohundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twohundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twohundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twohundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twohundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twohundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twohundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twohundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twohundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twohundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twohundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twohundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twohundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twohundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twohundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twohundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twohundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twohundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twohundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twohundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twohundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twohundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twohundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twohundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twohundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twohundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twohundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twohundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twohundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twohundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twohundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twohundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twohundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twohundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twohundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twohundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twohundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twohundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twohundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twohundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twohundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twohundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twohundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twohundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twohundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twohundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twohundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twohundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twohundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twohundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twohundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twohundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twohundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twohundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twohundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twohundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twohundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twohundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twohundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twohundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twohundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twohundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twohundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twohundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twohundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twohundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twohundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twohundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twohundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twohundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twohundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twohundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twohundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twohundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twohundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twohundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twohundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twohundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twohundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twohundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twohundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twohundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twohundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twohundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twohundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .twohundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .twohundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twohundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twohundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twohundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twohundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twohundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twohundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twohundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twohundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twohundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twohundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twohundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twohundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .twohundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .twohundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twohundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twohundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twohundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twohundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twohundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twohundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twohundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twohundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twohundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twohundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twohundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .twohundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .twohundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .twohundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twohundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .twohundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .twohundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .twohundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .twohundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .twohundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .twohundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .twohundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .twohundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .twohundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .twohundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .twohundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .twohundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .twohundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .twohundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .twohundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .twohundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .twohundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .twohundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .twohundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .twohundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .twohundred\:italic{
    font-style: italic;
  }

  .twohundred\:not-italic{
    font-style: normal;
  }

  .twohundred\:uppercase{
    text-transform: uppercase;
  }

  .twohundred\:lowercase{
    text-transform: lowercase;
  }

  .twohundred\:capitalize{
    text-transform: capitalize;
  }

  .twohundred\:normal-case{
    text-transform: none;
  }

  .twohundred\:underline{
    text-decoration: underline;
  }

  .twohundred\:line-through{
    text-decoration: line-through;
  }

  .twohundred\:no-underline{
    text-decoration: none;
  }

  .twohundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .twohundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .twohundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .twohundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .twohundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .twohundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .twohundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .twohundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .twohundred\:ordinal, .twohundred\:slashed-zero, .twohundred\:lining-nums, .twohundred\:oldstyle-nums, .twohundred\:proportional-nums, .twohundred\:tabular-nums, .twohundred\:diagonal-fractions, .twohundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .twohundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .twohundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .twohundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .twohundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .twohundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .twohundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .twohundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .twohundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .twohundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .twohundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .twohundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .twohundred\:tracking-normal{
    letter-spacing: 0;
  }

  .twohundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .twohundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .twohundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .twohundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .twohundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .twohundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .twohundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .twohundred\:align-baseline{
    vertical-align: baseline;
  }

  .twohundred\:align-top{
    vertical-align: top;
  }

  .twohundred\:align-middle{
    vertical-align: middle;
  }

  .twohundred\:align-bottom{
    vertical-align: bottom;
  }

  .twohundred\:align-text-top{
    vertical-align: text-top;
  }

  .twohundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .twohundred\:visible{
    visibility: visible;
  }

  .twohundred\:invisible{
    visibility: hidden;
  }

  .twohundred\:whitespace-normal{
    white-space: normal;
  }

  .twohundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .twohundred\:whitespace-pre{
    white-space: pre;
  }

  .twohundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .twohundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .twohundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .twohundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .twohundred\:break-all{
    word-break: break-all;
  }

  .twohundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .twohundred\:w-0{
    width: 0;
  }

  .twohundred\:w-1{
    width: 0.25rem;
  }

  .twohundred\:w-2{
    width: 0.5rem;
  }

  .twohundred\:w-3{
    width: 0.75rem;
  }

  .twohundred\:w-4{
    width: 1rem;
  }

  .twohundred\:w-5{
    width: 1.25rem;
  }

  .twohundred\:w-6{
    width: 1.5rem;
  }

  .twohundred\:w-8{
    width: 2rem;
  }

  .twohundred\:w-10{
    width: 2.5rem;
  }

  .twohundred\:w-12{
    width: 3rem;
  }

  .twohundred\:w-16{
    width: 4rem;
  }

  .twohundred\:w-20{
    width: 5rem;
  }

  .twohundred\:w-24{
    width: 6rem;
  }

  .twohundred\:w-32{
    width: 8rem;
  }

  .twohundred\:w-40{
    width: 10rem;
  }

  .twohundred\:w-48{
    width: 12rem;
  }

  .twohundred\:w-56{
    width: 14rem;
  }

  .twohundred\:w-64{
    width: 16rem;
  }

  .twohundred\:w-72{
    width: 18rem;
  }

  .twohundred\:w-80{
    width: 20rem;
  }

  .twohundred\:w-88{
    width: 22rem;
  }

  .twohundred\:w-96{
    width: 24rem;
  }

  .twohundred\:w-104{
    width: 26rem;
  }

  .twohundred\:w-112{
    width: 28rem;
  }

  .twohundred\:w-128{
    width: 30rem;
  }

  .twohundred\:w-144{
    width: 34rem;
  }

  .twohundred\:w-160{
    width: 38rem;
  }

  .twohundred\:w-176{
    width: 42rem;
  }

  .twohundred\:w-192{
    width: 46rem;
  }

  .twohundred\:w-208{
    width: 50rem;
  }

  .twohundred\:w-224{
    width: 54rem;
  }

  .twohundred\:w-240{
    width: 58rem;
  }

  .twohundred\:w-256{
    width: 62rem;
  }

  .twohundred\:w-auto{
    width: auto;
  }

  .twohundred\:w-px{
    width: 1px;
  }

  .twohundred\:w-1\/2{
    width: 50%;
  }

  .twohundred\:w-1\/3{
    width: 33.333333%;
  }

  .twohundred\:w-2\/3{
    width: 66.666667%;
  }

  .twohundred\:w-1\/4{
    width: 25%;
  }

  .twohundred\:w-2\/4{
    width: 50%;
  }

  .twohundred\:w-3\/4{
    width: 75%;
  }

  .twohundred\:w-1\/5{
    width: 20%;
  }

  .twohundred\:w-2\/5{
    width: 40%;
  }

  .twohundred\:w-3\/5{
    width: 60%;
  }

  .twohundred\:w-4\/5{
    width: 80%;
  }

  .twohundred\:w-1\/6{
    width: 16.666667%;
  }

  .twohundred\:w-2\/6{
    width: 33.333333%;
  }

  .twohundred\:w-3\/6{
    width: 50%;
  }

  .twohundred\:w-4\/6{
    width: 66.666667%;
  }

  .twohundred\:w-5\/6{
    width: 83.333333%;
  }

  .twohundred\:w-1\/12{
    width: 8.333333%;
  }

  .twohundred\:w-2\/12{
    width: 16.666667%;
  }

  .twohundred\:w-3\/12{
    width: 25%;
  }

  .twohundred\:w-4\/12{
    width: 33.333333%;
  }

  .twohundred\:w-5\/12{
    width: 41.666667%;
  }

  .twohundred\:w-6\/12{
    width: 50%;
  }

  .twohundred\:w-7\/12{
    width: 58.333333%;
  }

  .twohundred\:w-8\/12{
    width: 66.666667%;
  }

  .twohundred\:w-9\/12{
    width: 75%;
  }

  .twohundred\:w-10\/12{
    width: 83.333333%;
  }

  .twohundred\:w-11\/12{
    width: 91.666667%;
  }

  .twohundred\:w-full{
    width: 100%;
  }

  .twohundred\:w-screen{
    width: 100vw;
  }

  .twohundred\:z-0{
    z-index: 0;
  }

  .twohundred\:z-10{
    z-index: 10;
  }

  .twohundred\:z-20{
    z-index: 20;
  }

  .twohundred\:z-30{
    z-index: 30;
  }

  .twohundred\:z-40{
    z-index: 40;
  }

  .twohundred\:z-50{
    z-index: 50;
  }

  .twohundred\:z-auto{
    z-index: auto;
  }

  .twohundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .twohundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .twohundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .twohundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .twohundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .twohundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .twohundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .twohundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .twohundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .twohundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .twohundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .twohundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .twohundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .twohundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .twohundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .twohundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .twohundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .twohundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .twohundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .twohundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .twohundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .twohundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .twohundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .twohundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .twohundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .twohundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .twohundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .twohundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .twohundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .twohundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .twohundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .twohundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .twohundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .twohundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .twohundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twohundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twohundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twohundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twohundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twohundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twohundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twohundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twohundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twohundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twohundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twohundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twohundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twohundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twohundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twohundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twohundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twohundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twohundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twohundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twohundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twohundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twohundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twohundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twohundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twohundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twohundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twohundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twohundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twohundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twohundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twohundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twohundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twohundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twohundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twohundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twohundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twohundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twohundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twohundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twohundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twohundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twohundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twohundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twohundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twohundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twohundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twohundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twohundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twohundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twohundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twohundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twohundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twohundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twohundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twohundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twohundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twohundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twohundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twohundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twohundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twohundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twohundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twohundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twohundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twohundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twohundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twohundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twohundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twohundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twohundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twohundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twohundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twohundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twohundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twohundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twohundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twohundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twohundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twohundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twohundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twohundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twohundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twohundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twohundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twohundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twohundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twohundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twohundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twohundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twohundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twohundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twohundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twohundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twohundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twohundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twohundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twohundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twohundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twohundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twohundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twohundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twohundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twohundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twohundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twohundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twohundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twohundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twohundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twohundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twohundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twohundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twohundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twohundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twohundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twohundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twohundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twohundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twohundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twohundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twohundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twohundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twohundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twohundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twohundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twohundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twohundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twohundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twohundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twohundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twohundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twohundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twohundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twohundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twohundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twohundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twohundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .twohundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .twohundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .twohundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .twohundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .twohundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .twohundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .twohundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .twohundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .twohundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .twohundred\:col-auto{
    grid-column: auto;
  }

  .twohundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .twohundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .twohundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .twohundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .twohundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .twohundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .twohundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .twohundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .twohundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .twohundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .twohundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .twohundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .twohundred\:col-start-1{
    grid-column-start: 1;
  }

  .twohundred\:col-start-2{
    grid-column-start: 2;
  }

  .twohundred\:col-start-3{
    grid-column-start: 3;
  }

  .twohundred\:col-start-4{
    grid-column-start: 4;
  }

  .twohundred\:col-start-5{
    grid-column-start: 5;
  }

  .twohundred\:col-start-6{
    grid-column-start: 6;
  }

  .twohundred\:col-start-7{
    grid-column-start: 7;
  }

  .twohundred\:col-start-8{
    grid-column-start: 8;
  }

  .twohundred\:col-start-9{
    grid-column-start: 9;
  }

  .twohundred\:col-start-10{
    grid-column-start: 10;
  }

  .twohundred\:col-start-11{
    grid-column-start: 11;
  }

  .twohundred\:col-start-12{
    grid-column-start: 12;
  }

  .twohundred\:col-start-13{
    grid-column-start: 13;
  }

  .twohundred\:col-start-auto{
    grid-column-start: auto;
  }

  .twohundred\:col-end-1{
    grid-column-end: 1;
  }

  .twohundred\:col-end-2{
    grid-column-end: 2;
  }

  .twohundred\:col-end-3{
    grid-column-end: 3;
  }

  .twohundred\:col-end-4{
    grid-column-end: 4;
  }

  .twohundred\:col-end-5{
    grid-column-end: 5;
  }

  .twohundred\:col-end-6{
    grid-column-end: 6;
  }

  .twohundred\:col-end-7{
    grid-column-end: 7;
  }

  .twohundred\:col-end-8{
    grid-column-end: 8;
  }

  .twohundred\:col-end-9{
    grid-column-end: 9;
  }

  .twohundred\:col-end-10{
    grid-column-end: 10;
  }

  .twohundred\:col-end-11{
    grid-column-end: 11;
  }

  .twohundred\:col-end-12{
    grid-column-end: 12;
  }

  .twohundred\:col-end-13{
    grid-column-end: 13;
  }

  .twohundred\:col-end-auto{
    grid-column-end: auto;
  }

  .twohundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .twohundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .twohundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .twohundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .twohundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .twohundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .twohundred\:row-auto{
    grid-row: auto;
  }

  .twohundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .twohundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .twohundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .twohundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .twohundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .twohundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .twohundred\:row-start-1{
    grid-row-start: 1;
  }

  .twohundred\:row-start-2{
    grid-row-start: 2;
  }

  .twohundred\:row-start-3{
    grid-row-start: 3;
  }

  .twohundred\:row-start-4{
    grid-row-start: 4;
  }

  .twohundred\:row-start-5{
    grid-row-start: 5;
  }

  .twohundred\:row-start-6{
    grid-row-start: 6;
  }

  .twohundred\:row-start-7{
    grid-row-start: 7;
  }

  .twohundred\:row-start-auto{
    grid-row-start: auto;
  }

  .twohundred\:row-end-1{
    grid-row-end: 1;
  }

  .twohundred\:row-end-2{
    grid-row-end: 2;
  }

  .twohundred\:row-end-3{
    grid-row-end: 3;
  }

  .twohundred\:row-end-4{
    grid-row-end: 4;
  }

  .twohundred\:row-end-5{
    grid-row-end: 5;
  }

  .twohundred\:row-end-6{
    grid-row-end: 6;
  }

  .twohundred\:row-end-7{
    grid-row-end: 7;
  }

  .twohundred\:row-end-auto{
    grid-row-end: auto;
  }

  .twohundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .twohundred\:transform-none{
    transform: none;
  }

  .twohundred\:origin-center{
    transform-origin: center;
  }

  .twohundred\:origin-top{
    transform-origin: top;
  }

  .twohundred\:origin-top-right{
    transform-origin: top right;
  }

  .twohundred\:origin-right{
    transform-origin: right;
  }

  .twohundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .twohundred\:origin-bottom{
    transform-origin: bottom;
  }

  .twohundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .twohundred\:origin-left{
    transform-origin: left;
  }

  .twohundred\:origin-top-left{
    transform-origin: top left;
  }

  .twohundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twohundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twohundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twohundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twohundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twohundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twohundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twohundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twohundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twohundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twohundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .twohundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .twohundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .twohundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .twohundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .twohundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .twohundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .twohundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .twohundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .twohundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .twohundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .twohundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .twohundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .twohundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .twohundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .twohundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .twohundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .twohundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .twohundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .twohundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .twohundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twohundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twohundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twohundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twohundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twohundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twohundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twohundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twohundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twohundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twohundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .twohundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .twohundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .twohundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .twohundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .twohundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .twohundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .twohundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .twohundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .twohundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .twohundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .twohundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .twohundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .twohundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .twohundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .twohundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .twohundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .twohundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .twohundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .twohundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .twohundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twohundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twohundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twohundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twohundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twohundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twohundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twohundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twohundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twohundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twohundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .twohundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .twohundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .twohundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .twohundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .twohundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .twohundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .twohundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .twohundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .twohundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .twohundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .twohundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .twohundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .twohundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .twohundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .twohundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .twohundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .twohundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .twohundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .twohundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .twohundred\:rotate-0{
    --transform-rotate: 0;
  }

  .twohundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .twohundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .twohundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .twohundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .twohundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .twohundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .twohundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .twohundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .twohundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .twohundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .twohundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .twohundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .twohundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .twohundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .twohundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .twohundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .twohundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .twohundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .twohundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .twohundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .twohundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .twohundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .twohundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .twohundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .twohundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .twohundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .twohundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .twohundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .twohundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .twohundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .twohundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .twohundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .twohundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .twohundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .twohundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .twohundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .twohundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .twohundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .twohundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .twohundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .twohundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .twohundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .twohundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .twohundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .twohundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .twohundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .twohundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .twohundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .twohundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .twohundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .twohundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .twohundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .twohundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .twohundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .twohundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .twohundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .twohundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .twohundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .twohundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .twohundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .twohundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .twohundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .twohundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .twohundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .twohundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .twohundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .twohundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .twohundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .twohundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .twohundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .twohundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .twohundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .twohundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .twohundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .twohundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .twohundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .twohundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .twohundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .twohundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .twohundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .twohundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .twohundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .twohundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .twohundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .twohundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .twohundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .twohundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .twohundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .twohundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .twohundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .twohundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .twohundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .twohundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .twohundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .twohundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .twohundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .twohundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .twohundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .twohundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .twohundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .twohundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .twohundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .twohundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .twohundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .twohundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .twohundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .twohundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .twohundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .twohundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .twohundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .twohundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .twohundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .twohundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .twohundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .twohundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .twohundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .twohundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .twohundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .twohundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .twohundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .twohundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .twohundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .twohundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .twohundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .twohundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .twohundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .twohundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .twohundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .twohundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .twohundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .twohundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .twohundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .twohundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .twohundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .twohundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .twohundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .twohundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .twohundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .twohundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .twohundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .twohundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .twohundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .twohundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .twohundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .twohundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .twohundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .twohundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .twohundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .twohundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .twohundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .twohundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .twohundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .twohundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .twohundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .twohundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .twohundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .twohundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .twohundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .twohundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .twohundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .twohundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .twohundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .twohundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .twohundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .twohundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .twohundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .twohundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .twohundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .twohundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .twohundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .twohundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .twohundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .twohundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .twohundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .twohundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .twohundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .twohundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .twohundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .twohundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .twohundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .twohundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .twohundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .twohundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .twohundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .twohundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .twohundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .twohundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .twohundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .twohundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .twohundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .twohundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .twohundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .twohundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .twohundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .twohundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .twohundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .twohundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .twohundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .twohundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .twohundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .twohundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .twohundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .twohundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .twohundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .twohundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .twohundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .twohundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .twohundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .twohundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .twohundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .twohundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .twohundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .twohundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .twohundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .twohundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .twohundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .twohundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .twohundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .twohundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .twohundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .twohundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .twohundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .twohundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .twohundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .twohundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .twohundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .twohundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .twohundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .twohundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .twohundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .twohundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .twohundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .twohundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .twohundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .twohundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .twohundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .twohundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .twohundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .twohundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .twohundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .twohundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .twohundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .twohundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .twohundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .twohundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .twohundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .twohundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .twohundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .twohundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .twohundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .twohundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .twohundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .twohundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .twohundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .twohundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .twohundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .twohundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .twohundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .twohundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .twohundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .twohundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .twohundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .twohundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .twohundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .twohundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .twohundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .twohundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .twohundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .twohundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .twohundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .twohundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .twohundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .twohundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .twohundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .twohundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .twohundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .twohundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .twohundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .twohundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .twohundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .twohundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .twohundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .twohundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .twohundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .twohundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .twohundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .twohundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .twohundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .twohundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .twohundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .twohundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .twohundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .twohundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .twohundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .twohundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .twohundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .twohundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .twohundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .twohundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .twohundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .twohundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .twohundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .twohundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .twohundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .twohundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .twohundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .twohundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .twohundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .twohundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .twohundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .twohundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .twohundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .twohundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .twohundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .twohundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .twohundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .twohundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .twohundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .twohundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .twohundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .twohundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .twohundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .twohundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .twohundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .twohundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .twohundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .twohundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .twohundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .twohundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .twohundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .twohundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .twohundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .twohundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .twohundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .twohundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .twohundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .twohundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .twohundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .twohundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .twohundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .twohundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .twohundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .twohundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .twohundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .twohundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .twohundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .twohundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .twohundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .twohundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .twohundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .twohundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .twohundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .twohundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .twohundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .twohundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .twohundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .twohundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .twohundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .twohundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .twohundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .twohundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .twohundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .twohundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .twohundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .twohundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .twohundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .twohundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .twohundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .twohundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .twohundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .twohundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .twohundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .twohundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .twohundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .twohundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .twohundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .twohundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .twohundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .twohundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .twohundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .twohundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .twohundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .twohundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .twohundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .twohundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .twohundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .twohundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .twohundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .twohundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .twohundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .twohundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .twohundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .twohundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .twohundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .twohundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .twohundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .twohundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .twohundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .twohundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .twohundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .twohundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .twohundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .twohundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .twohundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .twohundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .twohundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .twohundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .twohundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .twohundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .twohundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .twohundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .twohundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .twohundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .twohundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .twohundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .twohundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .twohundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .twohundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .twohundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .twohundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .twohundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .twohundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .twohundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .twohundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .twohundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .twohundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .twohundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .twohundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .twohundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .twohundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .twohundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .twohundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .twohundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .twohundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .twohundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .twohundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .twohundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .twohundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .twohundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .twohundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .twohundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .twohundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .twohundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .twohundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .twohundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .twohundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .twohundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .twohundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .twohundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .twohundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .twohundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .twohundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .twohundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .twohundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .twohundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .twohundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .twohundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .twohundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .twohundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .twohundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .twohundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .twohundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .twohundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .twohundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .twohundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .twohundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .twohundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .twohundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .twohundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .twohundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .twohundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .twohundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .twohundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .twohundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .twohundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .twohundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .twohundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .twohundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .twohundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .twohundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .twohundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .twohundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .twohundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .twohundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .twohundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .twohundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .twohundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .twohundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .twohundred\:transition-none{
    transition-property: none;
  }

  .twohundred\:transition-all{
    transition-property: all;
  }

  .twohundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .twohundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .twohundred\:transition-opacity{
    transition-property: opacity;
  }

  .twohundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .twohundred\:transition-transform{
    transition-property: transform;
  }

  .twohundred\:ease-linear{
    transition-timing-function: linear;
  }

  .twohundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .twohundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .twohundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .twohundred\:duration-75{
    transition-duration: 75ms;
  }

  .twohundred\:duration-100{
    transition-duration: 100ms;
  }

  .twohundred\:duration-150{
    transition-duration: 150ms;
  }

  .twohundred\:duration-200{
    transition-duration: 200ms;
  }

  .twohundred\:duration-300{
    transition-duration: 300ms;
  }

  .twohundred\:duration-500{
    transition-duration: 500ms;
  }

  .twohundred\:duration-700{
    transition-duration: 700ms;
  }

  .twohundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .twohundred\:delay-75{
    transition-delay: 75ms;
  }

  .twohundred\:delay-100{
    transition-delay: 100ms;
  }

  .twohundred\:delay-150{
    transition-delay: 150ms;
  }

  .twohundred\:delay-200{
    transition-delay: 200ms;
  }

  .twohundred\:delay-300{
    transition-delay: 300ms;
  }

  .twohundred\:delay-500{
    transition-delay: 500ms;
  }

  .twohundred\:delay-700{
    transition-delay: 700ms;
  }

  .twohundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .twohundred\:animate-none{
    animation: none;
  }

  .twohundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .twohundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .twohundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .twohundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 300px){
  .threehundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .threehundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .threehundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .threehundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .threehundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .threehundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .threehundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .threehundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .threehundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .threehundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .threehundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .threehundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .threehundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .threehundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .threehundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .threehundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .threehundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .threehundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .threehundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .threehundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .threehundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .threehundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .threehundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .threehundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .threehundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .threehundred\:container{
      max-width: 2000px;
    }
  }

  .threehundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .threehundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .threehundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .threehundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .threehundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .threehundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .threehundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .threehundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .threehundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .threehundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .threehundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .threehundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .threehundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .threehundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .threehundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .threehundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .threehundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .threehundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .threehundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .threehundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .threehundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .threehundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .threehundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .threehundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .threehundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .threehundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .threehundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .threehundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .threehundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .threehundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .threehundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .threehundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .threehundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .threehundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .threehundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .threehundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .threehundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .threehundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .threehundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .threehundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .threehundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .threehundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .threehundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .threehundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .threehundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .threehundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .threehundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .threehundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .threehundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .threehundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .threehundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .threehundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .threehundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .threehundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .threehundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .threehundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .threehundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .threehundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .threehundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .threehundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .threehundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .threehundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .threehundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .threehundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .threehundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .threehundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .threehundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .threehundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .threehundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .threehundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .threehundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .threehundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .threehundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .threehundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .threehundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .threehundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .threehundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .threehundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .threehundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .threehundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .threehundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .threehundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .threehundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .threehundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .threehundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .threehundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .threehundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .threehundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .threehundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .threehundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .threehundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .threehundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .threehundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .threehundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .threehundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .threehundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .threehundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .threehundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .threehundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .threehundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .threehundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .threehundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .threehundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .threehundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .threehundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .threehundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .threehundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .threehundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .threehundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .threehundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .threehundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .threehundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .threehundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .threehundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .threehundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .threehundred\:bg-fixed{
    background-attachment: fixed;
  }

  .threehundred\:bg-local{
    background-attachment: local;
  }

  .threehundred\:bg-scroll{
    background-attachment: scroll;
  }

  .threehundred\:bg-clip-border{
    background-clip: border-box;
  }

  .threehundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .threehundred\:bg-clip-content{
    background-clip: content-box;
  }

  .threehundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .threehundred\:bg-transparent{
    background-color: transparent;
  }

  .threehundred\:bg-current{
    background-color: currentColor;
  }

  .threehundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .threehundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .threehundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .threehundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .threehundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .threehundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .threehundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .threehundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .threehundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .threehundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .threehundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .threehundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .threehundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .threehundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .threehundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .threehundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .threehundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .threehundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .threehundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .threehundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .threehundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .threehundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .threehundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .threehundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .threehundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .threehundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .threehundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .threehundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .threehundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .threehundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .threehundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .threehundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .threehundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .threehundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .threehundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .threehundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .threehundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .threehundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .threehundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .threehundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .threehundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .threehundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .threehundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .threehundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .threehundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .threehundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .threehundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .threehundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .threehundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .threehundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .threehundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .threehundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .threehundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .threehundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .threehundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .threehundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .threehundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .threehundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .threehundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .threehundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .threehundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .threehundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .threehundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .threehundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .threehundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .threehundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .threehundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .threehundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .threehundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .threehundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .threehundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .threehundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .threehundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .threehundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .threehundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .threehundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .threehundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .threehundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .threehundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .threehundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .threehundred\:bg-none{
    background-image: none;
  }

  .threehundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .threehundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .threehundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .threehundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .threehundred\:to-black{
    --gradient-to-color: #000;
  }

  .threehundred\:to-white{
    --gradient-to-color: #fff;
  }

  .threehundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .threehundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .threehundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .threehundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .threehundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .threehundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .threehundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .threehundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .threehundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .threehundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .threehundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .threehundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .threehundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .threehundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .threehundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .threehundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .threehundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .threehundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .threehundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .threehundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .threehundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .threehundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .threehundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .threehundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .threehundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .threehundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .threehundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .threehundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .threehundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .threehundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .threehundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .threehundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .threehundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .threehundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .threehundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .threehundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .threehundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .threehundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .threehundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .threehundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .threehundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .threehundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .threehundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .threehundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .threehundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .threehundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .threehundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .threehundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .threehundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .threehundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .threehundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .threehundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .threehundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .threehundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .threehundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .threehundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .threehundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .threehundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .threehundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .threehundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .threehundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .threehundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .threehundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .threehundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .threehundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .threehundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .threehundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .threehundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .threehundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .threehundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .threehundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .threehundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .threehundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .threehundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .threehundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .threehundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .threehundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .threehundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .threehundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .threehundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .threehundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .threehundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .threehundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .threehundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .threehundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .threehundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .threehundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .threehundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .threehundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .threehundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .threehundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .threehundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .threehundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .threehundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .threehundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .threehundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .threehundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .threehundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .threehundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .threehundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .threehundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .threehundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .threehundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .threehundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .threehundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .threehundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .threehundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .threehundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .threehundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .threehundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .threehundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .threehundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .threehundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .threehundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .threehundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .threehundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .threehundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .threehundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .threehundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .threehundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .threehundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .threehundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .threehundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .threehundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .threehundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .threehundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .threehundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .threehundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .threehundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .threehundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .threehundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .threehundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .threehundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .threehundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .threehundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .threehundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .threehundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .threehundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .threehundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .threehundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .threehundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .threehundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .threehundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .threehundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .threehundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .threehundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .threehundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .threehundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .threehundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .threehundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .threehundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .threehundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .threehundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .threehundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .threehundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .threehundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .threehundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .threehundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .threehundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .threehundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .threehundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .threehundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .threehundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .threehundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .threehundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .threehundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .threehundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .threehundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .threehundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .threehundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .threehundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .threehundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .threehundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .threehundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .threehundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .threehundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .threehundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .threehundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .threehundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .threehundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .threehundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .threehundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .threehundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .threehundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .threehundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .threehundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .threehundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .threehundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .threehundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .threehundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .threehundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .threehundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .threehundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .threehundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .threehundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .threehundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .threehundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .threehundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .threehundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .threehundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .threehundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .threehundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .threehundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .threehundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .threehundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .threehundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .threehundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .threehundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .threehundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .threehundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .threehundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .threehundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .threehundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .threehundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .threehundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .threehundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .threehundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .threehundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .threehundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .threehundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .threehundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .threehundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .threehundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .threehundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .threehundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .threehundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .threehundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .threehundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .threehundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .threehundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .threehundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .threehundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .threehundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .threehundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .threehundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .threehundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .threehundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .threehundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .threehundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .threehundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .threehundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .threehundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .threehundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .threehundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .threehundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .threehundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .threehundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .threehundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .threehundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .threehundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .threehundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .threehundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .threehundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .threehundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .threehundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .threehundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .threehundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .threehundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .threehundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .threehundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .threehundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .threehundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .threehundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .threehundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .threehundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .threehundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .threehundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .threehundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .threehundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .threehundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .threehundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .threehundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .threehundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .threehundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .threehundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .threehundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .threehundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .threehundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .threehundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .threehundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .threehundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .threehundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .threehundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .threehundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .threehundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .threehundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .threehundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .threehundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .threehundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .threehundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .threehundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .threehundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .threehundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .threehundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .threehundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .threehundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .threehundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .threehundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .threehundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .threehundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .threehundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .threehundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .threehundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .threehundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .threehundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .threehundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .threehundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .threehundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .threehundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .threehundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .threehundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .threehundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .threehundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .threehundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .threehundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .threehundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .threehundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .threehundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .threehundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .threehundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .threehundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .threehundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .threehundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .threehundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .threehundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .threehundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .threehundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .threehundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .threehundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .threehundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .threehundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .threehundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .threehundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .threehundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .threehundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .threehundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .threehundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .threehundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .threehundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .threehundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .threehundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .threehundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .threehundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .threehundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .threehundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .threehundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .threehundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .threehundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .threehundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .threehundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .threehundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .threehundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .threehundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .threehundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .threehundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .threehundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .threehundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .threehundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .threehundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .threehundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .threehundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .threehundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .threehundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .threehundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .threehundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .threehundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .threehundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .threehundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .threehundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .threehundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .threehundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .threehundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .threehundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .threehundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .threehundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .threehundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .threehundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .threehundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .threehundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .threehundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .threehundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .threehundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .threehundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .threehundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .threehundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .threehundred\:bg-bottom{
    background-position: bottom;
  }

  .threehundred\:bg-center{
    background-position: center;
  }

  .threehundred\:bg-left{
    background-position: left;
  }

  .threehundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .threehundred\:bg-left-top{
    background-position: left top;
  }

  .threehundred\:bg-right{
    background-position: right;
  }

  .threehundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .threehundred\:bg-right-top{
    background-position: right top;
  }

  .threehundred\:bg-top{
    background-position: top;
  }

  .threehundred\:bg-repeat{
    background-repeat: repeat;
  }

  .threehundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .threehundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .threehundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .threehundred\:bg-repeat-round{
    background-repeat: round;
  }

  .threehundred\:bg-repeat-space{
    background-repeat: space;
  }

  .threehundred\:bg-auto{
    background-size: auto;
  }

  .threehundred\:bg-cover{
    background-size: cover;
  }

  .threehundred\:bg-contain{
    background-size: contain;
  }

  .threehundred\:border-collapse{
    border-collapse: collapse;
  }

  .threehundred\:border-separate{
    border-collapse: separate;
  }

  .threehundred\:border-transparent{
    border-color: transparent;
  }

  .threehundred\:border-current{
    border-color: currentColor;
  }

  .threehundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .threehundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .threehundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .threehundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .threehundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .threehundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .threehundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .threehundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .threehundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .threehundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .threehundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .threehundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .threehundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .threehundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .threehundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .threehundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .threehundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .threehundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .threehundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .threehundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .threehundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .threehundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .threehundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .threehundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .threehundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .threehundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .threehundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .threehundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .threehundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .threehundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .threehundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .threehundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .threehundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .threehundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .threehundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .threehundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .threehundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .threehundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .threehundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .threehundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .threehundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .threehundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .threehundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .threehundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .threehundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .threehundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .threehundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .threehundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .threehundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .threehundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .threehundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .threehundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .threehundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .threehundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .threehundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .threehundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .threehundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .threehundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .threehundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .threehundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .threehundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .threehundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .threehundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .threehundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .threehundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .threehundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .threehundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .threehundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .threehundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .threehundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .threehundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .threehundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .threehundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .threehundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .threehundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .threehundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .threehundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .threehundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .threehundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .threehundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .threehundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .threehundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .threehundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .threehundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .threehundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .threehundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .threehundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .threehundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .threehundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .threehundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .threehundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .threehundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .threehundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .threehundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .threehundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .threehundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .threehundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .threehundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .threehundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .threehundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .threehundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .threehundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .threehundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .threehundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .threehundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .threehundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .threehundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .threehundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .threehundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .threehundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .threehundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .threehundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .threehundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .threehundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .threehundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .threehundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .threehundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .threehundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .threehundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .threehundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .threehundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .threehundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .threehundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .threehundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .threehundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .threehundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .threehundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .threehundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .threehundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .threehundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .threehundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .threehundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .threehundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .threehundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .threehundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .threehundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .threehundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .threehundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .threehundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .threehundred\:rounded-none{
    border-radius: 0;
  }

  .threehundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .threehundred\:rounded{
    border-radius: 0.25rem;
  }

  .threehundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .threehundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .threehundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .threehundred\:rounded-full{
    border-radius: 9999px;
  }

  .threehundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .threehundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .threehundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .threehundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .threehundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .threehundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .threehundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .threehundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .threehundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .threehundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .threehundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .threehundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .threehundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .threehundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .threehundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .threehundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .threehundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .threehundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .threehundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .threehundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .threehundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .threehundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .threehundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .threehundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .threehundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .threehundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .threehundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .threehundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .threehundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .threehundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .threehundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .threehundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .threehundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .threehundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .threehundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .threehundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .threehundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .threehundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .threehundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .threehundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .threehundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .threehundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .threehundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .threehundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .threehundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .threehundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .threehundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .threehundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .threehundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .threehundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .threehundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .threehundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .threehundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .threehundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .threehundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .threehundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .threehundred\:border-solid{
    border-style: solid;
  }

  .threehundred\:border-dashed{
    border-style: dashed;
  }

  .threehundred\:border-dotted{
    border-style: dotted;
  }

  .threehundred\:border-double{
    border-style: double;
  }

  .threehundred\:border-none{
    border-style: none;
  }

  .threehundred\:border-0{
    border-width: 0;
  }

  .threehundred\:border-2{
    border-width: 2px;
  }

  .threehundred\:border-4{
    border-width: 4px;
  }

  .threehundred\:border-8{
    border-width: 8px;
  }

  .threehundred\:border{
    border-width: 1px;
  }

  .threehundred\:border-t-0{
    border-top-width: 0;
  }

  .threehundred\:border-r-0{
    border-right-width: 0;
  }

  .threehundred\:border-b-0{
    border-bottom-width: 0;
  }

  .threehundred\:border-l-0{
    border-left-width: 0;
  }

  .threehundred\:border-t-2{
    border-top-width: 2px;
  }

  .threehundred\:border-r-2{
    border-right-width: 2px;
  }

  .threehundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .threehundred\:border-l-2{
    border-left-width: 2px;
  }

  .threehundred\:border-t-4{
    border-top-width: 4px;
  }

  .threehundred\:border-r-4{
    border-right-width: 4px;
  }

  .threehundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .threehundred\:border-l-4{
    border-left-width: 4px;
  }

  .threehundred\:border-t-8{
    border-top-width: 8px;
  }

  .threehundred\:border-r-8{
    border-right-width: 8px;
  }

  .threehundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .threehundred\:border-l-8{
    border-left-width: 8px;
  }

  .threehundred\:border-t{
    border-top-width: 1px;
  }

  .threehundred\:border-r{
    border-right-width: 1px;
  }

  .threehundred\:border-b{
    border-bottom-width: 1px;
  }

  .threehundred\:border-l{
    border-left-width: 1px;
  }

  .threehundred\:box-border{
    box-sizing: border-box;
  }

  .threehundred\:box-content{
    box-sizing: content-box;
  }

  .threehundred\:cursor-auto{
    cursor: auto;
  }

  .threehundred\:cursor-default{
    cursor: default;
  }

  .threehundred\:cursor-pointer{
    cursor: pointer;
  }

  .threehundred\:cursor-wait{
    cursor: wait;
  }

  .threehundred\:cursor-text{
    cursor: text;
  }

  .threehundred\:cursor-move{
    cursor: move;
  }

  .threehundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .threehundred\:block{
    display: block;
  }

  .threehundred\:inline-block{
    display: inline-block;
  }

  .threehundred\:inline{
    display: inline;
  }

  .threehundred\:flex{
    display: flex;
  }

  .threehundred\:inline-flex{
    display: inline-flex;
  }

  .threehundred\:table{
    display: table;
  }

  .threehundred\:table-caption{
    display: table-caption;
  }

  .threehundred\:table-cell{
    display: table-cell;
  }

  .threehundred\:table-column{
    display: table-column;
  }

  .threehundred\:table-column-group{
    display: table-column-group;
  }

  .threehundred\:table-footer-group{
    display: table-footer-group;
  }

  .threehundred\:table-header-group{
    display: table-header-group;
  }

  .threehundred\:table-row-group{
    display: table-row-group;
  }

  .threehundred\:table-row{
    display: table-row;
  }

  .threehundred\:flow-root{
    display: flow-root;
  }

  .threehundred\:grid{
    display: grid;
  }

  .threehundred\:inline-grid{
    display: inline-grid;
  }

  .threehundred\:contents{
    display: contents;
  }

  .threehundred\:hidden{
    display: none;
  }

  .threehundred\:flex-row{
    flex-direction: row;
  }

  .threehundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .threehundred\:flex-col{
    flex-direction: column;
  }

  .threehundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .threehundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .threehundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .threehundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .threehundred\:place-items-auto{
    place-items: auto;
  }

  .threehundred\:place-items-start{
    place-items: start;
  }

  .threehundred\:place-items-end{
    place-items: end;
  }

  .threehundred\:place-items-center{
    place-items: center;
  }

  .threehundred\:place-items-stretch{
    place-items: stretch;
  }

  .threehundred\:place-content-center{
    place-content: center;
  }

  .threehundred\:place-content-start{
    place-content: start;
  }

  .threehundred\:place-content-end{
    place-content: end;
  }

  .threehundred\:place-content-between{
    place-content: space-between;
  }

  .threehundred\:place-content-around{
    place-content: space-around;
  }

  .threehundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .threehundred\:place-content-stretch{
    place-content: stretch;
  }

  .threehundred\:place-self-auto{
    place-self: auto;
  }

  .threehundred\:place-self-start{
    place-self: start;
  }

  .threehundred\:place-self-end{
    place-self: end;
  }

  .threehundred\:place-self-center{
    place-self: center;
  }

  .threehundred\:place-self-stretch{
    place-self: stretch;
  }

  .threehundred\:items-start{
    align-items: flex-start;
  }

  .threehundred\:items-end{
    align-items: flex-end;
  }

  .threehundred\:items-center{
    align-items: center;
  }

  .threehundred\:items-baseline{
    align-items: baseline;
  }

  .threehundred\:items-stretch{
    align-items: stretch;
  }

  .threehundred\:content-center{
    align-content: center;
  }

  .threehundred\:content-start{
    align-content: flex-start;
  }

  .threehundred\:content-end{
    align-content: flex-end;
  }

  .threehundred\:content-between{
    align-content: space-between;
  }

  .threehundred\:content-around{
    align-content: space-around;
  }

  .threehundred\:content-evenly{
    align-content: space-evenly;
  }

  .threehundred\:self-auto{
    align-self: auto;
  }

  .threehundred\:self-start{
    align-self: flex-start;
  }

  .threehundred\:self-end{
    align-self: flex-end;
  }

  .threehundred\:self-center{
    align-self: center;
  }

  .threehundred\:self-stretch{
    align-self: stretch;
  }

  .threehundred\:justify-items-auto{
    justify-items: auto;
  }

  .threehundred\:justify-items-start{
    justify-items: start;
  }

  .threehundred\:justify-items-end{
    justify-items: end;
  }

  .threehundred\:justify-items-center{
    justify-items: center;
  }

  .threehundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .threehundred\:justify-start{
    justify-content: flex-start;
  }

  .threehundred\:justify-end{
    justify-content: flex-end;
  }

  .threehundred\:justify-center{
    justify-content: center;
  }

  .threehundred\:justify-between{
    justify-content: space-between;
  }

  .threehundred\:justify-around{
    justify-content: space-around;
  }

  .threehundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .threehundred\:justify-self-auto{
    justify-self: auto;
  }

  .threehundred\:justify-self-start{
    justify-self: start;
  }

  .threehundred\:justify-self-end{
    justify-self: end;
  }

  .threehundred\:justify-self-center{
    justify-self: center;
  }

  .threehundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .threehundred\:flex-1{
    flex: 1 1 0%;
  }

  .threehundred\:flex-auto{
    flex: 1 1 auto;
  }

  .threehundred\:flex-initial{
    flex: 0 1 auto;
  }

  .threehundred\:flex-none{
    flex: none;
  }

  .threehundred\:flex-grow-0{
    flex-grow: 0;
  }

  .threehundred\:flex-grow{
    flex-grow: 1;
  }

  .threehundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .threehundred\:flex-shrink{
    flex-shrink: 1;
  }

  .threehundred\:order-1{
    order: 1;
  }

  .threehundred\:order-2{
    order: 2;
  }

  .threehundred\:order-3{
    order: 3;
  }

  .threehundred\:order-4{
    order: 4;
  }

  .threehundred\:order-5{
    order: 5;
  }

  .threehundred\:order-6{
    order: 6;
  }

  .threehundred\:order-7{
    order: 7;
  }

  .threehundred\:order-8{
    order: 8;
  }

  .threehundred\:order-9{
    order: 9;
  }

  .threehundred\:order-10{
    order: 10;
  }

  .threehundred\:order-11{
    order: 11;
  }

  .threehundred\:order-12{
    order: 12;
  }

  .threehundred\:order-first{
    order: -9999;
  }

  .threehundred\:order-last{
    order: 9999;
  }

  .threehundred\:order-none{
    order: 0;
  }

  .threehundred\:float-right{
    float: right;
  }

  .threehundred\:float-left{
    float: left;
  }

  .threehundred\:float-none{
    float: none;
  }

  .threehundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .threehundred\:clear-left{
    clear: left;
  }

  .threehundred\:clear-right{
    clear: right;
  }

  .threehundred\:clear-both{
    clear: both;
  }

  .threehundred\:clear-none{
    clear: none;
  }

  .threehundred\: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";
  }

  .threehundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .threehundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .threehundred\:font-hairline{
    font-weight: 100;
  }

  .threehundred\:font-thin{
    font-weight: 200;
  }

  .threehundred\:font-light{
    font-weight: 300;
  }

  .threehundred\:font-normal{
    font-weight: 400;
  }

  .threehundred\:font-medium{
    font-weight: 500;
  }

  .threehundred\:font-semibold{
    font-weight: 600;
  }

  .threehundred\:font-bold{
    font-weight: 700;
  }

  .threehundred\:font-extrabold{
    font-weight: 800;
  }

  .threehundred\:font-black{
    font-weight: 900;
  }

  .threehundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .threehundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .threehundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .threehundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .threehundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .threehundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .threehundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .threehundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .threehundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .threehundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .threehundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .threehundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .threehundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .threehundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .threehundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .threehundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .threehundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .threehundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .threehundred\:h-0{
    height: 0;
  }

  .threehundred\:h-1{
    height: 0.25rem;
  }

  .threehundred\:h-2{
    height: 0.5rem;
  }

  .threehundred\:h-3{
    height: 0.75rem;
  }

  .threehundred\:h-4{
    height: 1rem;
  }

  .threehundred\:h-5{
    height: 1.25rem;
  }

  .threehundred\:h-6{
    height: 1.5rem;
  }

  .threehundred\:h-8{
    height: 2rem;
  }

  .threehundred\:h-10{
    height: 2.5rem;
  }

  .threehundred\:h-12{
    height: 3rem;
  }

  .threehundred\:h-16{
    height: 4rem;
  }

  .threehundred\:h-20{
    height: 5rem;
  }

  .threehundred\:h-24{
    height: 6rem;
  }

  .threehundred\:h-32{
    height: 8rem;
  }

  .threehundred\:h-40{
    height: 10rem;
  }

  .threehundred\:h-48{
    height: 12rem;
  }

  .threehundred\:h-56{
    height: 14rem;
  }

  .threehundred\:h-64{
    height: 16rem;
  }

  .threehundred\:h-72{
    height: 18rem;
  }

  .threehundred\:h-80{
    height: 20rem;
  }

  .threehundred\:h-88{
    height: 22rem;
  }

  .threehundred\:h-96{
    height: 24rem;
  }

  .threehundred\:h-104{
    height: 26rem;
  }

  .threehundred\:h-112{
    height: 28rem;
  }

  .threehundred\:h-128{
    height: 30rem;
  }

  .threehundred\:h-144{
    height: 34rem;
  }

  .threehundred\:h-160{
    height: 38rem;
  }

  .threehundred\:h-176{
    height: 42rem;
  }

  .threehundred\:h-192{
    height: 46rem;
  }

  .threehundred\:h-208{
    height: 50rem;
  }

  .threehundred\:h-224{
    height: 54rem;
  }

  .threehundred\:h-240{
    height: 58rem;
  }

  .threehundred\:h-256{
    height: 62rem;
  }

  .threehundred\:h-auto{
    height: auto;
  }

  .threehundred\:h-px{
    height: 1px;
  }

  .threehundred\:h-full{
    height: 100%;
  }

  .threehundred\:h-screen{
    height: 100vh;
  }

  .threehundred\:text-3xs{
    font-size: 0.5rem;
  }

  .threehundred\:text-2xs{
    font-size: 0.625rem;
  }

  .threehundred\:text-xs{
    font-size: 0.75rem;
  }

  .threehundred\:text-sm{
    font-size: 0.875rem;
  }

  .threehundred\:text-base{
    font-size: 1rem;
  }

  .threehundred\:text-lg{
    font-size: 1.125rem;
  }

  .threehundred\:text-xl{
    font-size: 1.25rem;
  }

  .threehundred\:text-2xl{
    font-size: 1.5rem;
  }

  .threehundred\:text-3xl{
    font-size: 1.875rem;
  }

  .threehundred\:text-4xl{
    font-size: 2.25rem;
  }

  .threehundred\:text-5xl{
    font-size: 3rem;
  }

  .threehundred\:text-6xl{
    font-size: 4rem;
  }

  .threehundred\:text-7xl{
    font-size: 6rem;
  }

  .threehundred\:text-8xl{
    font-size: 8rem;
  }

  .threehundred\:leading-3{
    line-height: .75rem;
  }

  .threehundred\:leading-4{
    line-height: 1rem;
  }

  .threehundred\:leading-5{
    line-height: 1.25rem;
  }

  .threehundred\:leading-6{
    line-height: 1.5rem;
  }

  .threehundred\:leading-7{
    line-height: 1.75rem;
  }

  .threehundred\:leading-8{
    line-height: 2rem;
  }

  .threehundred\:leading-9{
    line-height: 2.25rem;
  }

  .threehundred\:leading-10{
    line-height: 2.5rem;
  }

  .threehundred\:leading-none{
    line-height: 1;
  }

  .threehundred\:leading-tight{
    line-height: 1.25;
  }

  .threehundred\:leading-snug{
    line-height: 1.375;
  }

  .threehundred\:leading-normal{
    line-height: 1.5;
  }

  .threehundred\:leading-relaxed{
    line-height: 1.625;
  }

  .threehundred\:leading-loose{
    line-height: 2;
  }

  .threehundred\:list-inside{
    list-style-position: inside;
  }

  .threehundred\:list-outside{
    list-style-position: outside;
  }

  .threehundred\:list-none{
    list-style-type: none;
  }

  .threehundred\:list-disc{
    list-style-type: disc;
  }

  .threehundred\:list-decimal{
    list-style-type: decimal;
  }

  .threehundred\:m-0{
    margin: 0;
  }

  .threehundred\:m-1{
    margin: 0.25rem;
  }

  .threehundred\:m-2{
    margin: 0.5rem;
  }

  .threehundred\:m-3{
    margin: 0.75rem;
  }

  .threehundred\:m-4{
    margin: 1rem;
  }

  .threehundred\:m-5{
    margin: 1.25rem;
  }

  .threehundred\:m-6{
    margin: 1.5rem;
  }

  .threehundred\:m-8{
    margin: 2rem;
  }

  .threehundred\:m-10{
    margin: 2.5rem;
  }

  .threehundred\:m-12{
    margin: 3rem;
  }

  .threehundred\:m-16{
    margin: 4rem;
  }

  .threehundred\:m-20{
    margin: 5rem;
  }

  .threehundred\:m-24{
    margin: 6rem;
  }

  .threehundred\:m-32{
    margin: 8rem;
  }

  .threehundred\:m-40{
    margin: 10rem;
  }

  .threehundred\:m-48{
    margin: 12rem;
  }

  .threehundred\:m-56{
    margin: 14rem;
  }

  .threehundred\:m-64{
    margin: 16rem;
  }

  .threehundred\:m-72{
    margin: 18rem;
  }

  .threehundred\:m-80{
    margin: 20rem;
  }

  .threehundred\:m-88{
    margin: 22rem;
  }

  .threehundred\:m-96{
    margin: 24rem;
  }

  .threehundred\:m-104{
    margin: 26rem;
  }

  .threehundred\:m-112{
    margin: 28rem;
  }

  .threehundred\:m-128{
    margin: 30rem;
  }

  .threehundred\:m-144{
    margin: 34rem;
  }

  .threehundred\:m-160{
    margin: 38rem;
  }

  .threehundred\:m-176{
    margin: 42rem;
  }

  .threehundred\:m-192{
    margin: 46rem;
  }

  .threehundred\:m-208{
    margin: 50rem;
  }

  .threehundred\:m-224{
    margin: 54rem;
  }

  .threehundred\:m-240{
    margin: 58rem;
  }

  .threehundred\:m-256{
    margin: 62rem;
  }

  .threehundred\:m-auto{
    margin: auto;
  }

  .threehundred\:m-px{
    margin: 1px;
  }

  .threehundred\:-m-1{
    margin: -0.25rem;
  }

  .threehundred\:-m-2{
    margin: -0.5rem;
  }

  .threehundred\:-m-3{
    margin: -0.75rem;
  }

  .threehundred\:-m-4{
    margin: -1rem;
  }

  .threehundred\:-m-5{
    margin: -1.25rem;
  }

  .threehundred\:-m-6{
    margin: -1.5rem;
  }

  .threehundred\:-m-8{
    margin: -2rem;
  }

  .threehundred\:-m-10{
    margin: -2.5rem;
  }

  .threehundred\:-m-12{
    margin: -3rem;
  }

  .threehundred\:-m-16{
    margin: -4rem;
  }

  .threehundred\:-m-20{
    margin: -5rem;
  }

  .threehundred\:-m-24{
    margin: -6rem;
  }

  .threehundred\:-m-32{
    margin: -8rem;
  }

  .threehundred\:-m-40{
    margin: -10rem;
  }

  .threehundred\:-m-48{
    margin: -12rem;
  }

  .threehundred\:-m-56{
    margin: -14rem;
  }

  .threehundred\:-m-64{
    margin: -16rem;
  }

  .threehundred\:-m-72{
    margin: -18rem;
  }

  .threehundred\:-m-80{
    margin: -20rem;
  }

  .threehundred\:-m-88{
    margin: -22rem;
  }

  .threehundred\:-m-96{
    margin: -24rem;
  }

  .threehundred\:-m-104{
    margin: -26rem;
  }

  .threehundred\:-m-112{
    margin: -28rem;
  }

  .threehundred\:-m-128{
    margin: -30rem;
  }

  .threehundred\:-m-144{
    margin: -34rem;
  }

  .threehundred\:-m-160{
    margin: -38rem;
  }

  .threehundred\:-m-176{
    margin: -42rem;
  }

  .threehundred\:-m-192{
    margin: -46rem;
  }

  .threehundred\:-m-208{
    margin: -50rem;
  }

  .threehundred\:-m-224{
    margin: -54rem;
  }

  .threehundred\:-m-240{
    margin: -58rem;
  }

  .threehundred\:-m-256{
    margin: -62rem;
  }

  .threehundred\:-m-px{
    margin: -1px;
  }

  .threehundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .threehundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .threehundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .threehundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .threehundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .threehundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .threehundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .threehundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .threehundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .threehundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .threehundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .threehundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .threehundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .threehundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .threehundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .threehundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .threehundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .threehundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .threehundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .threehundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .threehundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .threehundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .threehundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .threehundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .threehundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .threehundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .threehundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .threehundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .threehundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .threehundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .threehundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .threehundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .threehundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .threehundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .threehundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .threehundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .threehundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .threehundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .threehundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .threehundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .threehundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .threehundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .threehundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .threehundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .threehundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .threehundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .threehundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .threehundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .threehundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .threehundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .threehundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .threehundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .threehundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .threehundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .threehundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .threehundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .threehundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .threehundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .threehundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .threehundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .threehundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .threehundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .threehundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .threehundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .threehundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .threehundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .threehundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .threehundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .threehundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .threehundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .threehundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .threehundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .threehundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .threehundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .threehundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .threehundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .threehundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .threehundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .threehundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .threehundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .threehundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .threehundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .threehundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .threehundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .threehundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .threehundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .threehundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .threehundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .threehundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .threehundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .threehundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .threehundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .threehundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .threehundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .threehundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .threehundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .threehundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .threehundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .threehundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .threehundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .threehundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .threehundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .threehundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .threehundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .threehundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .threehundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .threehundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .threehundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .threehundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .threehundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .threehundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .threehundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .threehundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .threehundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .threehundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .threehundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .threehundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .threehundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .threehundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .threehundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .threehundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .threehundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .threehundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .threehundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .threehundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .threehundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .threehundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .threehundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .threehundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .threehundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .threehundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .threehundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .threehundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .threehundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .threehundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .threehundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .threehundred\:mt-0{
    margin-top: 0;
  }

  .threehundred\:mr-0{
    margin-right: 0;
  }

  .threehundred\:mb-0{
    margin-bottom: 0;
  }

  .threehundred\:ml-0{
    margin-left: 0;
  }

  .threehundred\:mt-1{
    margin-top: 0.25rem;
  }

  .threehundred\:mr-1{
    margin-right: 0.25rem;
  }

  .threehundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .threehundred\:ml-1{
    margin-left: 0.25rem;
  }

  .threehundred\:mt-2{
    margin-top: 0.5rem;
  }

  .threehundred\:mr-2{
    margin-right: 0.5rem;
  }

  .threehundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .threehundred\:ml-2{
    margin-left: 0.5rem;
  }

  .threehundred\:mt-3{
    margin-top: 0.75rem;
  }

  .threehundred\:mr-3{
    margin-right: 0.75rem;
  }

  .threehundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .threehundred\:ml-3{
    margin-left: 0.75rem;
  }

  .threehundred\:mt-4{
    margin-top: 1rem;
  }

  .threehundred\:mr-4{
    margin-right: 1rem;
  }

  .threehundred\:mb-4{
    margin-bottom: 1rem;
  }

  .threehundred\:ml-4{
    margin-left: 1rem;
  }

  .threehundred\:mt-5{
    margin-top: 1.25rem;
  }

  .threehundred\:mr-5{
    margin-right: 1.25rem;
  }

  .threehundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .threehundred\:ml-5{
    margin-left: 1.25rem;
  }

  .threehundred\:mt-6{
    margin-top: 1.5rem;
  }

  .threehundred\:mr-6{
    margin-right: 1.5rem;
  }

  .threehundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .threehundred\:ml-6{
    margin-left: 1.5rem;
  }

  .threehundred\:mt-8{
    margin-top: 2rem;
  }

  .threehundred\:mr-8{
    margin-right: 2rem;
  }

  .threehundred\:mb-8{
    margin-bottom: 2rem;
  }

  .threehundred\:ml-8{
    margin-left: 2rem;
  }

  .threehundred\:mt-10{
    margin-top: 2.5rem;
  }

  .threehundred\:mr-10{
    margin-right: 2.5rem;
  }

  .threehundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .threehundred\:ml-10{
    margin-left: 2.5rem;
  }

  .threehundred\:mt-12{
    margin-top: 3rem;
  }

  .threehundred\:mr-12{
    margin-right: 3rem;
  }

  .threehundred\:mb-12{
    margin-bottom: 3rem;
  }

  .threehundred\:ml-12{
    margin-left: 3rem;
  }

  .threehundred\:mt-16{
    margin-top: 4rem;
  }

  .threehundred\:mr-16{
    margin-right: 4rem;
  }

  .threehundred\:mb-16{
    margin-bottom: 4rem;
  }

  .threehundred\:ml-16{
    margin-left: 4rem;
  }

  .threehundred\:mt-20{
    margin-top: 5rem;
  }

  .threehundred\:mr-20{
    margin-right: 5rem;
  }

  .threehundred\:mb-20{
    margin-bottom: 5rem;
  }

  .threehundred\:ml-20{
    margin-left: 5rem;
  }

  .threehundred\:mt-24{
    margin-top: 6rem;
  }

  .threehundred\:mr-24{
    margin-right: 6rem;
  }

  .threehundred\:mb-24{
    margin-bottom: 6rem;
  }

  .threehundred\:ml-24{
    margin-left: 6rem;
  }

  .threehundred\:mt-32{
    margin-top: 8rem;
  }

  .threehundred\:mr-32{
    margin-right: 8rem;
  }

  .threehundred\:mb-32{
    margin-bottom: 8rem;
  }

  .threehundred\:ml-32{
    margin-left: 8rem;
  }

  .threehundred\:mt-40{
    margin-top: 10rem;
  }

  .threehundred\:mr-40{
    margin-right: 10rem;
  }

  .threehundred\:mb-40{
    margin-bottom: 10rem;
  }

  .threehundred\:ml-40{
    margin-left: 10rem;
  }

  .threehundred\:mt-48{
    margin-top: 12rem;
  }

  .threehundred\:mr-48{
    margin-right: 12rem;
  }

  .threehundred\:mb-48{
    margin-bottom: 12rem;
  }

  .threehundred\:ml-48{
    margin-left: 12rem;
  }

  .threehundred\:mt-56{
    margin-top: 14rem;
  }

  .threehundred\:mr-56{
    margin-right: 14rem;
  }

  .threehundred\:mb-56{
    margin-bottom: 14rem;
  }

  .threehundred\:ml-56{
    margin-left: 14rem;
  }

  .threehundred\:mt-64{
    margin-top: 16rem;
  }

  .threehundred\:mr-64{
    margin-right: 16rem;
  }

  .threehundred\:mb-64{
    margin-bottom: 16rem;
  }

  .threehundred\:ml-64{
    margin-left: 16rem;
  }

  .threehundred\:mt-72{
    margin-top: 18rem;
  }

  .threehundred\:mr-72{
    margin-right: 18rem;
  }

  .threehundred\:mb-72{
    margin-bottom: 18rem;
  }

  .threehundred\:ml-72{
    margin-left: 18rem;
  }

  .threehundred\:mt-80{
    margin-top: 20rem;
  }

  .threehundred\:mr-80{
    margin-right: 20rem;
  }

  .threehundred\:mb-80{
    margin-bottom: 20rem;
  }

  .threehundred\:ml-80{
    margin-left: 20rem;
  }

  .threehundred\:mt-88{
    margin-top: 22rem;
  }

  .threehundred\:mr-88{
    margin-right: 22rem;
  }

  .threehundred\:mb-88{
    margin-bottom: 22rem;
  }

  .threehundred\:ml-88{
    margin-left: 22rem;
  }

  .threehundred\:mt-96{
    margin-top: 24rem;
  }

  .threehundred\:mr-96{
    margin-right: 24rem;
  }

  .threehundred\:mb-96{
    margin-bottom: 24rem;
  }

  .threehundred\:ml-96{
    margin-left: 24rem;
  }

  .threehundred\:mt-104{
    margin-top: 26rem;
  }

  .threehundred\:mr-104{
    margin-right: 26rem;
  }

  .threehundred\:mb-104{
    margin-bottom: 26rem;
  }

  .threehundred\:ml-104{
    margin-left: 26rem;
  }

  .threehundred\:mt-112{
    margin-top: 28rem;
  }

  .threehundred\:mr-112{
    margin-right: 28rem;
  }

  .threehundred\:mb-112{
    margin-bottom: 28rem;
  }

  .threehundred\:ml-112{
    margin-left: 28rem;
  }

  .threehundred\:mt-128{
    margin-top: 30rem;
  }

  .threehundred\:mr-128{
    margin-right: 30rem;
  }

  .threehundred\:mb-128{
    margin-bottom: 30rem;
  }

  .threehundred\:ml-128{
    margin-left: 30rem;
  }

  .threehundred\:mt-144{
    margin-top: 34rem;
  }

  .threehundred\:mr-144{
    margin-right: 34rem;
  }

  .threehundred\:mb-144{
    margin-bottom: 34rem;
  }

  .threehundred\:ml-144{
    margin-left: 34rem;
  }

  .threehundred\:mt-160{
    margin-top: 38rem;
  }

  .threehundred\:mr-160{
    margin-right: 38rem;
  }

  .threehundred\:mb-160{
    margin-bottom: 38rem;
  }

  .threehundred\:ml-160{
    margin-left: 38rem;
  }

  .threehundred\:mt-176{
    margin-top: 42rem;
  }

  .threehundred\:mr-176{
    margin-right: 42rem;
  }

  .threehundred\:mb-176{
    margin-bottom: 42rem;
  }

  .threehundred\:ml-176{
    margin-left: 42rem;
  }

  .threehundred\:mt-192{
    margin-top: 46rem;
  }

  .threehundred\:mr-192{
    margin-right: 46rem;
  }

  .threehundred\:mb-192{
    margin-bottom: 46rem;
  }

  .threehundred\:ml-192{
    margin-left: 46rem;
  }

  .threehundred\:mt-208{
    margin-top: 50rem;
  }

  .threehundred\:mr-208{
    margin-right: 50rem;
  }

  .threehundred\:mb-208{
    margin-bottom: 50rem;
  }

  .threehundred\:ml-208{
    margin-left: 50rem;
  }

  .threehundred\:mt-224{
    margin-top: 54rem;
  }

  .threehundred\:mr-224{
    margin-right: 54rem;
  }

  .threehundred\:mb-224{
    margin-bottom: 54rem;
  }

  .threehundred\:ml-224{
    margin-left: 54rem;
  }

  .threehundred\:mt-240{
    margin-top: 58rem;
  }

  .threehundred\:mr-240{
    margin-right: 58rem;
  }

  .threehundred\:mb-240{
    margin-bottom: 58rem;
  }

  .threehundred\:ml-240{
    margin-left: 58rem;
  }

  .threehundred\:mt-256{
    margin-top: 62rem;
  }

  .threehundred\:mr-256{
    margin-right: 62rem;
  }

  .threehundred\:mb-256{
    margin-bottom: 62rem;
  }

  .threehundred\:ml-256{
    margin-left: 62rem;
  }

  .threehundred\:mt-auto{
    margin-top: auto;
  }

  .threehundred\:mr-auto{
    margin-right: auto;
  }

  .threehundred\:mb-auto{
    margin-bottom: auto;
  }

  .threehundred\:ml-auto{
    margin-left: auto;
  }

  .threehundred\:mt-px{
    margin-top: 1px;
  }

  .threehundred\:mr-px{
    margin-right: 1px;
  }

  .threehundred\:mb-px{
    margin-bottom: 1px;
  }

  .threehundred\:ml-px{
    margin-left: 1px;
  }

  .threehundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .threehundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .threehundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .threehundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .threehundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .threehundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .threehundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .threehundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .threehundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .threehundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .threehundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .threehundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .threehundred\:-mt-4{
    margin-top: -1rem;
  }

  .threehundred\:-mr-4{
    margin-right: -1rem;
  }

  .threehundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .threehundred\:-ml-4{
    margin-left: -1rem;
  }

  .threehundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .threehundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .threehundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .threehundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .threehundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .threehundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .threehundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .threehundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .threehundred\:-mt-8{
    margin-top: -2rem;
  }

  .threehundred\:-mr-8{
    margin-right: -2rem;
  }

  .threehundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .threehundred\:-ml-8{
    margin-left: -2rem;
  }

  .threehundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .threehundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .threehundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .threehundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .threehundred\:-mt-12{
    margin-top: -3rem;
  }

  .threehundred\:-mr-12{
    margin-right: -3rem;
  }

  .threehundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .threehundred\:-ml-12{
    margin-left: -3rem;
  }

  .threehundred\:-mt-16{
    margin-top: -4rem;
  }

  .threehundred\:-mr-16{
    margin-right: -4rem;
  }

  .threehundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .threehundred\:-ml-16{
    margin-left: -4rem;
  }

  .threehundred\:-mt-20{
    margin-top: -5rem;
  }

  .threehundred\:-mr-20{
    margin-right: -5rem;
  }

  .threehundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .threehundred\:-ml-20{
    margin-left: -5rem;
  }

  .threehundred\:-mt-24{
    margin-top: -6rem;
  }

  .threehundred\:-mr-24{
    margin-right: -6rem;
  }

  .threehundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .threehundred\:-ml-24{
    margin-left: -6rem;
  }

  .threehundred\:-mt-32{
    margin-top: -8rem;
  }

  .threehundred\:-mr-32{
    margin-right: -8rem;
  }

  .threehundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .threehundred\:-ml-32{
    margin-left: -8rem;
  }

  .threehundred\:-mt-40{
    margin-top: -10rem;
  }

  .threehundred\:-mr-40{
    margin-right: -10rem;
  }

  .threehundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .threehundred\:-ml-40{
    margin-left: -10rem;
  }

  .threehundred\:-mt-48{
    margin-top: -12rem;
  }

  .threehundred\:-mr-48{
    margin-right: -12rem;
  }

  .threehundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .threehundred\:-ml-48{
    margin-left: -12rem;
  }

  .threehundred\:-mt-56{
    margin-top: -14rem;
  }

  .threehundred\:-mr-56{
    margin-right: -14rem;
  }

  .threehundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .threehundred\:-ml-56{
    margin-left: -14rem;
  }

  .threehundred\:-mt-64{
    margin-top: -16rem;
  }

  .threehundred\:-mr-64{
    margin-right: -16rem;
  }

  .threehundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .threehundred\:-ml-64{
    margin-left: -16rem;
  }

  .threehundred\:-mt-72{
    margin-top: -18rem;
  }

  .threehundred\:-mr-72{
    margin-right: -18rem;
  }

  .threehundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .threehundred\:-ml-72{
    margin-left: -18rem;
  }

  .threehundred\:-mt-80{
    margin-top: -20rem;
  }

  .threehundred\:-mr-80{
    margin-right: -20rem;
  }

  .threehundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .threehundred\:-ml-80{
    margin-left: -20rem;
  }

  .threehundred\:-mt-88{
    margin-top: -22rem;
  }

  .threehundred\:-mr-88{
    margin-right: -22rem;
  }

  .threehundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .threehundred\:-ml-88{
    margin-left: -22rem;
  }

  .threehundred\:-mt-96{
    margin-top: -24rem;
  }

  .threehundred\:-mr-96{
    margin-right: -24rem;
  }

  .threehundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .threehundred\:-ml-96{
    margin-left: -24rem;
  }

  .threehundred\:-mt-104{
    margin-top: -26rem;
  }

  .threehundred\:-mr-104{
    margin-right: -26rem;
  }

  .threehundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .threehundred\:-ml-104{
    margin-left: -26rem;
  }

  .threehundred\:-mt-112{
    margin-top: -28rem;
  }

  .threehundred\:-mr-112{
    margin-right: -28rem;
  }

  .threehundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .threehundred\:-ml-112{
    margin-left: -28rem;
  }

  .threehundred\:-mt-128{
    margin-top: -30rem;
  }

  .threehundred\:-mr-128{
    margin-right: -30rem;
  }

  .threehundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .threehundred\:-ml-128{
    margin-left: -30rem;
  }

  .threehundred\:-mt-144{
    margin-top: -34rem;
  }

  .threehundred\:-mr-144{
    margin-right: -34rem;
  }

  .threehundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .threehundred\:-ml-144{
    margin-left: -34rem;
  }

  .threehundred\:-mt-160{
    margin-top: -38rem;
  }

  .threehundred\:-mr-160{
    margin-right: -38rem;
  }

  .threehundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .threehundred\:-ml-160{
    margin-left: -38rem;
  }

  .threehundred\:-mt-176{
    margin-top: -42rem;
  }

  .threehundred\:-mr-176{
    margin-right: -42rem;
  }

  .threehundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .threehundred\:-ml-176{
    margin-left: -42rem;
  }

  .threehundred\:-mt-192{
    margin-top: -46rem;
  }

  .threehundred\:-mr-192{
    margin-right: -46rem;
  }

  .threehundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .threehundred\:-ml-192{
    margin-left: -46rem;
  }

  .threehundred\:-mt-208{
    margin-top: -50rem;
  }

  .threehundred\:-mr-208{
    margin-right: -50rem;
  }

  .threehundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .threehundred\:-ml-208{
    margin-left: -50rem;
  }

  .threehundred\:-mt-224{
    margin-top: -54rem;
  }

  .threehundred\:-mr-224{
    margin-right: -54rem;
  }

  .threehundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .threehundred\:-ml-224{
    margin-left: -54rem;
  }

  .threehundred\:-mt-240{
    margin-top: -58rem;
  }

  .threehundred\:-mr-240{
    margin-right: -58rem;
  }

  .threehundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .threehundred\:-ml-240{
    margin-left: -58rem;
  }

  .threehundred\:-mt-256{
    margin-top: -62rem;
  }

  .threehundred\:-mr-256{
    margin-right: -62rem;
  }

  .threehundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .threehundred\:-ml-256{
    margin-left: -62rem;
  }

  .threehundred\:-mt-px{
    margin-top: -1px;
  }

  .threehundred\:-mr-px{
    margin-right: -1px;
  }

  .threehundred\:-mb-px{
    margin-bottom: -1px;
  }

  .threehundred\:-ml-px{
    margin-left: -1px;
  }

  .threehundred\:max-h-full{
    max-height: 100%;
  }

  .threehundred\:max-h-screen{
    max-height: 100vh;
  }

  .threehundred\:max-w-none{
    max-width: none;
  }

  .threehundred\:max-w-xs{
    max-width: 20rem;
  }

  .threehundred\:max-w-sm{
    max-width: 24rem;
  }

  .threehundred\:max-w-md{
    max-width: 28rem;
  }

  .threehundred\:max-w-lg{
    max-width: 32rem;
  }

  .threehundred\:max-w-xl{
    max-width: 36rem;
  }

  .threehundred\:max-w-2xl{
    max-width: 42rem;
  }

  .threehundred\:max-w-3xl{
    max-width: 48rem;
  }

  .threehundred\:max-w-4xl{
    max-width: 56rem;
  }

  .threehundred\:max-w-5xl{
    max-width: 64rem;
  }

  .threehundred\:max-w-6xl{
    max-width: 72rem;
  }

  .threehundred\:max-w-full{
    max-width: 100%;
  }

  .threehundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .threehundred\:max-w-screen-md{
    max-width: 768px;
  }

  .threehundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .threehundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .threehundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .threehundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .threehundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .threehundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .threehundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .threehundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .threehundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .threehundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .threehundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .threehundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .threehundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .threehundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .threehundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .threehundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .threehundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .threehundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .threehundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .threehundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .threehundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .threehundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .threehundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .threehundred\:min-h-0{
    min-height: 0;
  }

  .threehundred\:min-h-full{
    min-height: 100%;
  }

  .threehundred\:min-h-screen{
    min-height: 100vh;
  }

  .threehundred\:min-w-0{
    min-width: 0;
  }

  .threehundred\:min-w-80{
    min-width: 20rem;
  }

  .threehundred\:min-w-full{
    min-width: 100%;
  }

  .threehundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .threehundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .threehundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .threehundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .threehundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .threehundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .threehundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .threehundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .threehundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .threehundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .threehundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .threehundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .threehundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .threehundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .threehundred\:opacity-0{
    opacity: 0;
  }

  .threehundred\:opacity-25{
    opacity: 0.25;
  }

  .threehundred\:opacity-30{
    opacity: 0.3;
  }

  .threehundred\:opacity-40{
    opacity: 0.4;
  }

  .threehundred\:opacity-50{
    opacity: 0.5;
  }

  .threehundred\:opacity-75{
    opacity: 0.75;
  }

  .threehundred\:opacity-100{
    opacity: 1;
  }

  .threehundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .threehundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .threehundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .threehundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .threehundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .threehundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .threehundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .threehundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .threehundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .threehundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .threehundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .threehundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .threehundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .threehundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .threehundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .threehundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .threehundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .threehundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .threehundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .threehundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .threehundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .threehundred\:overflow-auto{
    overflow: auto;
  }

  .threehundred\:overflow-hidden{
    overflow: hidden;
  }

  .threehundred\:overflow-visible{
    overflow: visible;
  }

  .threehundred\:overflow-scroll{
    overflow: scroll;
  }

  .threehundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .threehundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .threehundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .threehundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .threehundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .threehundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .threehundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .threehundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .threehundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .threehundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .threehundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .threehundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .threehundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .threehundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .threehundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .threehundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .threehundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .threehundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .threehundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .threehundred\:p-0{
    padding: 0;
  }

  .threehundred\:p-1{
    padding: 0.25rem;
  }

  .threehundred\:p-2{
    padding: 0.5rem;
  }

  .threehundred\:p-3{
    padding: 0.75rem;
  }

  .threehundred\:p-4{
    padding: 1rem;
  }

  .threehundred\:p-5{
    padding: 1.25rem;
  }

  .threehundred\:p-6{
    padding: 1.5rem;
  }

  .threehundred\:p-8{
    padding: 2rem;
  }

  .threehundred\:p-10{
    padding: 2.5rem;
  }

  .threehundred\:p-12{
    padding: 3rem;
  }

  .threehundred\:p-16{
    padding: 4rem;
  }

  .threehundred\:p-20{
    padding: 5rem;
  }

  .threehundred\:p-24{
    padding: 6rem;
  }

  .threehundred\:p-32{
    padding: 8rem;
  }

  .threehundred\:p-40{
    padding: 10rem;
  }

  .threehundred\:p-48{
    padding: 12rem;
  }

  .threehundred\:p-56{
    padding: 14rem;
  }

  .threehundred\:p-64{
    padding: 16rem;
  }

  .threehundred\:p-72{
    padding: 18rem;
  }

  .threehundred\:p-80{
    padding: 20rem;
  }

  .threehundred\:p-88{
    padding: 22rem;
  }

  .threehundred\:p-96{
    padding: 24rem;
  }

  .threehundred\:p-104{
    padding: 26rem;
  }

  .threehundred\:p-112{
    padding: 28rem;
  }

  .threehundred\:p-128{
    padding: 30rem;
  }

  .threehundred\:p-144{
    padding: 34rem;
  }

  .threehundred\:p-160{
    padding: 38rem;
  }

  .threehundred\:p-176{
    padding: 42rem;
  }

  .threehundred\:p-192{
    padding: 46rem;
  }

  .threehundred\:p-208{
    padding: 50rem;
  }

  .threehundred\:p-224{
    padding: 54rem;
  }

  .threehundred\:p-240{
    padding: 58rem;
  }

  .threehundred\:p-256{
    padding: 62rem;
  }

  .threehundred\:p-px{
    padding: 1px;
  }

  .threehundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .threehundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .threehundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .threehundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .threehundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .threehundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .threehundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .threehundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .threehundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .threehundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .threehundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .threehundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .threehundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .threehundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .threehundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .threehundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .threehundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .threehundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .threehundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .threehundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .threehundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .threehundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .threehundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .threehundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .threehundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .threehundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .threehundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .threehundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .threehundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .threehundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .threehundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .threehundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .threehundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .threehundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .threehundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .threehundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .threehundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .threehundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .threehundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .threehundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .threehundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .threehundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .threehundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .threehundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .threehundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .threehundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .threehundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .threehundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .threehundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .threehundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .threehundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .threehundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .threehundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .threehundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .threehundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .threehundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .threehundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .threehundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .threehundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .threehundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .threehundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .threehundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .threehundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .threehundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .threehundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .threehundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .threehundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .threehundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .threehundred\:pt-0{
    padding-top: 0;
  }

  .threehundred\:pr-0{
    padding-right: 0;
  }

  .threehundred\:pb-0{
    padding-bottom: 0;
  }

  .threehundred\:pl-0{
    padding-left: 0;
  }

  .threehundred\:pt-1{
    padding-top: 0.25rem;
  }

  .threehundred\:pr-1{
    padding-right: 0.25rem;
  }

  .threehundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .threehundred\:pl-1{
    padding-left: 0.25rem;
  }

  .threehundred\:pt-2{
    padding-top: 0.5rem;
  }

  .threehundred\:pr-2{
    padding-right: 0.5rem;
  }

  .threehundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .threehundred\:pl-2{
    padding-left: 0.5rem;
  }

  .threehundred\:pt-3{
    padding-top: 0.75rem;
  }

  .threehundred\:pr-3{
    padding-right: 0.75rem;
  }

  .threehundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .threehundred\:pl-3{
    padding-left: 0.75rem;
  }

  .threehundred\:pt-4{
    padding-top: 1rem;
  }

  .threehundred\:pr-4{
    padding-right: 1rem;
  }

  .threehundred\:pb-4{
    padding-bottom: 1rem;
  }

  .threehundred\:pl-4{
    padding-left: 1rem;
  }

  .threehundred\:pt-5{
    padding-top: 1.25rem;
  }

  .threehundred\:pr-5{
    padding-right: 1.25rem;
  }

  .threehundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .threehundred\:pl-5{
    padding-left: 1.25rem;
  }

  .threehundred\:pt-6{
    padding-top: 1.5rem;
  }

  .threehundred\:pr-6{
    padding-right: 1.5rem;
  }

  .threehundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .threehundred\:pl-6{
    padding-left: 1.5rem;
  }

  .threehundred\:pt-8{
    padding-top: 2rem;
  }

  .threehundred\:pr-8{
    padding-right: 2rem;
  }

  .threehundred\:pb-8{
    padding-bottom: 2rem;
  }

  .threehundred\:pl-8{
    padding-left: 2rem;
  }

  .threehundred\:pt-10{
    padding-top: 2.5rem;
  }

  .threehundred\:pr-10{
    padding-right: 2.5rem;
  }

  .threehundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .threehundred\:pl-10{
    padding-left: 2.5rem;
  }

  .threehundred\:pt-12{
    padding-top: 3rem;
  }

  .threehundred\:pr-12{
    padding-right: 3rem;
  }

  .threehundred\:pb-12{
    padding-bottom: 3rem;
  }

  .threehundred\:pl-12{
    padding-left: 3rem;
  }

  .threehundred\:pt-16{
    padding-top: 4rem;
  }

  .threehundred\:pr-16{
    padding-right: 4rem;
  }

  .threehundred\:pb-16{
    padding-bottom: 4rem;
  }

  .threehundred\:pl-16{
    padding-left: 4rem;
  }

  .threehundred\:pt-20{
    padding-top: 5rem;
  }

  .threehundred\:pr-20{
    padding-right: 5rem;
  }

  .threehundred\:pb-20{
    padding-bottom: 5rem;
  }

  .threehundred\:pl-20{
    padding-left: 5rem;
  }

  .threehundred\:pt-24{
    padding-top: 6rem;
  }

  .threehundred\:pr-24{
    padding-right: 6rem;
  }

  .threehundred\:pb-24{
    padding-bottom: 6rem;
  }

  .threehundred\:pl-24{
    padding-left: 6rem;
  }

  .threehundred\:pt-32{
    padding-top: 8rem;
  }

  .threehundred\:pr-32{
    padding-right: 8rem;
  }

  .threehundred\:pb-32{
    padding-bottom: 8rem;
  }

  .threehundred\:pl-32{
    padding-left: 8rem;
  }

  .threehundred\:pt-40{
    padding-top: 10rem;
  }

  .threehundred\:pr-40{
    padding-right: 10rem;
  }

  .threehundred\:pb-40{
    padding-bottom: 10rem;
  }

  .threehundred\:pl-40{
    padding-left: 10rem;
  }

  .threehundred\:pt-48{
    padding-top: 12rem;
  }

  .threehundred\:pr-48{
    padding-right: 12rem;
  }

  .threehundred\:pb-48{
    padding-bottom: 12rem;
  }

  .threehundred\:pl-48{
    padding-left: 12rem;
  }

  .threehundred\:pt-56{
    padding-top: 14rem;
  }

  .threehundred\:pr-56{
    padding-right: 14rem;
  }

  .threehundred\:pb-56{
    padding-bottom: 14rem;
  }

  .threehundred\:pl-56{
    padding-left: 14rem;
  }

  .threehundred\:pt-64{
    padding-top: 16rem;
  }

  .threehundred\:pr-64{
    padding-right: 16rem;
  }

  .threehundred\:pb-64{
    padding-bottom: 16rem;
  }

  .threehundred\:pl-64{
    padding-left: 16rem;
  }

  .threehundred\:pt-72{
    padding-top: 18rem;
  }

  .threehundred\:pr-72{
    padding-right: 18rem;
  }

  .threehundred\:pb-72{
    padding-bottom: 18rem;
  }

  .threehundred\:pl-72{
    padding-left: 18rem;
  }

  .threehundred\:pt-80{
    padding-top: 20rem;
  }

  .threehundred\:pr-80{
    padding-right: 20rem;
  }

  .threehundred\:pb-80{
    padding-bottom: 20rem;
  }

  .threehundred\:pl-80{
    padding-left: 20rem;
  }

  .threehundred\:pt-88{
    padding-top: 22rem;
  }

  .threehundred\:pr-88{
    padding-right: 22rem;
  }

  .threehundred\:pb-88{
    padding-bottom: 22rem;
  }

  .threehundred\:pl-88{
    padding-left: 22rem;
  }

  .threehundred\:pt-96{
    padding-top: 24rem;
  }

  .threehundred\:pr-96{
    padding-right: 24rem;
  }

  .threehundred\:pb-96{
    padding-bottom: 24rem;
  }

  .threehundred\:pl-96{
    padding-left: 24rem;
  }

  .threehundred\:pt-104{
    padding-top: 26rem;
  }

  .threehundred\:pr-104{
    padding-right: 26rem;
  }

  .threehundred\:pb-104{
    padding-bottom: 26rem;
  }

  .threehundred\:pl-104{
    padding-left: 26rem;
  }

  .threehundred\:pt-112{
    padding-top: 28rem;
  }

  .threehundred\:pr-112{
    padding-right: 28rem;
  }

  .threehundred\:pb-112{
    padding-bottom: 28rem;
  }

  .threehundred\:pl-112{
    padding-left: 28rem;
  }

  .threehundred\:pt-128{
    padding-top: 30rem;
  }

  .threehundred\:pr-128{
    padding-right: 30rem;
  }

  .threehundred\:pb-128{
    padding-bottom: 30rem;
  }

  .threehundred\:pl-128{
    padding-left: 30rem;
  }

  .threehundred\:pt-144{
    padding-top: 34rem;
  }

  .threehundred\:pr-144{
    padding-right: 34rem;
  }

  .threehundred\:pb-144{
    padding-bottom: 34rem;
  }

  .threehundred\:pl-144{
    padding-left: 34rem;
  }

  .threehundred\:pt-160{
    padding-top: 38rem;
  }

  .threehundred\:pr-160{
    padding-right: 38rem;
  }

  .threehundred\:pb-160{
    padding-bottom: 38rem;
  }

  .threehundred\:pl-160{
    padding-left: 38rem;
  }

  .threehundred\:pt-176{
    padding-top: 42rem;
  }

  .threehundred\:pr-176{
    padding-right: 42rem;
  }

  .threehundred\:pb-176{
    padding-bottom: 42rem;
  }

  .threehundred\:pl-176{
    padding-left: 42rem;
  }

  .threehundred\:pt-192{
    padding-top: 46rem;
  }

  .threehundred\:pr-192{
    padding-right: 46rem;
  }

  .threehundred\:pb-192{
    padding-bottom: 46rem;
  }

  .threehundred\:pl-192{
    padding-left: 46rem;
  }

  .threehundred\:pt-208{
    padding-top: 50rem;
  }

  .threehundred\:pr-208{
    padding-right: 50rem;
  }

  .threehundred\:pb-208{
    padding-bottom: 50rem;
  }

  .threehundred\:pl-208{
    padding-left: 50rem;
  }

  .threehundred\:pt-224{
    padding-top: 54rem;
  }

  .threehundred\:pr-224{
    padding-right: 54rem;
  }

  .threehundred\:pb-224{
    padding-bottom: 54rem;
  }

  .threehundred\:pl-224{
    padding-left: 54rem;
  }

  .threehundred\:pt-240{
    padding-top: 58rem;
  }

  .threehundred\:pr-240{
    padding-right: 58rem;
  }

  .threehundred\:pb-240{
    padding-bottom: 58rem;
  }

  .threehundred\:pl-240{
    padding-left: 58rem;
  }

  .threehundred\:pt-256{
    padding-top: 62rem;
  }

  .threehundred\:pr-256{
    padding-right: 62rem;
  }

  .threehundred\:pb-256{
    padding-bottom: 62rem;
  }

  .threehundred\:pl-256{
    padding-left: 62rem;
  }

  .threehundred\:pt-px{
    padding-top: 1px;
  }

  .threehundred\:pr-px{
    padding-right: 1px;
  }

  .threehundred\:pb-px{
    padding-bottom: 1px;
  }

  .threehundred\:pl-px{
    padding-left: 1px;
  }

  .threehundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .threehundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .threehundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .threehundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .threehundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .threehundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .threehundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .threehundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .threehundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .threehundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .threehundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .threehundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .threehundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .threehundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .threehundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .threehundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .threehundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .threehundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .threehundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .threehundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .threehundred\:pointer-events-none{
    pointer-events: none;
  }

  .threehundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .threehundred\:static{
    position: static;
  }

  .threehundred\:fixed{
    position: fixed;
  }

  .threehundred\:absolute{
    position: absolute;
  }

  .threehundred\:relative{
    position: relative;
  }

  .threehundred\:sticky{
    position: sticky;
  }

  .threehundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .threehundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .threehundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .threehundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .threehundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .threehundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .threehundred\:top-0{
    top: 0;
  }

  .threehundred\:right-0{
    right: 0;
  }

  .threehundred\:bottom-0{
    bottom: 0;
  }

  .threehundred\:left-0{
    left: 0;
  }

  .threehundred\:top-auto{
    top: auto;
  }

  .threehundred\:right-auto{
    right: auto;
  }

  .threehundred\:bottom-auto{
    bottom: auto;
  }

  .threehundred\:left-auto{
    left: auto;
  }

  .threehundred\:resize-none{
    resize: none;
  }

  .threehundred\:resize-y{
    resize: vertical;
  }

  .threehundred\:resize-x{
    resize: horizontal;
  }

  .threehundred\:resize{
    resize: both;
  }

  .threehundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .threehundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .threehundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .threehundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .threehundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:shadow-none{
    box-shadow: none;
  }

  .threehundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .threehundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .threehundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .threehundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .threehundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .threehundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .threehundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .threehundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .threehundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .threehundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .threehundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .threehundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .threehundred\:fill-current{
    fill: currentColor;
  }

  .threehundred\:stroke-current{
    stroke: currentColor;
  }

  .threehundred\:stroke-0{
    stroke-width: 0;
  }

  .threehundred\:stroke-1{
    stroke-width: 1;
  }

  .threehundred\:stroke-2{
    stroke-width: 2;
  }

  .threehundred\:table-auto{
    table-layout: auto;
  }

  .threehundred\:table-fixed{
    table-layout: fixed;
  }

  .threehundred\:text-left{
    text-align: left;
  }

  .threehundred\:text-center{
    text-align: center;
  }

  .threehundred\:text-right{
    text-align: right;
  }

  .threehundred\:text-justify{
    text-align: justify;
  }

  .threehundred\:text-transparent{
    color: transparent;
  }

  .threehundred\:text-current{
    color: currentColor;
  }

  .threehundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .threehundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .threehundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .threehundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .threehundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .threehundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .threehundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .threehundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .threehundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .threehundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .threehundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .threehundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .threehundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .threehundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .threehundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .threehundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .threehundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .threehundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .threehundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .threehundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .threehundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .threehundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .threehundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .threehundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .threehundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .threehundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .threehundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .threehundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .threehundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .threehundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .threehundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .threehundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .threehundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .threehundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .threehundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .threehundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .threehundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .threehundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .threehundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .threehundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .threehundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .threehundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .threehundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .threehundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .threehundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .threehundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .threehundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .threehundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .threehundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .threehundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .threehundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .threehundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .threehundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .threehundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .threehundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .threehundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .threehundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .threehundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .threehundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .threehundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .threehundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .threehundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .threehundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .threehundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .threehundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .threehundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .threehundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .threehundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .threehundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .threehundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .threehundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .threehundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .threehundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .threehundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .threehundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .threehundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .threehundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .threehundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .threehundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .threehundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .threehundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .threehundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .threehundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .threehundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .threehundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .threehundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .threehundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .threehundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .threehundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .threehundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .threehundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .threehundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .threehundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .threehundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .threehundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .threehundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .threehundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .threehundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .threehundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .threehundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .threehundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .threehundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .threehundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .threehundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .threehundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .threehundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .threehundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .threehundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .threehundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .threehundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .threehundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .threehundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .threehundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .threehundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .threehundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .threehundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .threehundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .threehundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .threehundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .threehundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .threehundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .threehundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .threehundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .threehundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .threehundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .threehundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .threehundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .threehundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .threehundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .threehundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .threehundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .threehundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .threehundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .threehundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .threehundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .threehundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .threehundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .threehundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .threehundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .threehundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .threehundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .threehundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .threehundred\:italic{
    font-style: italic;
  }

  .threehundred\:not-italic{
    font-style: normal;
  }

  .threehundred\:uppercase{
    text-transform: uppercase;
  }

  .threehundred\:lowercase{
    text-transform: lowercase;
  }

  .threehundred\:capitalize{
    text-transform: capitalize;
  }

  .threehundred\:normal-case{
    text-transform: none;
  }

  .threehundred\:underline{
    text-decoration: underline;
  }

  .threehundred\:line-through{
    text-decoration: line-through;
  }

  .threehundred\:no-underline{
    text-decoration: none;
  }

  .threehundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .threehundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .threehundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .threehundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .threehundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .threehundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .threehundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .threehundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .threehundred\:ordinal, .threehundred\:slashed-zero, .threehundred\:lining-nums, .threehundred\:oldstyle-nums, .threehundred\:proportional-nums, .threehundred\:tabular-nums, .threehundred\:diagonal-fractions, .threehundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .threehundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .threehundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .threehundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .threehundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .threehundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .threehundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .threehundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .threehundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .threehundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .threehundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .threehundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .threehundred\:tracking-normal{
    letter-spacing: 0;
  }

  .threehundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .threehundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .threehundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .threehundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .threehundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .threehundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .threehundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .threehundred\:align-baseline{
    vertical-align: baseline;
  }

  .threehundred\:align-top{
    vertical-align: top;
  }

  .threehundred\:align-middle{
    vertical-align: middle;
  }

  .threehundred\:align-bottom{
    vertical-align: bottom;
  }

  .threehundred\:align-text-top{
    vertical-align: text-top;
  }

  .threehundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .threehundred\:visible{
    visibility: visible;
  }

  .threehundred\:invisible{
    visibility: hidden;
  }

  .threehundred\:whitespace-normal{
    white-space: normal;
  }

  .threehundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .threehundred\:whitespace-pre{
    white-space: pre;
  }

  .threehundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .threehundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .threehundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .threehundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .threehundred\:break-all{
    word-break: break-all;
  }

  .threehundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .threehundred\:w-0{
    width: 0;
  }

  .threehundred\:w-1{
    width: 0.25rem;
  }

  .threehundred\:w-2{
    width: 0.5rem;
  }

  .threehundred\:w-3{
    width: 0.75rem;
  }

  .threehundred\:w-4{
    width: 1rem;
  }

  .threehundred\:w-5{
    width: 1.25rem;
  }

  .threehundred\:w-6{
    width: 1.5rem;
  }

  .threehundred\:w-8{
    width: 2rem;
  }

  .threehundred\:w-10{
    width: 2.5rem;
  }

  .threehundred\:w-12{
    width: 3rem;
  }

  .threehundred\:w-16{
    width: 4rem;
  }

  .threehundred\:w-20{
    width: 5rem;
  }

  .threehundred\:w-24{
    width: 6rem;
  }

  .threehundred\:w-32{
    width: 8rem;
  }

  .threehundred\:w-40{
    width: 10rem;
  }

  .threehundred\:w-48{
    width: 12rem;
  }

  .threehundred\:w-56{
    width: 14rem;
  }

  .threehundred\:w-64{
    width: 16rem;
  }

  .threehundred\:w-72{
    width: 18rem;
  }

  .threehundred\:w-80{
    width: 20rem;
  }

  .threehundred\:w-88{
    width: 22rem;
  }

  .threehundred\:w-96{
    width: 24rem;
  }

  .threehundred\:w-104{
    width: 26rem;
  }

  .threehundred\:w-112{
    width: 28rem;
  }

  .threehundred\:w-128{
    width: 30rem;
  }

  .threehundred\:w-144{
    width: 34rem;
  }

  .threehundred\:w-160{
    width: 38rem;
  }

  .threehundred\:w-176{
    width: 42rem;
  }

  .threehundred\:w-192{
    width: 46rem;
  }

  .threehundred\:w-208{
    width: 50rem;
  }

  .threehundred\:w-224{
    width: 54rem;
  }

  .threehundred\:w-240{
    width: 58rem;
  }

  .threehundred\:w-256{
    width: 62rem;
  }

  .threehundred\:w-auto{
    width: auto;
  }

  .threehundred\:w-px{
    width: 1px;
  }

  .threehundred\:w-1\/2{
    width: 50%;
  }

  .threehundred\:w-1\/3{
    width: 33.333333%;
  }

  .threehundred\:w-2\/3{
    width: 66.666667%;
  }

  .threehundred\:w-1\/4{
    width: 25%;
  }

  .threehundred\:w-2\/4{
    width: 50%;
  }

  .threehundred\:w-3\/4{
    width: 75%;
  }

  .threehundred\:w-1\/5{
    width: 20%;
  }

  .threehundred\:w-2\/5{
    width: 40%;
  }

  .threehundred\:w-3\/5{
    width: 60%;
  }

  .threehundred\:w-4\/5{
    width: 80%;
  }

  .threehundred\:w-1\/6{
    width: 16.666667%;
  }

  .threehundred\:w-2\/6{
    width: 33.333333%;
  }

  .threehundred\:w-3\/6{
    width: 50%;
  }

  .threehundred\:w-4\/6{
    width: 66.666667%;
  }

  .threehundred\:w-5\/6{
    width: 83.333333%;
  }

  .threehundred\:w-1\/12{
    width: 8.333333%;
  }

  .threehundred\:w-2\/12{
    width: 16.666667%;
  }

  .threehundred\:w-3\/12{
    width: 25%;
  }

  .threehundred\:w-4\/12{
    width: 33.333333%;
  }

  .threehundred\:w-5\/12{
    width: 41.666667%;
  }

  .threehundred\:w-6\/12{
    width: 50%;
  }

  .threehundred\:w-7\/12{
    width: 58.333333%;
  }

  .threehundred\:w-8\/12{
    width: 66.666667%;
  }

  .threehundred\:w-9\/12{
    width: 75%;
  }

  .threehundred\:w-10\/12{
    width: 83.333333%;
  }

  .threehundred\:w-11\/12{
    width: 91.666667%;
  }

  .threehundred\:w-full{
    width: 100%;
  }

  .threehundred\:w-screen{
    width: 100vw;
  }

  .threehundred\:z-0{
    z-index: 0;
  }

  .threehundred\:z-10{
    z-index: 10;
  }

  .threehundred\:z-20{
    z-index: 20;
  }

  .threehundred\:z-30{
    z-index: 30;
  }

  .threehundred\:z-40{
    z-index: 40;
  }

  .threehundred\:z-50{
    z-index: 50;
  }

  .threehundred\:z-auto{
    z-index: auto;
  }

  .threehundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .threehundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .threehundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .threehundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .threehundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .threehundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .threehundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .threehundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .threehundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .threehundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .threehundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .threehundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .threehundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .threehundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .threehundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .threehundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .threehundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .threehundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .threehundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .threehundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .threehundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .threehundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .threehundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .threehundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .threehundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .threehundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .threehundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .threehundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .threehundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .threehundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .threehundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .threehundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .threehundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .threehundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .threehundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .threehundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .threehundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .threehundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .threehundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .threehundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .threehundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .threehundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .threehundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .threehundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .threehundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .threehundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .threehundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .threehundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .threehundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .threehundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .threehundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .threehundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .threehundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .threehundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .threehundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .threehundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .threehundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .threehundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .threehundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .threehundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .threehundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .threehundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .threehundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .threehundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .threehundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .threehundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .threehundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .threehundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .threehundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .threehundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .threehundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .threehundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .threehundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .threehundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .threehundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .threehundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .threehundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .threehundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .threehundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .threehundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .threehundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .threehundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .threehundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .threehundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .threehundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .threehundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .threehundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .threehundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .threehundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .threehundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .threehundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .threehundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .threehundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .threehundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .threehundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .threehundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .threehundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .threehundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .threehundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .threehundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .threehundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .threehundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .threehundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .threehundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .threehundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .threehundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .threehundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .threehundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .threehundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .threehundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .threehundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .threehundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .threehundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .threehundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .threehundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .threehundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .threehundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .threehundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .threehundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .threehundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .threehundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .threehundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .threehundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .threehundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .threehundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .threehundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .threehundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .threehundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .threehundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .threehundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .threehundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .threehundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .threehundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .threehundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .threehundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .threehundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .threehundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .threehundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .threehundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .threehundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .threehundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .threehundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .threehundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .threehundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .threehundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .threehundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .threehundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .threehundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .threehundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .threehundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .threehundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .threehundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .threehundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .threehundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .threehundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .threehundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .threehundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .threehundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .threehundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .threehundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .threehundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .threehundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .threehundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .threehundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .threehundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .threehundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .threehundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .threehundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .threehundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .threehundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .threehundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .threehundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .threehundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .threehundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .threehundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .threehundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .threehundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .threehundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .threehundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .threehundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .threehundred\:col-auto{
    grid-column: auto;
  }

  .threehundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .threehundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .threehundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .threehundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .threehundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .threehundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .threehundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .threehundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .threehundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .threehundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .threehundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .threehundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .threehundred\:col-start-1{
    grid-column-start: 1;
  }

  .threehundred\:col-start-2{
    grid-column-start: 2;
  }

  .threehundred\:col-start-3{
    grid-column-start: 3;
  }

  .threehundred\:col-start-4{
    grid-column-start: 4;
  }

  .threehundred\:col-start-5{
    grid-column-start: 5;
  }

  .threehundred\:col-start-6{
    grid-column-start: 6;
  }

  .threehundred\:col-start-7{
    grid-column-start: 7;
  }

  .threehundred\:col-start-8{
    grid-column-start: 8;
  }

  .threehundred\:col-start-9{
    grid-column-start: 9;
  }

  .threehundred\:col-start-10{
    grid-column-start: 10;
  }

  .threehundred\:col-start-11{
    grid-column-start: 11;
  }

  .threehundred\:col-start-12{
    grid-column-start: 12;
  }

  .threehundred\:col-start-13{
    grid-column-start: 13;
  }

  .threehundred\:col-start-auto{
    grid-column-start: auto;
  }

  .threehundred\:col-end-1{
    grid-column-end: 1;
  }

  .threehundred\:col-end-2{
    grid-column-end: 2;
  }

  .threehundred\:col-end-3{
    grid-column-end: 3;
  }

  .threehundred\:col-end-4{
    grid-column-end: 4;
  }

  .threehundred\:col-end-5{
    grid-column-end: 5;
  }

  .threehundred\:col-end-6{
    grid-column-end: 6;
  }

  .threehundred\:col-end-7{
    grid-column-end: 7;
  }

  .threehundred\:col-end-8{
    grid-column-end: 8;
  }

  .threehundred\:col-end-9{
    grid-column-end: 9;
  }

  .threehundred\:col-end-10{
    grid-column-end: 10;
  }

  .threehundred\:col-end-11{
    grid-column-end: 11;
  }

  .threehundred\:col-end-12{
    grid-column-end: 12;
  }

  .threehundred\:col-end-13{
    grid-column-end: 13;
  }

  .threehundred\:col-end-auto{
    grid-column-end: auto;
  }

  .threehundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .threehundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .threehundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .threehundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .threehundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .threehundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .threehundred\:row-auto{
    grid-row: auto;
  }

  .threehundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .threehundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .threehundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .threehundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .threehundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .threehundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .threehundred\:row-start-1{
    grid-row-start: 1;
  }

  .threehundred\:row-start-2{
    grid-row-start: 2;
  }

  .threehundred\:row-start-3{
    grid-row-start: 3;
  }

  .threehundred\:row-start-4{
    grid-row-start: 4;
  }

  .threehundred\:row-start-5{
    grid-row-start: 5;
  }

  .threehundred\:row-start-6{
    grid-row-start: 6;
  }

  .threehundred\:row-start-7{
    grid-row-start: 7;
  }

  .threehundred\:row-start-auto{
    grid-row-start: auto;
  }

  .threehundred\:row-end-1{
    grid-row-end: 1;
  }

  .threehundred\:row-end-2{
    grid-row-end: 2;
  }

  .threehundred\:row-end-3{
    grid-row-end: 3;
  }

  .threehundred\:row-end-4{
    grid-row-end: 4;
  }

  .threehundred\:row-end-5{
    grid-row-end: 5;
  }

  .threehundred\:row-end-6{
    grid-row-end: 6;
  }

  .threehundred\:row-end-7{
    grid-row-end: 7;
  }

  .threehundred\:row-end-auto{
    grid-row-end: auto;
  }

  .threehundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .threehundred\:transform-none{
    transform: none;
  }

  .threehundred\:origin-center{
    transform-origin: center;
  }

  .threehundred\:origin-top{
    transform-origin: top;
  }

  .threehundred\:origin-top-right{
    transform-origin: top right;
  }

  .threehundred\:origin-right{
    transform-origin: right;
  }

  .threehundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .threehundred\:origin-bottom{
    transform-origin: bottom;
  }

  .threehundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .threehundred\:origin-left{
    transform-origin: left;
  }

  .threehundred\:origin-top-left{
    transform-origin: top left;
  }

  .threehundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .threehundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .threehundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .threehundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .threehundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .threehundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .threehundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .threehundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .threehundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .threehundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .threehundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .threehundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .threehundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .threehundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .threehundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .threehundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .threehundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .threehundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .threehundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .threehundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .threehundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .threehundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .threehundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .threehundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .threehundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .threehundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .threehundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .threehundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .threehundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .threehundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .threehundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .threehundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .threehundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .threehundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .threehundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .threehundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .threehundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .threehundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .threehundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .threehundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .threehundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .threehundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .threehundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .threehundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .threehundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .threehundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .threehundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .threehundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .threehundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .threehundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .threehundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .threehundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .threehundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .threehundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .threehundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .threehundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .threehundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .threehundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .threehundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .threehundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .threehundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .threehundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .threehundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .threehundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .threehundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .threehundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .threehundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .threehundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .threehundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .threehundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .threehundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .threehundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .threehundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .threehundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .threehundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .threehundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .threehundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .threehundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .threehundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .threehundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .threehundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .threehundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .threehundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .threehundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .threehundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .threehundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .threehundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .threehundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .threehundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .threehundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .threehundred\:rotate-0{
    --transform-rotate: 0;
  }

  .threehundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .threehundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .threehundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .threehundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .threehundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .threehundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .threehundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .threehundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .threehundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .threehundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .threehundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .threehundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .threehundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .threehundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .threehundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .threehundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .threehundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .threehundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .threehundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .threehundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .threehundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .threehundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .threehundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .threehundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .threehundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .threehundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .threehundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .threehundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .threehundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .threehundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .threehundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .threehundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .threehundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .threehundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .threehundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .threehundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .threehundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .threehundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .threehundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .threehundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .threehundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .threehundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .threehundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .threehundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .threehundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .threehundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .threehundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .threehundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .threehundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .threehundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .threehundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .threehundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .threehundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .threehundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .threehundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .threehundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .threehundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .threehundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .threehundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .threehundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .threehundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .threehundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .threehundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .threehundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .threehundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .threehundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .threehundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .threehundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .threehundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .threehundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .threehundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .threehundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .threehundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .threehundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .threehundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .threehundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .threehundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .threehundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .threehundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .threehundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .threehundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .threehundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .threehundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .threehundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .threehundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .threehundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .threehundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .threehundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .threehundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .threehundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .threehundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .threehundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .threehundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .threehundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .threehundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .threehundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .threehundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .threehundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .threehundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .threehundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .threehundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .threehundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .threehundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .threehundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .threehundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .threehundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .threehundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .threehundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .threehundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .threehundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .threehundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .threehundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .threehundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .threehundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .threehundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .threehundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .threehundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .threehundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .threehundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .threehundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .threehundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .threehundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .threehundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .threehundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .threehundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .threehundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .threehundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .threehundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .threehundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .threehundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .threehundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .threehundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .threehundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .threehundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .threehundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .threehundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .threehundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .threehundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .threehundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .threehundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .threehundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .threehundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .threehundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .threehundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .threehundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .threehundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .threehundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .threehundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .threehundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .threehundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .threehundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .threehundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .threehundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .threehundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .threehundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .threehundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .threehundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .threehundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .threehundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .threehundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .threehundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .threehundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .threehundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .threehundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .threehundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .threehundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .threehundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .threehundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .threehundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .threehundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .threehundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .threehundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .threehundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .threehundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .threehundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .threehundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .threehundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .threehundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .threehundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .threehundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .threehundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .threehundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .threehundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .threehundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .threehundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .threehundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .threehundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .threehundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .threehundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .threehundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .threehundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .threehundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .threehundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .threehundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .threehundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .threehundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .threehundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .threehundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .threehundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .threehundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .threehundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .threehundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .threehundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .threehundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .threehundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .threehundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .threehundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .threehundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .threehundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .threehundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .threehundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .threehundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .threehundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .threehundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .threehundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .threehundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .threehundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .threehundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .threehundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .threehundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .threehundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .threehundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .threehundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .threehundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .threehundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .threehundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .threehundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .threehundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .threehundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .threehundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .threehundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .threehundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .threehundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .threehundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .threehundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .threehundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .threehundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .threehundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .threehundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .threehundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .threehundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .threehundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .threehundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .threehundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .threehundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .threehundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .threehundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .threehundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .threehundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .threehundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .threehundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .threehundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .threehundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .threehundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .threehundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .threehundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .threehundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .threehundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .threehundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .threehundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .threehundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .threehundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .threehundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .threehundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .threehundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .threehundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .threehundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .threehundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .threehundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .threehundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .threehundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .threehundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .threehundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .threehundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .threehundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .threehundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .threehundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .threehundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .threehundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .threehundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .threehundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .threehundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .threehundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .threehundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .threehundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .threehundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .threehundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .threehundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .threehundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .threehundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .threehundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .threehundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .threehundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .threehundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .threehundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .threehundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .threehundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .threehundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .threehundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .threehundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .threehundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .threehundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .threehundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .threehundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .threehundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .threehundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .threehundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .threehundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .threehundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .threehundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .threehundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .threehundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .threehundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .threehundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .threehundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .threehundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .threehundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .threehundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .threehundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .threehundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .threehundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .threehundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .threehundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .threehundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .threehundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .threehundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .threehundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .threehundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .threehundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .threehundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .threehundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .threehundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .threehundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .threehundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .threehundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .threehundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .threehundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .threehundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .threehundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .threehundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .threehundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .threehundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .threehundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .threehundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .threehundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .threehundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .threehundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .threehundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .threehundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .threehundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .threehundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .threehundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .threehundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .threehundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .threehundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .threehundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .threehundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .threehundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .threehundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .threehundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .threehundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .threehundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .threehundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .threehundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .threehundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .threehundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .threehundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .threehundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .threehundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .threehundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .threehundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .threehundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .threehundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .threehundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .threehundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .threehundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .threehundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .threehundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .threehundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .threehundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .threehundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .threehundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .threehundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .threehundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .threehundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .threehundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .threehundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .threehundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .threehundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .threehundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .threehundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .threehundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .threehundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .threehundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .threehundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .threehundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .threehundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .threehundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .threehundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .threehundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .threehundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .threehundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .threehundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .threehundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .threehundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .threehundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .threehundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .threehundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .threehundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .threehundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .threehundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .threehundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .threehundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .threehundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .threehundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .threehundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .threehundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .threehundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .threehundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .threehundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .threehundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .threehundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .threehundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .threehundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .threehundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .threehundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .threehundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .threehundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .threehundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .threehundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .threehundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .threehundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .threehundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .threehundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .threehundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .threehundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .threehundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .threehundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .threehundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .threehundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .threehundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .threehundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .threehundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .threehundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .threehundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .threehundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .threehundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .threehundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .threehundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .threehundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .threehundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .threehundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .threehundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .threehundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .threehundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .threehundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .threehundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .threehundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .threehundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .threehundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .threehundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .threehundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .threehundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .threehundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .threehundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .threehundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .threehundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .threehundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .threehundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .threehundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .threehundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .threehundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .threehundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .threehundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .threehundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .threehundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .threehundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .threehundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .threehundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .threehundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .threehundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .threehundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .threehundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .threehundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .threehundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .threehundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .threehundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .threehundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .threehundred\:transition-none{
    transition-property: none;
  }

  .threehundred\:transition-all{
    transition-property: all;
  }

  .threehundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .threehundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .threehundred\:transition-opacity{
    transition-property: opacity;
  }

  .threehundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .threehundred\:transition-transform{
    transition-property: transform;
  }

  .threehundred\:ease-linear{
    transition-timing-function: linear;
  }

  .threehundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .threehundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .threehundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .threehundred\:duration-75{
    transition-duration: 75ms;
  }

  .threehundred\:duration-100{
    transition-duration: 100ms;
  }

  .threehundred\:duration-150{
    transition-duration: 150ms;
  }

  .threehundred\:duration-200{
    transition-duration: 200ms;
  }

  .threehundred\:duration-300{
    transition-duration: 300ms;
  }

  .threehundred\:duration-500{
    transition-duration: 500ms;
  }

  .threehundred\:duration-700{
    transition-duration: 700ms;
  }

  .threehundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .threehundred\:delay-75{
    transition-delay: 75ms;
  }

  .threehundred\:delay-100{
    transition-delay: 100ms;
  }

  .threehundred\:delay-150{
    transition-delay: 150ms;
  }

  .threehundred\:delay-200{
    transition-delay: 200ms;
  }

  .threehundred\:delay-300{
    transition-delay: 300ms;
  }

  .threehundred\:delay-500{
    transition-delay: 500ms;
  }

  .threehundred\:delay-700{
    transition-delay: 700ms;
  }

  .threehundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .threehundred\:animate-none{
    animation: none;
  }

  .threehundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .threehundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .threehundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .threehundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 400px){
  .fourhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .fourhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .fourhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .fourhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .fourhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .fourhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .fourhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .fourhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .fourhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .fourhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .fourhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .fourhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .fourhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .fourhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .fourhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .fourhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .fourhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .fourhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .fourhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .fourhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .fourhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .fourhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .fourhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .fourhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .fourhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .fourhundred\:container{
      max-width: 2000px;
    }
  }

  .fourhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .fourhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .fourhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .fourhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .fourhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .fourhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .fourhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .fourhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .fourhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .fourhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .fourhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .fourhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .fourhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .fourhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .fourhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .fourhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .fourhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .fourhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .fourhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .fourhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .fourhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .fourhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .fourhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .fourhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .fourhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .fourhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .fourhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .fourhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .fourhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fourhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fourhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .fourhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .fourhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .fourhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .fourhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .fourhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .fourhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .fourhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .fourhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .fourhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .fourhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .fourhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .fourhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .fourhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .fourhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .fourhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .fourhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .fourhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .fourhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .fourhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .fourhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .fourhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .fourhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .fourhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .fourhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .fourhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .fourhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .fourhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .fourhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .fourhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .fourhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .fourhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fourhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fourhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fourhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fourhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .fourhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .fourhundred\:bg-local{
    background-attachment: local;
  }

  .fourhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .fourhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .fourhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .fourhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .fourhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .fourhundred\:bg-transparent{
    background-color: transparent;
  }

  .fourhundred\:bg-current{
    background-color: currentColor;
  }

  .fourhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .fourhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .fourhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .fourhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .fourhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourhundred\:bg-none{
    background-image: none;
  }

  .fourhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .fourhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .fourhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .fourhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .fourhundred\:to-black{
    --gradient-to-color: #000;
  }

  .fourhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .fourhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .fourhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .fourhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .fourhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .fourhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .fourhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .fourhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .fourhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .fourhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .fourhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .fourhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .fourhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .fourhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .fourhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .fourhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .fourhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .fourhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .fourhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .fourhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .fourhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .fourhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .fourhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .fourhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .fourhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .fourhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .fourhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .fourhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .fourhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .fourhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .fourhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .fourhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .fourhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .fourhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .fourhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .fourhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .fourhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .fourhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .fourhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .fourhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .fourhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .fourhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .fourhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .fourhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .fourhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .fourhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .fourhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .fourhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .fourhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .fourhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .fourhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .fourhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .fourhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .fourhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .fourhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .fourhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .fourhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .fourhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .fourhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .fourhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .fourhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .fourhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .fourhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .fourhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .fourhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .fourhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .fourhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .fourhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .fourhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .fourhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .fourhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .fourhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .fourhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .fourhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .fourhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .fourhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .fourhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .fourhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .fourhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .fourhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .fourhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .fourhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .fourhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .fourhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .fourhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .fourhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .fourhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .fourhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .fourhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .fourhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .fourhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .fourhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .fourhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .fourhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .fourhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .fourhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .fourhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .fourhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .fourhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .fourhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .fourhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .fourhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .fourhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .fourhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .fourhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .fourhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .fourhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .fourhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .fourhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .fourhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .fourhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .fourhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .fourhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .fourhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .fourhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .fourhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .fourhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .fourhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .fourhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .fourhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .fourhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .fourhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .fourhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .fourhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .fourhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .fourhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .fourhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .fourhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .fourhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .fourhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .fourhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .fourhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .fourhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .fourhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .fourhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .fourhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .fourhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .fourhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .fourhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .fourhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .fourhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .fourhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .fourhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .fourhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .fourhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .fourhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .fourhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .fourhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .fourhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .fourhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .fourhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .fourhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .fourhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .fourhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .fourhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .fourhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .fourhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .fourhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .fourhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .fourhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .fourhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .fourhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .fourhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .fourhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .fourhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .fourhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .fourhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .fourhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .fourhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .fourhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .fourhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .fourhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .fourhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .fourhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .fourhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .fourhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .fourhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .fourhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .fourhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .fourhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .fourhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .fourhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .fourhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .fourhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .fourhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .fourhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .fourhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .fourhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .fourhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .fourhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .fourhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .fourhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .fourhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .fourhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .fourhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .fourhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .fourhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .fourhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .fourhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .fourhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .fourhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .fourhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .fourhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .fourhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .fourhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .fourhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .fourhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .fourhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .fourhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .fourhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .fourhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .fourhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .fourhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .fourhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .fourhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .fourhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .fourhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .fourhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .fourhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .fourhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .fourhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .fourhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .fourhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .fourhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .fourhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .fourhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .fourhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .fourhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .fourhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .fourhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .fourhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .fourhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .fourhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .fourhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .fourhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .fourhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .fourhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .fourhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .fourhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .fourhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .fourhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .fourhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .fourhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .fourhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .fourhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .fourhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .fourhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .fourhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .fourhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .fourhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .fourhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .fourhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .fourhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .fourhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .fourhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .fourhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .fourhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .fourhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .fourhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .fourhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .fourhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .fourhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .fourhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .fourhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .fourhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .fourhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .fourhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .fourhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .fourhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .fourhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .fourhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .fourhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .fourhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .fourhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .fourhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .fourhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .fourhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .fourhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .fourhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .fourhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .fourhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .fourhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .fourhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .fourhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .fourhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .fourhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .fourhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .fourhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .fourhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .fourhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .fourhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .fourhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .fourhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .fourhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .fourhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .fourhundred\:bg-bottom{
    background-position: bottom;
  }

  .fourhundred\:bg-center{
    background-position: center;
  }

  .fourhundred\:bg-left{
    background-position: left;
  }

  .fourhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .fourhundred\:bg-left-top{
    background-position: left top;
  }

  .fourhundred\:bg-right{
    background-position: right;
  }

  .fourhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .fourhundred\:bg-right-top{
    background-position: right top;
  }

  .fourhundred\:bg-top{
    background-position: top;
  }

  .fourhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .fourhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .fourhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .fourhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .fourhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .fourhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .fourhundred\:bg-auto{
    background-size: auto;
  }

  .fourhundred\:bg-cover{
    background-size: cover;
  }

  .fourhundred\:bg-contain{
    background-size: contain;
  }

  .fourhundred\:border-collapse{
    border-collapse: collapse;
  }

  .fourhundred\:border-separate{
    border-collapse: separate;
  }

  .fourhundred\:border-transparent{
    border-color: transparent;
  }

  .fourhundred\:border-current{
    border-color: currentColor;
  }

  .fourhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .fourhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .fourhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .fourhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .fourhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .fourhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .fourhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .fourhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .fourhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .fourhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .fourhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .fourhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .fourhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .fourhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .fourhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .fourhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .fourhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .fourhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .fourhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .fourhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .fourhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .fourhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .fourhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .fourhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .fourhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .fourhundred\:rounded-none{
    border-radius: 0;
  }

  .fourhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .fourhundred\:rounded{
    border-radius: 0.25rem;
  }

  .fourhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .fourhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .fourhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .fourhundred\:rounded-full{
    border-radius: 9999px;
  }

  .fourhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fourhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fourhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fourhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fourhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .fourhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .fourhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fourhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fourhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .fourhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .fourhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fourhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fourhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .fourhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .fourhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fourhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fourhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .fourhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .fourhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fourhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fourhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fourhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .fourhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fourhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fourhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .fourhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .fourhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fourhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fourhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .fourhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .fourhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .fourhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .fourhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .fourhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .fourhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .fourhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .fourhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .fourhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .fourhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .fourhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .fourhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .fourhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .fourhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .fourhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .fourhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .fourhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .fourhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .fourhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .fourhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .fourhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .fourhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .fourhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .fourhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .fourhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .fourhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .fourhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .fourhundred\:border-solid{
    border-style: solid;
  }

  .fourhundred\:border-dashed{
    border-style: dashed;
  }

  .fourhundred\:border-dotted{
    border-style: dotted;
  }

  .fourhundred\:border-double{
    border-style: double;
  }

  .fourhundred\:border-none{
    border-style: none;
  }

  .fourhundred\:border-0{
    border-width: 0;
  }

  .fourhundred\:border-2{
    border-width: 2px;
  }

  .fourhundred\:border-4{
    border-width: 4px;
  }

  .fourhundred\:border-8{
    border-width: 8px;
  }

  .fourhundred\:border{
    border-width: 1px;
  }

  .fourhundred\:border-t-0{
    border-top-width: 0;
  }

  .fourhundred\:border-r-0{
    border-right-width: 0;
  }

  .fourhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .fourhundred\:border-l-0{
    border-left-width: 0;
  }

  .fourhundred\:border-t-2{
    border-top-width: 2px;
  }

  .fourhundred\:border-r-2{
    border-right-width: 2px;
  }

  .fourhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .fourhundred\:border-l-2{
    border-left-width: 2px;
  }

  .fourhundred\:border-t-4{
    border-top-width: 4px;
  }

  .fourhundred\:border-r-4{
    border-right-width: 4px;
  }

  .fourhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .fourhundred\:border-l-4{
    border-left-width: 4px;
  }

  .fourhundred\:border-t-8{
    border-top-width: 8px;
  }

  .fourhundred\:border-r-8{
    border-right-width: 8px;
  }

  .fourhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .fourhundred\:border-l-8{
    border-left-width: 8px;
  }

  .fourhundred\:border-t{
    border-top-width: 1px;
  }

  .fourhundred\:border-r{
    border-right-width: 1px;
  }

  .fourhundred\:border-b{
    border-bottom-width: 1px;
  }

  .fourhundred\:border-l{
    border-left-width: 1px;
  }

  .fourhundred\:box-border{
    box-sizing: border-box;
  }

  .fourhundred\:box-content{
    box-sizing: content-box;
  }

  .fourhundred\:cursor-auto{
    cursor: auto;
  }

  .fourhundred\:cursor-default{
    cursor: default;
  }

  .fourhundred\:cursor-pointer{
    cursor: pointer;
  }

  .fourhundred\:cursor-wait{
    cursor: wait;
  }

  .fourhundred\:cursor-text{
    cursor: text;
  }

  .fourhundred\:cursor-move{
    cursor: move;
  }

  .fourhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .fourhundred\:block{
    display: block;
  }

  .fourhundred\:inline-block{
    display: inline-block;
  }

  .fourhundred\:inline{
    display: inline;
  }

  .fourhundred\:flex{
    display: flex;
  }

  .fourhundred\:inline-flex{
    display: inline-flex;
  }

  .fourhundred\:table{
    display: table;
  }

  .fourhundred\:table-caption{
    display: table-caption;
  }

  .fourhundred\:table-cell{
    display: table-cell;
  }

  .fourhundred\:table-column{
    display: table-column;
  }

  .fourhundred\:table-column-group{
    display: table-column-group;
  }

  .fourhundred\:table-footer-group{
    display: table-footer-group;
  }

  .fourhundred\:table-header-group{
    display: table-header-group;
  }

  .fourhundred\:table-row-group{
    display: table-row-group;
  }

  .fourhundred\:table-row{
    display: table-row;
  }

  .fourhundred\:flow-root{
    display: flow-root;
  }

  .fourhundred\:grid{
    display: grid;
  }

  .fourhundred\:inline-grid{
    display: inline-grid;
  }

  .fourhundred\:contents{
    display: contents;
  }

  .fourhundred\:hidden{
    display: none;
  }

  .fourhundred\:flex-row{
    flex-direction: row;
  }

  .fourhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .fourhundred\:flex-col{
    flex-direction: column;
  }

  .fourhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .fourhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .fourhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .fourhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .fourhundred\:place-items-auto{
    place-items: auto;
  }

  .fourhundred\:place-items-start{
    place-items: start;
  }

  .fourhundred\:place-items-end{
    place-items: end;
  }

  .fourhundred\:place-items-center{
    place-items: center;
  }

  .fourhundred\:place-items-stretch{
    place-items: stretch;
  }

  .fourhundred\:place-content-center{
    place-content: center;
  }

  .fourhundred\:place-content-start{
    place-content: start;
  }

  .fourhundred\:place-content-end{
    place-content: end;
  }

  .fourhundred\:place-content-between{
    place-content: space-between;
  }

  .fourhundred\:place-content-around{
    place-content: space-around;
  }

  .fourhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .fourhundred\:place-content-stretch{
    place-content: stretch;
  }

  .fourhundred\:place-self-auto{
    place-self: auto;
  }

  .fourhundred\:place-self-start{
    place-self: start;
  }

  .fourhundred\:place-self-end{
    place-self: end;
  }

  .fourhundred\:place-self-center{
    place-self: center;
  }

  .fourhundred\:place-self-stretch{
    place-self: stretch;
  }

  .fourhundred\:items-start{
    align-items: flex-start;
  }

  .fourhundred\:items-end{
    align-items: flex-end;
  }

  .fourhundred\:items-center{
    align-items: center;
  }

  .fourhundred\:items-baseline{
    align-items: baseline;
  }

  .fourhundred\:items-stretch{
    align-items: stretch;
  }

  .fourhundred\:content-center{
    align-content: center;
  }

  .fourhundred\:content-start{
    align-content: flex-start;
  }

  .fourhundred\:content-end{
    align-content: flex-end;
  }

  .fourhundred\:content-between{
    align-content: space-between;
  }

  .fourhundred\:content-around{
    align-content: space-around;
  }

  .fourhundred\:content-evenly{
    align-content: space-evenly;
  }

  .fourhundred\:self-auto{
    align-self: auto;
  }

  .fourhundred\:self-start{
    align-self: flex-start;
  }

  .fourhundred\:self-end{
    align-self: flex-end;
  }

  .fourhundred\:self-center{
    align-self: center;
  }

  .fourhundred\:self-stretch{
    align-self: stretch;
  }

  .fourhundred\:justify-items-auto{
    justify-items: auto;
  }

  .fourhundred\:justify-items-start{
    justify-items: start;
  }

  .fourhundred\:justify-items-end{
    justify-items: end;
  }

  .fourhundred\:justify-items-center{
    justify-items: center;
  }

  .fourhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .fourhundred\:justify-start{
    justify-content: flex-start;
  }

  .fourhundred\:justify-end{
    justify-content: flex-end;
  }

  .fourhundred\:justify-center{
    justify-content: center;
  }

  .fourhundred\:justify-between{
    justify-content: space-between;
  }

  .fourhundred\:justify-around{
    justify-content: space-around;
  }

  .fourhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .fourhundred\:justify-self-auto{
    justify-self: auto;
  }

  .fourhundred\:justify-self-start{
    justify-self: start;
  }

  .fourhundred\:justify-self-end{
    justify-self: end;
  }

  .fourhundred\:justify-self-center{
    justify-self: center;
  }

  .fourhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .fourhundred\:flex-1{
    flex: 1 1 0%;
  }

  .fourhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .fourhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .fourhundred\:flex-none{
    flex: none;
  }

  .fourhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .fourhundred\:flex-grow{
    flex-grow: 1;
  }

  .fourhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .fourhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .fourhundred\:order-1{
    order: 1;
  }

  .fourhundred\:order-2{
    order: 2;
  }

  .fourhundred\:order-3{
    order: 3;
  }

  .fourhundred\:order-4{
    order: 4;
  }

  .fourhundred\:order-5{
    order: 5;
  }

  .fourhundred\:order-6{
    order: 6;
  }

  .fourhundred\:order-7{
    order: 7;
  }

  .fourhundred\:order-8{
    order: 8;
  }

  .fourhundred\:order-9{
    order: 9;
  }

  .fourhundred\:order-10{
    order: 10;
  }

  .fourhundred\:order-11{
    order: 11;
  }

  .fourhundred\:order-12{
    order: 12;
  }

  .fourhundred\:order-first{
    order: -9999;
  }

  .fourhundred\:order-last{
    order: 9999;
  }

  .fourhundred\:order-none{
    order: 0;
  }

  .fourhundred\:float-right{
    float: right;
  }

  .fourhundred\:float-left{
    float: left;
  }

  .fourhundred\:float-none{
    float: none;
  }

  .fourhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .fourhundred\:clear-left{
    clear: left;
  }

  .fourhundred\:clear-right{
    clear: right;
  }

  .fourhundred\:clear-both{
    clear: both;
  }

  .fourhundred\:clear-none{
    clear: none;
  }

  .fourhundred\: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";
  }

  .fourhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .fourhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .fourhundred\:font-hairline{
    font-weight: 100;
  }

  .fourhundred\:font-thin{
    font-weight: 200;
  }

  .fourhundred\:font-light{
    font-weight: 300;
  }

  .fourhundred\:font-normal{
    font-weight: 400;
  }

  .fourhundred\:font-medium{
    font-weight: 500;
  }

  .fourhundred\:font-semibold{
    font-weight: 600;
  }

  .fourhundred\:font-bold{
    font-weight: 700;
  }

  .fourhundred\:font-extrabold{
    font-weight: 800;
  }

  .fourhundred\:font-black{
    font-weight: 900;
  }

  .fourhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .fourhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .fourhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .fourhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .fourhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .fourhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .fourhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .fourhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .fourhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .fourhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .fourhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .fourhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .fourhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .fourhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .fourhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .fourhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .fourhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .fourhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .fourhundred\:h-0{
    height: 0;
  }

  .fourhundred\:h-1{
    height: 0.25rem;
  }

  .fourhundred\:h-2{
    height: 0.5rem;
  }

  .fourhundred\:h-3{
    height: 0.75rem;
  }

  .fourhundred\:h-4{
    height: 1rem;
  }

  .fourhundred\:h-5{
    height: 1.25rem;
  }

  .fourhundred\:h-6{
    height: 1.5rem;
  }

  .fourhundred\:h-8{
    height: 2rem;
  }

  .fourhundred\:h-10{
    height: 2.5rem;
  }

  .fourhundred\:h-12{
    height: 3rem;
  }

  .fourhundred\:h-16{
    height: 4rem;
  }

  .fourhundred\:h-20{
    height: 5rem;
  }

  .fourhundred\:h-24{
    height: 6rem;
  }

  .fourhundred\:h-32{
    height: 8rem;
  }

  .fourhundred\:h-40{
    height: 10rem;
  }

  .fourhundred\:h-48{
    height: 12rem;
  }

  .fourhundred\:h-56{
    height: 14rem;
  }

  .fourhundred\:h-64{
    height: 16rem;
  }

  .fourhundred\:h-72{
    height: 18rem;
  }

  .fourhundred\:h-80{
    height: 20rem;
  }

  .fourhundred\:h-88{
    height: 22rem;
  }

  .fourhundred\:h-96{
    height: 24rem;
  }

  .fourhundred\:h-104{
    height: 26rem;
  }

  .fourhundred\:h-112{
    height: 28rem;
  }

  .fourhundred\:h-128{
    height: 30rem;
  }

  .fourhundred\:h-144{
    height: 34rem;
  }

  .fourhundred\:h-160{
    height: 38rem;
  }

  .fourhundred\:h-176{
    height: 42rem;
  }

  .fourhundred\:h-192{
    height: 46rem;
  }

  .fourhundred\:h-208{
    height: 50rem;
  }

  .fourhundred\:h-224{
    height: 54rem;
  }

  .fourhundred\:h-240{
    height: 58rem;
  }

  .fourhundred\:h-256{
    height: 62rem;
  }

  .fourhundred\:h-auto{
    height: auto;
  }

  .fourhundred\:h-px{
    height: 1px;
  }

  .fourhundred\:h-full{
    height: 100%;
  }

  .fourhundred\:h-screen{
    height: 100vh;
  }

  .fourhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .fourhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .fourhundred\:text-xs{
    font-size: 0.75rem;
  }

  .fourhundred\:text-sm{
    font-size: 0.875rem;
  }

  .fourhundred\:text-base{
    font-size: 1rem;
  }

  .fourhundred\:text-lg{
    font-size: 1.125rem;
  }

  .fourhundred\:text-xl{
    font-size: 1.25rem;
  }

  .fourhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .fourhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .fourhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .fourhundred\:text-5xl{
    font-size: 3rem;
  }

  .fourhundred\:text-6xl{
    font-size: 4rem;
  }

  .fourhundred\:text-7xl{
    font-size: 6rem;
  }

  .fourhundred\:text-8xl{
    font-size: 8rem;
  }

  .fourhundred\:leading-3{
    line-height: .75rem;
  }

  .fourhundred\:leading-4{
    line-height: 1rem;
  }

  .fourhundred\:leading-5{
    line-height: 1.25rem;
  }

  .fourhundred\:leading-6{
    line-height: 1.5rem;
  }

  .fourhundred\:leading-7{
    line-height: 1.75rem;
  }

  .fourhundred\:leading-8{
    line-height: 2rem;
  }

  .fourhundred\:leading-9{
    line-height: 2.25rem;
  }

  .fourhundred\:leading-10{
    line-height: 2.5rem;
  }

  .fourhundred\:leading-none{
    line-height: 1;
  }

  .fourhundred\:leading-tight{
    line-height: 1.25;
  }

  .fourhundred\:leading-snug{
    line-height: 1.375;
  }

  .fourhundred\:leading-normal{
    line-height: 1.5;
  }

  .fourhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .fourhundred\:leading-loose{
    line-height: 2;
  }

  .fourhundred\:list-inside{
    list-style-position: inside;
  }

  .fourhundred\:list-outside{
    list-style-position: outside;
  }

  .fourhundred\:list-none{
    list-style-type: none;
  }

  .fourhundred\:list-disc{
    list-style-type: disc;
  }

  .fourhundred\:list-decimal{
    list-style-type: decimal;
  }

  .fourhundred\:m-0{
    margin: 0;
  }

  .fourhundred\:m-1{
    margin: 0.25rem;
  }

  .fourhundred\:m-2{
    margin: 0.5rem;
  }

  .fourhundred\:m-3{
    margin: 0.75rem;
  }

  .fourhundred\:m-4{
    margin: 1rem;
  }

  .fourhundred\:m-5{
    margin: 1.25rem;
  }

  .fourhundred\:m-6{
    margin: 1.5rem;
  }

  .fourhundred\:m-8{
    margin: 2rem;
  }

  .fourhundred\:m-10{
    margin: 2.5rem;
  }

  .fourhundred\:m-12{
    margin: 3rem;
  }

  .fourhundred\:m-16{
    margin: 4rem;
  }

  .fourhundred\:m-20{
    margin: 5rem;
  }

  .fourhundred\:m-24{
    margin: 6rem;
  }

  .fourhundred\:m-32{
    margin: 8rem;
  }

  .fourhundred\:m-40{
    margin: 10rem;
  }

  .fourhundred\:m-48{
    margin: 12rem;
  }

  .fourhundred\:m-56{
    margin: 14rem;
  }

  .fourhundred\:m-64{
    margin: 16rem;
  }

  .fourhundred\:m-72{
    margin: 18rem;
  }

  .fourhundred\:m-80{
    margin: 20rem;
  }

  .fourhundred\:m-88{
    margin: 22rem;
  }

  .fourhundred\:m-96{
    margin: 24rem;
  }

  .fourhundred\:m-104{
    margin: 26rem;
  }

  .fourhundred\:m-112{
    margin: 28rem;
  }

  .fourhundred\:m-128{
    margin: 30rem;
  }

  .fourhundred\:m-144{
    margin: 34rem;
  }

  .fourhundred\:m-160{
    margin: 38rem;
  }

  .fourhundred\:m-176{
    margin: 42rem;
  }

  .fourhundred\:m-192{
    margin: 46rem;
  }

  .fourhundred\:m-208{
    margin: 50rem;
  }

  .fourhundred\:m-224{
    margin: 54rem;
  }

  .fourhundred\:m-240{
    margin: 58rem;
  }

  .fourhundred\:m-256{
    margin: 62rem;
  }

  .fourhundred\:m-auto{
    margin: auto;
  }

  .fourhundred\:m-px{
    margin: 1px;
  }

  .fourhundred\:-m-1{
    margin: -0.25rem;
  }

  .fourhundred\:-m-2{
    margin: -0.5rem;
  }

  .fourhundred\:-m-3{
    margin: -0.75rem;
  }

  .fourhundred\:-m-4{
    margin: -1rem;
  }

  .fourhundred\:-m-5{
    margin: -1.25rem;
  }

  .fourhundred\:-m-6{
    margin: -1.5rem;
  }

  .fourhundred\:-m-8{
    margin: -2rem;
  }

  .fourhundred\:-m-10{
    margin: -2.5rem;
  }

  .fourhundred\:-m-12{
    margin: -3rem;
  }

  .fourhundred\:-m-16{
    margin: -4rem;
  }

  .fourhundred\:-m-20{
    margin: -5rem;
  }

  .fourhundred\:-m-24{
    margin: -6rem;
  }

  .fourhundred\:-m-32{
    margin: -8rem;
  }

  .fourhundred\:-m-40{
    margin: -10rem;
  }

  .fourhundred\:-m-48{
    margin: -12rem;
  }

  .fourhundred\:-m-56{
    margin: -14rem;
  }

  .fourhundred\:-m-64{
    margin: -16rem;
  }

  .fourhundred\:-m-72{
    margin: -18rem;
  }

  .fourhundred\:-m-80{
    margin: -20rem;
  }

  .fourhundred\:-m-88{
    margin: -22rem;
  }

  .fourhundred\:-m-96{
    margin: -24rem;
  }

  .fourhundred\:-m-104{
    margin: -26rem;
  }

  .fourhundred\:-m-112{
    margin: -28rem;
  }

  .fourhundred\:-m-128{
    margin: -30rem;
  }

  .fourhundred\:-m-144{
    margin: -34rem;
  }

  .fourhundred\:-m-160{
    margin: -38rem;
  }

  .fourhundred\:-m-176{
    margin: -42rem;
  }

  .fourhundred\:-m-192{
    margin: -46rem;
  }

  .fourhundred\:-m-208{
    margin: -50rem;
  }

  .fourhundred\:-m-224{
    margin: -54rem;
  }

  .fourhundred\:-m-240{
    margin: -58rem;
  }

  .fourhundred\:-m-256{
    margin: -62rem;
  }

  .fourhundred\:-m-px{
    margin: -1px;
  }

  .fourhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .fourhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .fourhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .fourhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .fourhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .fourhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .fourhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .fourhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .fourhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fourhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fourhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fourhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .fourhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fourhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .fourhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fourhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fourhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fourhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .fourhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fourhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fourhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fourhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .fourhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .fourhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .fourhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .fourhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .fourhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .fourhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .fourhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .fourhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .fourhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .fourhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .fourhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .fourhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .fourhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .fourhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .fourhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .fourhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .fourhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .fourhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .fourhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .fourhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .fourhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .fourhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .fourhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .fourhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .fourhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .fourhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .fourhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .fourhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .fourhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .fourhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .fourhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .fourhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .fourhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .fourhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .fourhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .fourhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .fourhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .fourhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .fourhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .fourhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .fourhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .fourhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .fourhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .fourhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .fourhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .fourhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .fourhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .fourhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .fourhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .fourhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .fourhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .fourhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .fourhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .fourhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .fourhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .fourhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .fourhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .fourhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .fourhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .fourhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .fourhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .fourhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .fourhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .fourhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .fourhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .fourhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .fourhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .fourhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .fourhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .fourhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .fourhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .fourhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .fourhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .fourhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .fourhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .fourhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .fourhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .fourhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .fourhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .fourhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .fourhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .fourhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .fourhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .fourhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .fourhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .fourhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .fourhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .fourhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .fourhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .fourhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .fourhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .fourhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .fourhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .fourhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .fourhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .fourhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .fourhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .fourhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .fourhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .fourhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .fourhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .fourhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .fourhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .fourhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .fourhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .fourhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .fourhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .fourhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .fourhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .fourhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .fourhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .fourhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .fourhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .fourhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .fourhundred\:mt-0{
    margin-top: 0;
  }

  .fourhundred\:mr-0{
    margin-right: 0;
  }

  .fourhundred\:mb-0{
    margin-bottom: 0;
  }

  .fourhundred\:ml-0{
    margin-left: 0;
  }

  .fourhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .fourhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .fourhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .fourhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .fourhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .fourhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .fourhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .fourhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .fourhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .fourhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .fourhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .fourhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .fourhundred\:mt-4{
    margin-top: 1rem;
  }

  .fourhundred\:mr-4{
    margin-right: 1rem;
  }

  .fourhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .fourhundred\:ml-4{
    margin-left: 1rem;
  }

  .fourhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .fourhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .fourhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .fourhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .fourhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .fourhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .fourhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .fourhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .fourhundred\:mt-8{
    margin-top: 2rem;
  }

  .fourhundred\:mr-8{
    margin-right: 2rem;
  }

  .fourhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .fourhundred\:ml-8{
    margin-left: 2rem;
  }

  .fourhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .fourhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .fourhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .fourhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .fourhundred\:mt-12{
    margin-top: 3rem;
  }

  .fourhundred\:mr-12{
    margin-right: 3rem;
  }

  .fourhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .fourhundred\:ml-12{
    margin-left: 3rem;
  }

  .fourhundred\:mt-16{
    margin-top: 4rem;
  }

  .fourhundred\:mr-16{
    margin-right: 4rem;
  }

  .fourhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .fourhundred\:ml-16{
    margin-left: 4rem;
  }

  .fourhundred\:mt-20{
    margin-top: 5rem;
  }

  .fourhundred\:mr-20{
    margin-right: 5rem;
  }

  .fourhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .fourhundred\:ml-20{
    margin-left: 5rem;
  }

  .fourhundred\:mt-24{
    margin-top: 6rem;
  }

  .fourhundred\:mr-24{
    margin-right: 6rem;
  }

  .fourhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .fourhundred\:ml-24{
    margin-left: 6rem;
  }

  .fourhundred\:mt-32{
    margin-top: 8rem;
  }

  .fourhundred\:mr-32{
    margin-right: 8rem;
  }

  .fourhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .fourhundred\:ml-32{
    margin-left: 8rem;
  }

  .fourhundred\:mt-40{
    margin-top: 10rem;
  }

  .fourhundred\:mr-40{
    margin-right: 10rem;
  }

  .fourhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .fourhundred\:ml-40{
    margin-left: 10rem;
  }

  .fourhundred\:mt-48{
    margin-top: 12rem;
  }

  .fourhundred\:mr-48{
    margin-right: 12rem;
  }

  .fourhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .fourhundred\:ml-48{
    margin-left: 12rem;
  }

  .fourhundred\:mt-56{
    margin-top: 14rem;
  }

  .fourhundred\:mr-56{
    margin-right: 14rem;
  }

  .fourhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .fourhundred\:ml-56{
    margin-left: 14rem;
  }

  .fourhundred\:mt-64{
    margin-top: 16rem;
  }

  .fourhundred\:mr-64{
    margin-right: 16rem;
  }

  .fourhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .fourhundred\:ml-64{
    margin-left: 16rem;
  }

  .fourhundred\:mt-72{
    margin-top: 18rem;
  }

  .fourhundred\:mr-72{
    margin-right: 18rem;
  }

  .fourhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .fourhundred\:ml-72{
    margin-left: 18rem;
  }

  .fourhundred\:mt-80{
    margin-top: 20rem;
  }

  .fourhundred\:mr-80{
    margin-right: 20rem;
  }

  .fourhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .fourhundred\:ml-80{
    margin-left: 20rem;
  }

  .fourhundred\:mt-88{
    margin-top: 22rem;
  }

  .fourhundred\:mr-88{
    margin-right: 22rem;
  }

  .fourhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .fourhundred\:ml-88{
    margin-left: 22rem;
  }

  .fourhundred\:mt-96{
    margin-top: 24rem;
  }

  .fourhundred\:mr-96{
    margin-right: 24rem;
  }

  .fourhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .fourhundred\:ml-96{
    margin-left: 24rem;
  }

  .fourhundred\:mt-104{
    margin-top: 26rem;
  }

  .fourhundred\:mr-104{
    margin-right: 26rem;
  }

  .fourhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .fourhundred\:ml-104{
    margin-left: 26rem;
  }

  .fourhundred\:mt-112{
    margin-top: 28rem;
  }

  .fourhundred\:mr-112{
    margin-right: 28rem;
  }

  .fourhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .fourhundred\:ml-112{
    margin-left: 28rem;
  }

  .fourhundred\:mt-128{
    margin-top: 30rem;
  }

  .fourhundred\:mr-128{
    margin-right: 30rem;
  }

  .fourhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .fourhundred\:ml-128{
    margin-left: 30rem;
  }

  .fourhundred\:mt-144{
    margin-top: 34rem;
  }

  .fourhundred\:mr-144{
    margin-right: 34rem;
  }

  .fourhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .fourhundred\:ml-144{
    margin-left: 34rem;
  }

  .fourhundred\:mt-160{
    margin-top: 38rem;
  }

  .fourhundred\:mr-160{
    margin-right: 38rem;
  }

  .fourhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .fourhundred\:ml-160{
    margin-left: 38rem;
  }

  .fourhundred\:mt-176{
    margin-top: 42rem;
  }

  .fourhundred\:mr-176{
    margin-right: 42rem;
  }

  .fourhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .fourhundred\:ml-176{
    margin-left: 42rem;
  }

  .fourhundred\:mt-192{
    margin-top: 46rem;
  }

  .fourhundred\:mr-192{
    margin-right: 46rem;
  }

  .fourhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .fourhundred\:ml-192{
    margin-left: 46rem;
  }

  .fourhundred\:mt-208{
    margin-top: 50rem;
  }

  .fourhundred\:mr-208{
    margin-right: 50rem;
  }

  .fourhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .fourhundred\:ml-208{
    margin-left: 50rem;
  }

  .fourhundred\:mt-224{
    margin-top: 54rem;
  }

  .fourhundred\:mr-224{
    margin-right: 54rem;
  }

  .fourhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .fourhundred\:ml-224{
    margin-left: 54rem;
  }

  .fourhundred\:mt-240{
    margin-top: 58rem;
  }

  .fourhundred\:mr-240{
    margin-right: 58rem;
  }

  .fourhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .fourhundred\:ml-240{
    margin-left: 58rem;
  }

  .fourhundred\:mt-256{
    margin-top: 62rem;
  }

  .fourhundred\:mr-256{
    margin-right: 62rem;
  }

  .fourhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .fourhundred\:ml-256{
    margin-left: 62rem;
  }

  .fourhundred\:mt-auto{
    margin-top: auto;
  }

  .fourhundred\:mr-auto{
    margin-right: auto;
  }

  .fourhundred\:mb-auto{
    margin-bottom: auto;
  }

  .fourhundred\:ml-auto{
    margin-left: auto;
  }

  .fourhundred\:mt-px{
    margin-top: 1px;
  }

  .fourhundred\:mr-px{
    margin-right: 1px;
  }

  .fourhundred\:mb-px{
    margin-bottom: 1px;
  }

  .fourhundred\:ml-px{
    margin-left: 1px;
  }

  .fourhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .fourhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .fourhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .fourhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .fourhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .fourhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .fourhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .fourhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .fourhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .fourhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .fourhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .fourhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .fourhundred\:-mt-4{
    margin-top: -1rem;
  }

  .fourhundred\:-mr-4{
    margin-right: -1rem;
  }

  .fourhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .fourhundred\:-ml-4{
    margin-left: -1rem;
  }

  .fourhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .fourhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .fourhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .fourhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .fourhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .fourhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .fourhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .fourhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .fourhundred\:-mt-8{
    margin-top: -2rem;
  }

  .fourhundred\:-mr-8{
    margin-right: -2rem;
  }

  .fourhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .fourhundred\:-ml-8{
    margin-left: -2rem;
  }

  .fourhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .fourhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .fourhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .fourhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .fourhundred\:-mt-12{
    margin-top: -3rem;
  }

  .fourhundred\:-mr-12{
    margin-right: -3rem;
  }

  .fourhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .fourhundred\:-ml-12{
    margin-left: -3rem;
  }

  .fourhundred\:-mt-16{
    margin-top: -4rem;
  }

  .fourhundred\:-mr-16{
    margin-right: -4rem;
  }

  .fourhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .fourhundred\:-ml-16{
    margin-left: -4rem;
  }

  .fourhundred\:-mt-20{
    margin-top: -5rem;
  }

  .fourhundred\:-mr-20{
    margin-right: -5rem;
  }

  .fourhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .fourhundred\:-ml-20{
    margin-left: -5rem;
  }

  .fourhundred\:-mt-24{
    margin-top: -6rem;
  }

  .fourhundred\:-mr-24{
    margin-right: -6rem;
  }

  .fourhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .fourhundred\:-ml-24{
    margin-left: -6rem;
  }

  .fourhundred\:-mt-32{
    margin-top: -8rem;
  }

  .fourhundred\:-mr-32{
    margin-right: -8rem;
  }

  .fourhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .fourhundred\:-ml-32{
    margin-left: -8rem;
  }

  .fourhundred\:-mt-40{
    margin-top: -10rem;
  }

  .fourhundred\:-mr-40{
    margin-right: -10rem;
  }

  .fourhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .fourhundred\:-ml-40{
    margin-left: -10rem;
  }

  .fourhundred\:-mt-48{
    margin-top: -12rem;
  }

  .fourhundred\:-mr-48{
    margin-right: -12rem;
  }

  .fourhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .fourhundred\:-ml-48{
    margin-left: -12rem;
  }

  .fourhundred\:-mt-56{
    margin-top: -14rem;
  }

  .fourhundred\:-mr-56{
    margin-right: -14rem;
  }

  .fourhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .fourhundred\:-ml-56{
    margin-left: -14rem;
  }

  .fourhundred\:-mt-64{
    margin-top: -16rem;
  }

  .fourhundred\:-mr-64{
    margin-right: -16rem;
  }

  .fourhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .fourhundred\:-ml-64{
    margin-left: -16rem;
  }

  .fourhundred\:-mt-72{
    margin-top: -18rem;
  }

  .fourhundred\:-mr-72{
    margin-right: -18rem;
  }

  .fourhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .fourhundred\:-ml-72{
    margin-left: -18rem;
  }

  .fourhundred\:-mt-80{
    margin-top: -20rem;
  }

  .fourhundred\:-mr-80{
    margin-right: -20rem;
  }

  .fourhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .fourhundred\:-ml-80{
    margin-left: -20rem;
  }

  .fourhundred\:-mt-88{
    margin-top: -22rem;
  }

  .fourhundred\:-mr-88{
    margin-right: -22rem;
  }

  .fourhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .fourhundred\:-ml-88{
    margin-left: -22rem;
  }

  .fourhundred\:-mt-96{
    margin-top: -24rem;
  }

  .fourhundred\:-mr-96{
    margin-right: -24rem;
  }

  .fourhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .fourhundred\:-ml-96{
    margin-left: -24rem;
  }

  .fourhundred\:-mt-104{
    margin-top: -26rem;
  }

  .fourhundred\:-mr-104{
    margin-right: -26rem;
  }

  .fourhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .fourhundred\:-ml-104{
    margin-left: -26rem;
  }

  .fourhundred\:-mt-112{
    margin-top: -28rem;
  }

  .fourhundred\:-mr-112{
    margin-right: -28rem;
  }

  .fourhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .fourhundred\:-ml-112{
    margin-left: -28rem;
  }

  .fourhundred\:-mt-128{
    margin-top: -30rem;
  }

  .fourhundred\:-mr-128{
    margin-right: -30rem;
  }

  .fourhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .fourhundred\:-ml-128{
    margin-left: -30rem;
  }

  .fourhundred\:-mt-144{
    margin-top: -34rem;
  }

  .fourhundred\:-mr-144{
    margin-right: -34rem;
  }

  .fourhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .fourhundred\:-ml-144{
    margin-left: -34rem;
  }

  .fourhundred\:-mt-160{
    margin-top: -38rem;
  }

  .fourhundred\:-mr-160{
    margin-right: -38rem;
  }

  .fourhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .fourhundred\:-ml-160{
    margin-left: -38rem;
  }

  .fourhundred\:-mt-176{
    margin-top: -42rem;
  }

  .fourhundred\:-mr-176{
    margin-right: -42rem;
  }

  .fourhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .fourhundred\:-ml-176{
    margin-left: -42rem;
  }

  .fourhundred\:-mt-192{
    margin-top: -46rem;
  }

  .fourhundred\:-mr-192{
    margin-right: -46rem;
  }

  .fourhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .fourhundred\:-ml-192{
    margin-left: -46rem;
  }

  .fourhundred\:-mt-208{
    margin-top: -50rem;
  }

  .fourhundred\:-mr-208{
    margin-right: -50rem;
  }

  .fourhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .fourhundred\:-ml-208{
    margin-left: -50rem;
  }

  .fourhundred\:-mt-224{
    margin-top: -54rem;
  }

  .fourhundred\:-mr-224{
    margin-right: -54rem;
  }

  .fourhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .fourhundred\:-ml-224{
    margin-left: -54rem;
  }

  .fourhundred\:-mt-240{
    margin-top: -58rem;
  }

  .fourhundred\:-mr-240{
    margin-right: -58rem;
  }

  .fourhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .fourhundred\:-ml-240{
    margin-left: -58rem;
  }

  .fourhundred\:-mt-256{
    margin-top: -62rem;
  }

  .fourhundred\:-mr-256{
    margin-right: -62rem;
  }

  .fourhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .fourhundred\:-ml-256{
    margin-left: -62rem;
  }

  .fourhundred\:-mt-px{
    margin-top: -1px;
  }

  .fourhundred\:-mr-px{
    margin-right: -1px;
  }

  .fourhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .fourhundred\:-ml-px{
    margin-left: -1px;
  }

  .fourhundred\:max-h-full{
    max-height: 100%;
  }

  .fourhundred\:max-h-screen{
    max-height: 100vh;
  }

  .fourhundred\:max-w-none{
    max-width: none;
  }

  .fourhundred\:max-w-xs{
    max-width: 20rem;
  }

  .fourhundred\:max-w-sm{
    max-width: 24rem;
  }

  .fourhundred\:max-w-md{
    max-width: 28rem;
  }

  .fourhundred\:max-w-lg{
    max-width: 32rem;
  }

  .fourhundred\:max-w-xl{
    max-width: 36rem;
  }

  .fourhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .fourhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .fourhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .fourhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .fourhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .fourhundred\:max-w-full{
    max-width: 100%;
  }

  .fourhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .fourhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .fourhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .fourhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .fourhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .fourhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .fourhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .fourhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .fourhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .fourhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .fourhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .fourhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .fourhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .fourhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .fourhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .fourhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .fourhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .fourhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .fourhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .fourhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .fourhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .fourhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .fourhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .fourhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .fourhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .fourhundred\:min-h-0{
    min-height: 0;
  }

  .fourhundred\:min-h-full{
    min-height: 100%;
  }

  .fourhundred\:min-h-screen{
    min-height: 100vh;
  }

  .fourhundred\:min-w-0{
    min-width: 0;
  }

  .fourhundred\:min-w-80{
    min-width: 20rem;
  }

  .fourhundred\:min-w-full{
    min-width: 100%;
  }

  .fourhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .fourhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .fourhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .fourhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .fourhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .fourhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .fourhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .fourhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .fourhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .fourhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .fourhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .fourhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .fourhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .fourhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .fourhundred\:opacity-0{
    opacity: 0;
  }

  .fourhundred\:opacity-25{
    opacity: 0.25;
  }

  .fourhundred\:opacity-30{
    opacity: 0.3;
  }

  .fourhundred\:opacity-40{
    opacity: 0.4;
  }

  .fourhundred\:opacity-50{
    opacity: 0.5;
  }

  .fourhundred\:opacity-75{
    opacity: 0.75;
  }

  .fourhundred\:opacity-100{
    opacity: 1;
  }

  .fourhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .fourhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .fourhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .fourhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .fourhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .fourhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .fourhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .fourhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .fourhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .fourhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .fourhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .fourhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .fourhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .fourhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .fourhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .fourhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .fourhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .fourhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .fourhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .fourhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .fourhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .fourhundred\:overflow-auto{
    overflow: auto;
  }

  .fourhundred\:overflow-hidden{
    overflow: hidden;
  }

  .fourhundred\:overflow-visible{
    overflow: visible;
  }

  .fourhundred\:overflow-scroll{
    overflow: scroll;
  }

  .fourhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .fourhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .fourhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .fourhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .fourhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .fourhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .fourhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .fourhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .fourhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .fourhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .fourhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .fourhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .fourhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .fourhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .fourhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .fourhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .fourhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .fourhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .fourhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .fourhundred\:p-0{
    padding: 0;
  }

  .fourhundred\:p-1{
    padding: 0.25rem;
  }

  .fourhundred\:p-2{
    padding: 0.5rem;
  }

  .fourhundred\:p-3{
    padding: 0.75rem;
  }

  .fourhundred\:p-4{
    padding: 1rem;
  }

  .fourhundred\:p-5{
    padding: 1.25rem;
  }

  .fourhundred\:p-6{
    padding: 1.5rem;
  }

  .fourhundred\:p-8{
    padding: 2rem;
  }

  .fourhundred\:p-10{
    padding: 2.5rem;
  }

  .fourhundred\:p-12{
    padding: 3rem;
  }

  .fourhundred\:p-16{
    padding: 4rem;
  }

  .fourhundred\:p-20{
    padding: 5rem;
  }

  .fourhundred\:p-24{
    padding: 6rem;
  }

  .fourhundred\:p-32{
    padding: 8rem;
  }

  .fourhundred\:p-40{
    padding: 10rem;
  }

  .fourhundred\:p-48{
    padding: 12rem;
  }

  .fourhundred\:p-56{
    padding: 14rem;
  }

  .fourhundred\:p-64{
    padding: 16rem;
  }

  .fourhundred\:p-72{
    padding: 18rem;
  }

  .fourhundred\:p-80{
    padding: 20rem;
  }

  .fourhundred\:p-88{
    padding: 22rem;
  }

  .fourhundred\:p-96{
    padding: 24rem;
  }

  .fourhundred\:p-104{
    padding: 26rem;
  }

  .fourhundred\:p-112{
    padding: 28rem;
  }

  .fourhundred\:p-128{
    padding: 30rem;
  }

  .fourhundred\:p-144{
    padding: 34rem;
  }

  .fourhundred\:p-160{
    padding: 38rem;
  }

  .fourhundred\:p-176{
    padding: 42rem;
  }

  .fourhundred\:p-192{
    padding: 46rem;
  }

  .fourhundred\:p-208{
    padding: 50rem;
  }

  .fourhundred\:p-224{
    padding: 54rem;
  }

  .fourhundred\:p-240{
    padding: 58rem;
  }

  .fourhundred\:p-256{
    padding: 62rem;
  }

  .fourhundred\:p-px{
    padding: 1px;
  }

  .fourhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .fourhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .fourhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .fourhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .fourhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .fourhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .fourhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .fourhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .fourhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fourhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fourhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fourhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fourhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fourhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fourhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fourhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fourhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fourhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fourhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fourhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fourhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fourhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fourhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fourhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .fourhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fourhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fourhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fourhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fourhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .fourhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .fourhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .fourhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .fourhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .fourhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .fourhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .fourhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .fourhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .fourhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .fourhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .fourhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .fourhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .fourhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .fourhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .fourhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .fourhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .fourhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .fourhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .fourhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .fourhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .fourhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .fourhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .fourhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .fourhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .fourhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .fourhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .fourhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .fourhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .fourhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .fourhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .fourhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .fourhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .fourhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .fourhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .fourhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .fourhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .fourhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .fourhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .fourhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .fourhundred\:pt-0{
    padding-top: 0;
  }

  .fourhundred\:pr-0{
    padding-right: 0;
  }

  .fourhundred\:pb-0{
    padding-bottom: 0;
  }

  .fourhundred\:pl-0{
    padding-left: 0;
  }

  .fourhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .fourhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .fourhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .fourhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .fourhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .fourhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .fourhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .fourhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .fourhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .fourhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .fourhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .fourhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .fourhundred\:pt-4{
    padding-top: 1rem;
  }

  .fourhundred\:pr-4{
    padding-right: 1rem;
  }

  .fourhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .fourhundred\:pl-4{
    padding-left: 1rem;
  }

  .fourhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .fourhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .fourhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .fourhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .fourhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .fourhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .fourhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .fourhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .fourhundred\:pt-8{
    padding-top: 2rem;
  }

  .fourhundred\:pr-8{
    padding-right: 2rem;
  }

  .fourhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .fourhundred\:pl-8{
    padding-left: 2rem;
  }

  .fourhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .fourhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .fourhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .fourhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .fourhundred\:pt-12{
    padding-top: 3rem;
  }

  .fourhundred\:pr-12{
    padding-right: 3rem;
  }

  .fourhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .fourhundred\:pl-12{
    padding-left: 3rem;
  }

  .fourhundred\:pt-16{
    padding-top: 4rem;
  }

  .fourhundred\:pr-16{
    padding-right: 4rem;
  }

  .fourhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .fourhundred\:pl-16{
    padding-left: 4rem;
  }

  .fourhundred\:pt-20{
    padding-top: 5rem;
  }

  .fourhundred\:pr-20{
    padding-right: 5rem;
  }

  .fourhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .fourhundred\:pl-20{
    padding-left: 5rem;
  }

  .fourhundred\:pt-24{
    padding-top: 6rem;
  }

  .fourhundred\:pr-24{
    padding-right: 6rem;
  }

  .fourhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .fourhundred\:pl-24{
    padding-left: 6rem;
  }

  .fourhundred\:pt-32{
    padding-top: 8rem;
  }

  .fourhundred\:pr-32{
    padding-right: 8rem;
  }

  .fourhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .fourhundred\:pl-32{
    padding-left: 8rem;
  }

  .fourhundred\:pt-40{
    padding-top: 10rem;
  }

  .fourhundred\:pr-40{
    padding-right: 10rem;
  }

  .fourhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .fourhundred\:pl-40{
    padding-left: 10rem;
  }

  .fourhundred\:pt-48{
    padding-top: 12rem;
  }

  .fourhundred\:pr-48{
    padding-right: 12rem;
  }

  .fourhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .fourhundred\:pl-48{
    padding-left: 12rem;
  }

  .fourhundred\:pt-56{
    padding-top: 14rem;
  }

  .fourhundred\:pr-56{
    padding-right: 14rem;
  }

  .fourhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .fourhundred\:pl-56{
    padding-left: 14rem;
  }

  .fourhundred\:pt-64{
    padding-top: 16rem;
  }

  .fourhundred\:pr-64{
    padding-right: 16rem;
  }

  .fourhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .fourhundred\:pl-64{
    padding-left: 16rem;
  }

  .fourhundred\:pt-72{
    padding-top: 18rem;
  }

  .fourhundred\:pr-72{
    padding-right: 18rem;
  }

  .fourhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .fourhundred\:pl-72{
    padding-left: 18rem;
  }

  .fourhundred\:pt-80{
    padding-top: 20rem;
  }

  .fourhundred\:pr-80{
    padding-right: 20rem;
  }

  .fourhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .fourhundred\:pl-80{
    padding-left: 20rem;
  }

  .fourhundred\:pt-88{
    padding-top: 22rem;
  }

  .fourhundred\:pr-88{
    padding-right: 22rem;
  }

  .fourhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .fourhundred\:pl-88{
    padding-left: 22rem;
  }

  .fourhundred\:pt-96{
    padding-top: 24rem;
  }

  .fourhundred\:pr-96{
    padding-right: 24rem;
  }

  .fourhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .fourhundred\:pl-96{
    padding-left: 24rem;
  }

  .fourhundred\:pt-104{
    padding-top: 26rem;
  }

  .fourhundred\:pr-104{
    padding-right: 26rem;
  }

  .fourhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .fourhundred\:pl-104{
    padding-left: 26rem;
  }

  .fourhundred\:pt-112{
    padding-top: 28rem;
  }

  .fourhundred\:pr-112{
    padding-right: 28rem;
  }

  .fourhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .fourhundred\:pl-112{
    padding-left: 28rem;
  }

  .fourhundred\:pt-128{
    padding-top: 30rem;
  }

  .fourhundred\:pr-128{
    padding-right: 30rem;
  }

  .fourhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .fourhundred\:pl-128{
    padding-left: 30rem;
  }

  .fourhundred\:pt-144{
    padding-top: 34rem;
  }

  .fourhundred\:pr-144{
    padding-right: 34rem;
  }

  .fourhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .fourhundred\:pl-144{
    padding-left: 34rem;
  }

  .fourhundred\:pt-160{
    padding-top: 38rem;
  }

  .fourhundred\:pr-160{
    padding-right: 38rem;
  }

  .fourhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .fourhundred\:pl-160{
    padding-left: 38rem;
  }

  .fourhundred\:pt-176{
    padding-top: 42rem;
  }

  .fourhundred\:pr-176{
    padding-right: 42rem;
  }

  .fourhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .fourhundred\:pl-176{
    padding-left: 42rem;
  }

  .fourhundred\:pt-192{
    padding-top: 46rem;
  }

  .fourhundred\:pr-192{
    padding-right: 46rem;
  }

  .fourhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .fourhundred\:pl-192{
    padding-left: 46rem;
  }

  .fourhundred\:pt-208{
    padding-top: 50rem;
  }

  .fourhundred\:pr-208{
    padding-right: 50rem;
  }

  .fourhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .fourhundred\:pl-208{
    padding-left: 50rem;
  }

  .fourhundred\:pt-224{
    padding-top: 54rem;
  }

  .fourhundred\:pr-224{
    padding-right: 54rem;
  }

  .fourhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .fourhundred\:pl-224{
    padding-left: 54rem;
  }

  .fourhundred\:pt-240{
    padding-top: 58rem;
  }

  .fourhundred\:pr-240{
    padding-right: 58rem;
  }

  .fourhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .fourhundred\:pl-240{
    padding-left: 58rem;
  }

  .fourhundred\:pt-256{
    padding-top: 62rem;
  }

  .fourhundred\:pr-256{
    padding-right: 62rem;
  }

  .fourhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .fourhundred\:pl-256{
    padding-left: 62rem;
  }

  .fourhundred\:pt-px{
    padding-top: 1px;
  }

  .fourhundred\:pr-px{
    padding-right: 1px;
  }

  .fourhundred\:pb-px{
    padding-bottom: 1px;
  }

  .fourhundred\:pl-px{
    padding-left: 1px;
  }

  .fourhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .fourhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .fourhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .fourhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .fourhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .fourhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .fourhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .fourhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .fourhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .fourhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .fourhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .fourhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .fourhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .fourhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .fourhundred\:pointer-events-none{
    pointer-events: none;
  }

  .fourhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .fourhundred\:static{
    position: static;
  }

  .fourhundred\:fixed{
    position: fixed;
  }

  .fourhundred\:absolute{
    position: absolute;
  }

  .fourhundred\:relative{
    position: relative;
  }

  .fourhundred\:sticky{
    position: sticky;
  }

  .fourhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .fourhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .fourhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .fourhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .fourhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .fourhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .fourhundred\:top-0{
    top: 0;
  }

  .fourhundred\:right-0{
    right: 0;
  }

  .fourhundred\:bottom-0{
    bottom: 0;
  }

  .fourhundred\:left-0{
    left: 0;
  }

  .fourhundred\:top-auto{
    top: auto;
  }

  .fourhundred\:right-auto{
    right: auto;
  }

  .fourhundred\:bottom-auto{
    bottom: auto;
  }

  .fourhundred\:left-auto{
    left: auto;
  }

  .fourhundred\:resize-none{
    resize: none;
  }

  .fourhundred\:resize-y{
    resize: vertical;
  }

  .fourhundred\:resize-x{
    resize: horizontal;
  }

  .fourhundred\:resize{
    resize: both;
  }

  .fourhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:shadow-none{
    box-shadow: none;
  }

  .fourhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .fourhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .fourhundred\:fill-current{
    fill: currentColor;
  }

  .fourhundred\:stroke-current{
    stroke: currentColor;
  }

  .fourhundred\:stroke-0{
    stroke-width: 0;
  }

  .fourhundred\:stroke-1{
    stroke-width: 1;
  }

  .fourhundred\:stroke-2{
    stroke-width: 2;
  }

  .fourhundred\:table-auto{
    table-layout: auto;
  }

  .fourhundred\:table-fixed{
    table-layout: fixed;
  }

  .fourhundred\:text-left{
    text-align: left;
  }

  .fourhundred\:text-center{
    text-align: center;
  }

  .fourhundred\:text-right{
    text-align: right;
  }

  .fourhundred\:text-justify{
    text-align: justify;
  }

  .fourhundred\:text-transparent{
    color: transparent;
  }

  .fourhundred\:text-current{
    color: currentColor;
  }

  .fourhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .fourhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .fourhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .fourhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .fourhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .fourhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .fourhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .fourhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .fourhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .fourhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .fourhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .fourhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .fourhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .fourhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .fourhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .fourhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .fourhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .fourhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .fourhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .fourhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .fourhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .fourhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .fourhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .fourhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .fourhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .fourhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .fourhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .fourhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .fourhundred\:italic{
    font-style: italic;
  }

  .fourhundred\:not-italic{
    font-style: normal;
  }

  .fourhundred\:uppercase{
    text-transform: uppercase;
  }

  .fourhundred\:lowercase{
    text-transform: lowercase;
  }

  .fourhundred\:capitalize{
    text-transform: capitalize;
  }

  .fourhundred\:normal-case{
    text-transform: none;
  }

  .fourhundred\:underline{
    text-decoration: underline;
  }

  .fourhundred\:line-through{
    text-decoration: line-through;
  }

  .fourhundred\:no-underline{
    text-decoration: none;
  }

  .fourhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .fourhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .fourhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .fourhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .fourhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .fourhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .fourhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fourhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fourhundred\:ordinal, .fourhundred\:slashed-zero, .fourhundred\:lining-nums, .fourhundred\:oldstyle-nums, .fourhundred\:proportional-nums, .fourhundred\:tabular-nums, .fourhundred\:diagonal-fractions, .fourhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .fourhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .fourhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .fourhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .fourhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .fourhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .fourhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .fourhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .fourhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .fourhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .fourhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .fourhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .fourhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .fourhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .fourhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .fourhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .fourhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .fourhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .fourhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .fourhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .fourhundred\:align-baseline{
    vertical-align: baseline;
  }

  .fourhundred\:align-top{
    vertical-align: top;
  }

  .fourhundred\:align-middle{
    vertical-align: middle;
  }

  .fourhundred\:align-bottom{
    vertical-align: bottom;
  }

  .fourhundred\:align-text-top{
    vertical-align: text-top;
  }

  .fourhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .fourhundred\:visible{
    visibility: visible;
  }

  .fourhundred\:invisible{
    visibility: hidden;
  }

  .fourhundred\:whitespace-normal{
    white-space: normal;
  }

  .fourhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .fourhundred\:whitespace-pre{
    white-space: pre;
  }

  .fourhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .fourhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .fourhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .fourhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fourhundred\:break-all{
    word-break: break-all;
  }

  .fourhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fourhundred\:w-0{
    width: 0;
  }

  .fourhundred\:w-1{
    width: 0.25rem;
  }

  .fourhundred\:w-2{
    width: 0.5rem;
  }

  .fourhundred\:w-3{
    width: 0.75rem;
  }

  .fourhundred\:w-4{
    width: 1rem;
  }

  .fourhundred\:w-5{
    width: 1.25rem;
  }

  .fourhundred\:w-6{
    width: 1.5rem;
  }

  .fourhundred\:w-8{
    width: 2rem;
  }

  .fourhundred\:w-10{
    width: 2.5rem;
  }

  .fourhundred\:w-12{
    width: 3rem;
  }

  .fourhundred\:w-16{
    width: 4rem;
  }

  .fourhundred\:w-20{
    width: 5rem;
  }

  .fourhundred\:w-24{
    width: 6rem;
  }

  .fourhundred\:w-32{
    width: 8rem;
  }

  .fourhundred\:w-40{
    width: 10rem;
  }

  .fourhundred\:w-48{
    width: 12rem;
  }

  .fourhundred\:w-56{
    width: 14rem;
  }

  .fourhundred\:w-64{
    width: 16rem;
  }

  .fourhundred\:w-72{
    width: 18rem;
  }

  .fourhundred\:w-80{
    width: 20rem;
  }

  .fourhundred\:w-88{
    width: 22rem;
  }

  .fourhundred\:w-96{
    width: 24rem;
  }

  .fourhundred\:w-104{
    width: 26rem;
  }

  .fourhundred\:w-112{
    width: 28rem;
  }

  .fourhundred\:w-128{
    width: 30rem;
  }

  .fourhundred\:w-144{
    width: 34rem;
  }

  .fourhundred\:w-160{
    width: 38rem;
  }

  .fourhundred\:w-176{
    width: 42rem;
  }

  .fourhundred\:w-192{
    width: 46rem;
  }

  .fourhundred\:w-208{
    width: 50rem;
  }

  .fourhundred\:w-224{
    width: 54rem;
  }

  .fourhundred\:w-240{
    width: 58rem;
  }

  .fourhundred\:w-256{
    width: 62rem;
  }

  .fourhundred\:w-auto{
    width: auto;
  }

  .fourhundred\:w-px{
    width: 1px;
  }

  .fourhundred\:w-1\/2{
    width: 50%;
  }

  .fourhundred\:w-1\/3{
    width: 33.333333%;
  }

  .fourhundred\:w-2\/3{
    width: 66.666667%;
  }

  .fourhundred\:w-1\/4{
    width: 25%;
  }

  .fourhundred\:w-2\/4{
    width: 50%;
  }

  .fourhundred\:w-3\/4{
    width: 75%;
  }

  .fourhundred\:w-1\/5{
    width: 20%;
  }

  .fourhundred\:w-2\/5{
    width: 40%;
  }

  .fourhundred\:w-3\/5{
    width: 60%;
  }

  .fourhundred\:w-4\/5{
    width: 80%;
  }

  .fourhundred\:w-1\/6{
    width: 16.666667%;
  }

  .fourhundred\:w-2\/6{
    width: 33.333333%;
  }

  .fourhundred\:w-3\/6{
    width: 50%;
  }

  .fourhundred\:w-4\/6{
    width: 66.666667%;
  }

  .fourhundred\:w-5\/6{
    width: 83.333333%;
  }

  .fourhundred\:w-1\/12{
    width: 8.333333%;
  }

  .fourhundred\:w-2\/12{
    width: 16.666667%;
  }

  .fourhundred\:w-3\/12{
    width: 25%;
  }

  .fourhundred\:w-4\/12{
    width: 33.333333%;
  }

  .fourhundred\:w-5\/12{
    width: 41.666667%;
  }

  .fourhundred\:w-6\/12{
    width: 50%;
  }

  .fourhundred\:w-7\/12{
    width: 58.333333%;
  }

  .fourhundred\:w-8\/12{
    width: 66.666667%;
  }

  .fourhundred\:w-9\/12{
    width: 75%;
  }

  .fourhundred\:w-10\/12{
    width: 83.333333%;
  }

  .fourhundred\:w-11\/12{
    width: 91.666667%;
  }

  .fourhundred\:w-full{
    width: 100%;
  }

  .fourhundred\:w-screen{
    width: 100vw;
  }

  .fourhundred\:z-0{
    z-index: 0;
  }

  .fourhundred\:z-10{
    z-index: 10;
  }

  .fourhundred\:z-20{
    z-index: 20;
  }

  .fourhundred\:z-30{
    z-index: 30;
  }

  .fourhundred\:z-40{
    z-index: 40;
  }

  .fourhundred\:z-50{
    z-index: 50;
  }

  .fourhundred\:z-auto{
    z-index: auto;
  }

  .fourhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .fourhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .fourhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .fourhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .fourhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .fourhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .fourhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .fourhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .fourhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .fourhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .fourhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .fourhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .fourhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .fourhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .fourhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .fourhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .fourhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .fourhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .fourhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .fourhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .fourhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .fourhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .fourhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .fourhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .fourhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .fourhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .fourhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .fourhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .fourhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .fourhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .fourhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .fourhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .fourhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .fourhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .fourhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fourhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fourhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fourhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fourhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fourhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fourhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fourhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fourhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fourhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fourhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fourhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fourhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fourhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fourhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fourhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fourhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fourhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fourhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fourhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fourhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fourhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fourhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fourhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fourhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fourhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fourhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fourhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fourhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fourhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fourhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fourhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fourhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fourhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fourhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fourhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fourhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fourhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fourhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fourhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fourhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fourhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fourhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fourhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fourhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fourhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fourhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fourhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fourhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fourhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fourhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fourhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fourhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fourhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fourhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fourhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fourhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fourhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fourhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fourhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fourhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fourhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fourhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fourhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fourhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fourhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fourhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fourhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fourhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fourhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fourhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fourhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fourhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fourhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fourhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fourhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fourhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fourhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fourhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fourhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fourhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fourhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fourhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fourhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fourhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fourhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fourhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fourhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fourhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fourhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fourhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fourhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fourhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fourhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fourhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fourhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fourhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fourhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fourhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fourhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fourhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fourhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fourhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fourhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fourhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fourhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fourhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fourhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fourhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fourhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fourhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fourhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fourhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fourhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fourhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fourhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fourhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fourhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fourhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fourhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fourhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fourhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fourhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fourhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fourhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fourhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fourhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fourhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fourhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fourhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fourhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fourhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fourhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fourhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fourhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fourhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fourhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .fourhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .fourhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .fourhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .fourhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fourhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .fourhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .fourhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .fourhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .fourhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .fourhundred\:col-auto{
    grid-column: auto;
  }

  .fourhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .fourhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .fourhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .fourhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .fourhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .fourhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .fourhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .fourhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .fourhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .fourhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .fourhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .fourhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .fourhundred\:col-start-1{
    grid-column-start: 1;
  }

  .fourhundred\:col-start-2{
    grid-column-start: 2;
  }

  .fourhundred\:col-start-3{
    grid-column-start: 3;
  }

  .fourhundred\:col-start-4{
    grid-column-start: 4;
  }

  .fourhundred\:col-start-5{
    grid-column-start: 5;
  }

  .fourhundred\:col-start-6{
    grid-column-start: 6;
  }

  .fourhundred\:col-start-7{
    grid-column-start: 7;
  }

  .fourhundred\:col-start-8{
    grid-column-start: 8;
  }

  .fourhundred\:col-start-9{
    grid-column-start: 9;
  }

  .fourhundred\:col-start-10{
    grid-column-start: 10;
  }

  .fourhundred\:col-start-11{
    grid-column-start: 11;
  }

  .fourhundred\:col-start-12{
    grid-column-start: 12;
  }

  .fourhundred\:col-start-13{
    grid-column-start: 13;
  }

  .fourhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .fourhundred\:col-end-1{
    grid-column-end: 1;
  }

  .fourhundred\:col-end-2{
    grid-column-end: 2;
  }

  .fourhundred\:col-end-3{
    grid-column-end: 3;
  }

  .fourhundred\:col-end-4{
    grid-column-end: 4;
  }

  .fourhundred\:col-end-5{
    grid-column-end: 5;
  }

  .fourhundred\:col-end-6{
    grid-column-end: 6;
  }

  .fourhundred\:col-end-7{
    grid-column-end: 7;
  }

  .fourhundred\:col-end-8{
    grid-column-end: 8;
  }

  .fourhundred\:col-end-9{
    grid-column-end: 9;
  }

  .fourhundred\:col-end-10{
    grid-column-end: 10;
  }

  .fourhundred\:col-end-11{
    grid-column-end: 11;
  }

  .fourhundred\:col-end-12{
    grid-column-end: 12;
  }

  .fourhundred\:col-end-13{
    grid-column-end: 13;
  }

  .fourhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .fourhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .fourhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .fourhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .fourhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .fourhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .fourhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .fourhundred\:row-auto{
    grid-row: auto;
  }

  .fourhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .fourhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .fourhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .fourhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .fourhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .fourhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .fourhundred\:row-start-1{
    grid-row-start: 1;
  }

  .fourhundred\:row-start-2{
    grid-row-start: 2;
  }

  .fourhundred\:row-start-3{
    grid-row-start: 3;
  }

  .fourhundred\:row-start-4{
    grid-row-start: 4;
  }

  .fourhundred\:row-start-5{
    grid-row-start: 5;
  }

  .fourhundred\:row-start-6{
    grid-row-start: 6;
  }

  .fourhundred\:row-start-7{
    grid-row-start: 7;
  }

  .fourhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .fourhundred\:row-end-1{
    grid-row-end: 1;
  }

  .fourhundred\:row-end-2{
    grid-row-end: 2;
  }

  .fourhundred\:row-end-3{
    grid-row-end: 3;
  }

  .fourhundred\:row-end-4{
    grid-row-end: 4;
  }

  .fourhundred\:row-end-5{
    grid-row-end: 5;
  }

  .fourhundred\:row-end-6{
    grid-row-end: 6;
  }

  .fourhundred\:row-end-7{
    grid-row-end: 7;
  }

  .fourhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .fourhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .fourhundred\:transform-none{
    transform: none;
  }

  .fourhundred\:origin-center{
    transform-origin: center;
  }

  .fourhundred\:origin-top{
    transform-origin: top;
  }

  .fourhundred\:origin-top-right{
    transform-origin: top right;
  }

  .fourhundred\:origin-right{
    transform-origin: right;
  }

  .fourhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .fourhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .fourhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .fourhundred\:origin-left{
    transform-origin: left;
  }

  .fourhundred\:origin-top-left{
    transform-origin: top left;
  }

  .fourhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .fourhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .fourhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .fourhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .fourhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .fourhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .fourhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .fourhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .fourhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .fourhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .fourhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .fourhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .fourhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .fourhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .fourhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .fourhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .fourhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .fourhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .fourhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .fourhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .fourhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .fourhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .fourhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .fourhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .fourhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .fourhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .fourhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .fourhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .fourhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .fourhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .fourhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .fourhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .fourhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .fourhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .fourhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .fourhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .fourhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .fourhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .fourhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .fourhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .fourhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .fourhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .fourhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .fourhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .fourhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .fourhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .fourhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .fourhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .fourhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .fourhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .fourhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .fourhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .fourhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .fourhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .fourhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .fourhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .fourhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .fourhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .fourhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .fourhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .fourhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .fourhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .fourhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .fourhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .fourhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .fourhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .fourhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .fourhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .fourhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .fourhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .fourhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .fourhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .fourhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .fourhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .fourhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .fourhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .fourhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .fourhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .fourhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .fourhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .fourhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .fourhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .fourhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .fourhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .fourhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .fourhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .fourhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .fourhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .fourhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .fourhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .fourhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .fourhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .fourhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .fourhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .fourhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .fourhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .fourhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .fourhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .fourhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .fourhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .fourhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .fourhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .fourhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .fourhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .fourhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .fourhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .fourhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .fourhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .fourhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .fourhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .fourhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .fourhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .fourhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .fourhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .fourhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .fourhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .fourhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .fourhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .fourhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .fourhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .fourhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .fourhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .fourhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .fourhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .fourhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .fourhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .fourhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .fourhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .fourhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .fourhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .fourhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .fourhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .fourhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .fourhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .fourhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .fourhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .fourhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .fourhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .fourhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .fourhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .fourhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .fourhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .fourhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .fourhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .fourhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .fourhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .fourhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .fourhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .fourhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .fourhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .fourhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .fourhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .fourhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .fourhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .fourhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .fourhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .fourhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .fourhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .fourhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .fourhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .fourhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .fourhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .fourhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .fourhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .fourhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .fourhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .fourhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .fourhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .fourhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .fourhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .fourhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .fourhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .fourhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .fourhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .fourhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .fourhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .fourhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .fourhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .fourhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .fourhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .fourhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .fourhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .fourhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .fourhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .fourhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .fourhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .fourhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .fourhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .fourhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .fourhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .fourhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .fourhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .fourhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .fourhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .fourhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .fourhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .fourhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .fourhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .fourhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .fourhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .fourhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .fourhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .fourhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .fourhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .fourhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .fourhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .fourhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .fourhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .fourhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .fourhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .fourhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .fourhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .fourhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .fourhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .fourhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .fourhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .fourhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .fourhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .fourhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .fourhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .fourhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .fourhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .fourhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .fourhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .fourhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .fourhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .fourhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .fourhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .fourhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .fourhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .fourhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .fourhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .fourhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .fourhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .fourhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .fourhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .fourhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .fourhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .fourhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .fourhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .fourhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .fourhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .fourhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .fourhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .fourhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .fourhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .fourhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .fourhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .fourhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .fourhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .fourhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .fourhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .fourhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .fourhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .fourhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .fourhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .fourhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .fourhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .fourhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .fourhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .fourhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .fourhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .fourhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .fourhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .fourhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .fourhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .fourhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .fourhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .fourhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .fourhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .fourhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .fourhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .fourhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .fourhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .fourhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .fourhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .fourhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .fourhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .fourhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .fourhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .fourhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .fourhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .fourhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .fourhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .fourhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .fourhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .fourhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .fourhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .fourhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .fourhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .fourhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .fourhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .fourhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .fourhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .fourhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .fourhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .fourhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .fourhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .fourhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .fourhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .fourhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .fourhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .fourhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .fourhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .fourhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .fourhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .fourhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .fourhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .fourhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .fourhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .fourhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .fourhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .fourhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .fourhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .fourhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .fourhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .fourhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .fourhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .fourhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .fourhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .fourhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .fourhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .fourhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .fourhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .fourhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .fourhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .fourhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .fourhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .fourhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .fourhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .fourhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .fourhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .fourhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .fourhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .fourhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .fourhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .fourhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .fourhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .fourhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .fourhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .fourhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .fourhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .fourhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .fourhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .fourhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .fourhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .fourhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .fourhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .fourhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .fourhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .fourhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .fourhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .fourhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .fourhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .fourhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .fourhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .fourhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .fourhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .fourhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .fourhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .fourhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .fourhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .fourhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .fourhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .fourhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .fourhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .fourhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .fourhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .fourhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .fourhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .fourhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .fourhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .fourhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .fourhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .fourhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .fourhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .fourhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .fourhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .fourhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .fourhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .fourhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .fourhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .fourhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .fourhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .fourhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .fourhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .fourhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .fourhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .fourhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .fourhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .fourhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .fourhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .fourhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .fourhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .fourhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .fourhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .fourhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .fourhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .fourhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .fourhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .fourhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .fourhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .fourhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .fourhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .fourhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .fourhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .fourhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .fourhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .fourhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .fourhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .fourhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .fourhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .fourhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .fourhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .fourhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .fourhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .fourhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .fourhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .fourhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .fourhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .fourhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .fourhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .fourhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .fourhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .fourhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .fourhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .fourhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .fourhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .fourhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .fourhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .fourhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .fourhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .fourhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .fourhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .fourhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .fourhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .fourhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .fourhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .fourhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .fourhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .fourhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .fourhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .fourhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .fourhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .fourhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .fourhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .fourhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .fourhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .fourhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .fourhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .fourhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .fourhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .fourhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .fourhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .fourhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .fourhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .fourhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .fourhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .fourhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .fourhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .fourhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .fourhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .fourhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .fourhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .fourhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .fourhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .fourhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .fourhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .fourhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .fourhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .fourhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .fourhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .fourhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .fourhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .fourhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .fourhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .fourhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .fourhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .fourhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .fourhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .fourhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .fourhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .fourhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .fourhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .fourhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .fourhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .fourhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .fourhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .fourhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .fourhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .fourhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .fourhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .fourhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .fourhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .fourhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .fourhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .fourhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .fourhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .fourhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .fourhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .fourhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .fourhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .fourhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .fourhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .fourhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .fourhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .fourhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .fourhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .fourhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .fourhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .fourhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .fourhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .fourhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .fourhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .fourhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .fourhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .fourhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .fourhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .fourhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .fourhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .fourhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .fourhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .fourhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .fourhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .fourhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .fourhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .fourhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .fourhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .fourhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .fourhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .fourhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .fourhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .fourhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .fourhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .fourhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .fourhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .fourhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .fourhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .fourhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .fourhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .fourhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .fourhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .fourhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .fourhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .fourhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .fourhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .fourhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .fourhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .fourhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .fourhundred\:transition-none{
    transition-property: none;
  }

  .fourhundred\:transition-all{
    transition-property: all;
  }

  .fourhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .fourhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .fourhundred\:transition-opacity{
    transition-property: opacity;
  }

  .fourhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .fourhundred\:transition-transform{
    transition-property: transform;
  }

  .fourhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .fourhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .fourhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .fourhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .fourhundred\:duration-75{
    transition-duration: 75ms;
  }

  .fourhundred\:duration-100{
    transition-duration: 100ms;
  }

  .fourhundred\:duration-150{
    transition-duration: 150ms;
  }

  .fourhundred\:duration-200{
    transition-duration: 200ms;
  }

  .fourhundred\:duration-300{
    transition-duration: 300ms;
  }

  .fourhundred\:duration-500{
    transition-duration: 500ms;
  }

  .fourhundred\:duration-700{
    transition-duration: 700ms;
  }

  .fourhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .fourhundred\:delay-75{
    transition-delay: 75ms;
  }

  .fourhundred\:delay-100{
    transition-delay: 100ms;
  }

  .fourhundred\:delay-150{
    transition-delay: 150ms;
  }

  .fourhundred\:delay-200{
    transition-delay: 200ms;
  }

  .fourhundred\:delay-300{
    transition-delay: 300ms;
  }

  .fourhundred\:delay-500{
    transition-delay: 500ms;
  }

  .fourhundred\:delay-700{
    transition-delay: 700ms;
  }

  .fourhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .fourhundred\:animate-none{
    animation: none;
  }

  .fourhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .fourhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .fourhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .fourhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 500px){
  .fivehundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .fivehundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .fivehundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .fivehundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .fivehundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .fivehundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .fivehundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .fivehundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .fivehundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .fivehundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .fivehundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .fivehundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .fivehundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .fivehundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .fivehundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .fivehundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .fivehundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .fivehundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .fivehundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .fivehundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .fivehundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .fivehundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .fivehundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .fivehundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .fivehundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .fivehundred\:container{
      max-width: 2000px;
    }
  }

  .fivehundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .fivehundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .fivehundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .fivehundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .fivehundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .fivehundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .fivehundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .fivehundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .fivehundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .fivehundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .fivehundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .fivehundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .fivehundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .fivehundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .fivehundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .fivehundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .fivehundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .fivehundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .fivehundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .fivehundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .fivehundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .fivehundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .fivehundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .fivehundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .fivehundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .fivehundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .fivehundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .fivehundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .fivehundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fivehundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fivehundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .fivehundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .fivehundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .fivehundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .fivehundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .fivehundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .fivehundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .fivehundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .fivehundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .fivehundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .fivehundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .fivehundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .fivehundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .fivehundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .fivehundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .fivehundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .fivehundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .fivehundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .fivehundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .fivehundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .fivehundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .fivehundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .fivehundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .fivehundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .fivehundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .fivehundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .fivehundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .fivehundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .fivehundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .fivehundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .fivehundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .fivehundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fivehundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fivehundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fivehundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fivehundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .fivehundred\:bg-fixed{
    background-attachment: fixed;
  }

  .fivehundred\:bg-local{
    background-attachment: local;
  }

  .fivehundred\:bg-scroll{
    background-attachment: scroll;
  }

  .fivehundred\:bg-clip-border{
    background-clip: border-box;
  }

  .fivehundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .fivehundred\:bg-clip-content{
    background-clip: content-box;
  }

  .fivehundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .fivehundred\:bg-transparent{
    background-color: transparent;
  }

  .fivehundred\:bg-current{
    background-color: currentColor;
  }

  .fivehundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fivehundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fivehundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fivehundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fivehundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fivehundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fivehundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fivehundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fivehundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fivehundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fivehundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fivehundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fivehundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fivehundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fivehundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fivehundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fivehundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fivehundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fivehundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fivehundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fivehundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fivehundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fivehundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fivehundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fivehundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fivehundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .fivehundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .fivehundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fivehundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .fivehundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .fivehundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fivehundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fivehundred\:bg-none{
    background-image: none;
  }

  .fivehundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .fivehundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .fivehundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .fivehundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .fivehundred\:to-black{
    --gradient-to-color: #000;
  }

  .fivehundred\:to-white{
    --gradient-to-color: #fff;
  }

  .fivehundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .fivehundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .fivehundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .fivehundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .fivehundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .fivehundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .fivehundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .fivehundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .fivehundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .fivehundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .fivehundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .fivehundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .fivehundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .fivehundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .fivehundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .fivehundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .fivehundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .fivehundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .fivehundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .fivehundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .fivehundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .fivehundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .fivehundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .fivehundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .fivehundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .fivehundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .fivehundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .fivehundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .fivehundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .fivehundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .fivehundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .fivehundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .fivehundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .fivehundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .fivehundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .fivehundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .fivehundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .fivehundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .fivehundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .fivehundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .fivehundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .fivehundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .fivehundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .fivehundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .fivehundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .fivehundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .fivehundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .fivehundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .fivehundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .fivehundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .fivehundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .fivehundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .fivehundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .fivehundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .fivehundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .fivehundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .fivehundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .fivehundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .fivehundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .fivehundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .fivehundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .fivehundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .fivehundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .fivehundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .fivehundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .fivehundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .fivehundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .fivehundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .fivehundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .fivehundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .fivehundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .fivehundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .fivehundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .fivehundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .fivehundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .fivehundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .fivehundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .fivehundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .fivehundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .fivehundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .fivehundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .fivehundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .fivehundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .fivehundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .fivehundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .fivehundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .fivehundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .fivehundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .fivehundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .fivehundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .fivehundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .fivehundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .fivehundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .fivehundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .fivehundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .fivehundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .fivehundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .fivehundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .fivehundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .fivehundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .fivehundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .fivehundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .fivehundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .fivehundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .fivehundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .fivehundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .fivehundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .fivehundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .fivehundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .fivehundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .fivehundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .fivehundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .fivehundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .fivehundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .fivehundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .fivehundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .fivehundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .fivehundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .fivehundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .fivehundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .fivehundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .fivehundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .fivehundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .fivehundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .fivehundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .fivehundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .fivehundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .fivehundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .fivehundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .fivehundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .fivehundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .fivehundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .fivehundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .fivehundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .fivehundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .fivehundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .fivehundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .fivehundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .fivehundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .fivehundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .fivehundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .fivehundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .fivehundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .fivehundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .fivehundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .fivehundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .fivehundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .fivehundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .fivehundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .fivehundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .fivehundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .fivehundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .fivehundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .fivehundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .fivehundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .fivehundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .fivehundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .fivehundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .fivehundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .fivehundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .fivehundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .fivehundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .fivehundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .fivehundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .fivehundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .fivehundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .fivehundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .fivehundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .fivehundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .fivehundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .fivehundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .fivehundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .fivehundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .fivehundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .fivehundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .fivehundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .fivehundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .fivehundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .fivehundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .fivehundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .fivehundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fivehundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fivehundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fivehundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fivehundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fivehundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fivehundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fivehundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fivehundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fivehundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fivehundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fivehundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fivehundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fivehundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fivehundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fivehundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fivehundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fivehundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fivehundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fivehundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fivehundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fivehundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fivehundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fivehundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fivehundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fivehundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fivehundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fivehundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fivehundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fivehundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fivehundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fivehundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fivehundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fivehundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fivehundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fivehundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fivehundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fivehundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fivehundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fivehundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fivehundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fivehundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fivehundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fivehundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fivehundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fivehundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fivehundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fivehundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fivehundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fivehundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fivehundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fivehundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fivehundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fivehundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fivehundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fivehundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fivehundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fivehundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fivehundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fivehundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fivehundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fivehundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fivehundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fivehundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fivehundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fivehundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fivehundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fivehundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fivehundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fivehundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fivehundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fivehundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fivehundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fivehundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fivehundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fivehundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fivehundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fivehundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fivehundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fivehundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fivehundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fivehundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fivehundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fivehundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fivehundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fivehundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fivehundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fivehundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fivehundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fivehundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fivehundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fivehundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .fivehundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .fivehundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .fivehundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .fivehundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .fivehundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .fivehundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .fivehundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .fivehundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .fivehundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .fivehundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .fivehundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .fivehundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .fivehundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .fivehundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .fivehundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .fivehundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .fivehundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .fivehundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .fivehundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .fivehundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .fivehundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .fivehundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .fivehundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .fivehundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .fivehundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .fivehundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .fivehundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .fivehundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .fivehundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .fivehundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .fivehundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .fivehundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .fivehundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .fivehundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .fivehundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .fivehundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .fivehundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .fivehundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .fivehundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .fivehundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .fivehundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .fivehundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .fivehundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .fivehundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .fivehundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .fivehundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .fivehundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .fivehundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .fivehundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .fivehundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .fivehundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .fivehundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .fivehundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .fivehundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .fivehundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .fivehundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .fivehundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .fivehundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .fivehundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .fivehundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .fivehundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .fivehundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .fivehundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .fivehundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .fivehundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .fivehundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .fivehundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .fivehundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .fivehundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .fivehundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .fivehundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .fivehundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .fivehundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .fivehundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .fivehundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .fivehundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .fivehundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .fivehundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .fivehundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .fivehundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .fivehundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .fivehundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .fivehundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .fivehundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .fivehundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .fivehundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .fivehundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .fivehundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .fivehundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .fivehundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .fivehundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .fivehundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .fivehundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .fivehundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .fivehundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .fivehundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .fivehundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .fivehundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .fivehundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .fivehundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .fivehundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .fivehundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .fivehundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .fivehundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .fivehundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .fivehundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .fivehundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .fivehundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .fivehundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .fivehundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .fivehundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .fivehundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .fivehundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .fivehundred\:bg-bottom{
    background-position: bottom;
  }

  .fivehundred\:bg-center{
    background-position: center;
  }

  .fivehundred\:bg-left{
    background-position: left;
  }

  .fivehundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .fivehundred\:bg-left-top{
    background-position: left top;
  }

  .fivehundred\:bg-right{
    background-position: right;
  }

  .fivehundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .fivehundred\:bg-right-top{
    background-position: right top;
  }

  .fivehundred\:bg-top{
    background-position: top;
  }

  .fivehundred\:bg-repeat{
    background-repeat: repeat;
  }

  .fivehundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .fivehundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .fivehundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .fivehundred\:bg-repeat-round{
    background-repeat: round;
  }

  .fivehundred\:bg-repeat-space{
    background-repeat: space;
  }

  .fivehundred\:bg-auto{
    background-size: auto;
  }

  .fivehundred\:bg-cover{
    background-size: cover;
  }

  .fivehundred\:bg-contain{
    background-size: contain;
  }

  .fivehundred\:border-collapse{
    border-collapse: collapse;
  }

  .fivehundred\:border-separate{
    border-collapse: separate;
  }

  .fivehundred\:border-transparent{
    border-color: transparent;
  }

  .fivehundred\:border-current{
    border-color: currentColor;
  }

  .fivehundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fivehundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fivehundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fivehundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fivehundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fivehundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fivehundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fivehundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fivehundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fivehundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fivehundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fivehundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fivehundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fivehundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fivehundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fivehundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fivehundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fivehundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fivehundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fivehundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fivehundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fivehundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fivehundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fivehundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fivehundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fivehundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fivehundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fivehundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fivehundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fivehundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fivehundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fivehundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fivehundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fivehundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fivehundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fivehundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fivehundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fivehundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fivehundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fivehundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fivehundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fivehundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fivehundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fivehundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fivehundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fivehundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fivehundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fivehundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fivehundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fivehundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fivehundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fivehundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fivehundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fivehundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fivehundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fivehundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fivehundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fivehundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fivehundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fivehundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fivehundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fivehundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fivehundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fivehundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fivehundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fivehundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fivehundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fivehundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fivehundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fivehundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fivehundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fivehundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fivehundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fivehundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fivehundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fivehundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fivehundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fivehundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fivehundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fivehundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fivehundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fivehundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fivehundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fivehundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fivehundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fivehundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fivehundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fivehundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fivehundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fivehundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fivehundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .fivehundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .fivehundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fivehundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fivehundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fivehundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fivehundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fivehundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fivehundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fivehundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fivehundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fivehundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fivehundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fivehundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fivehundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .fivehundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .fivehundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fivehundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fivehundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fivehundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fivehundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fivehundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fivehundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fivehundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fivehundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fivehundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fivehundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fivehundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fivehundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .fivehundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .fivehundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .fivehundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .fivehundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .fivehundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .fivehundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .fivehundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .fivehundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .fivehundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .fivehundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .fivehundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .fivehundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .fivehundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .fivehundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .fivehundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .fivehundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .fivehundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .fivehundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .fivehundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .fivehundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .fivehundred\:rounded-none{
    border-radius: 0;
  }

  .fivehundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .fivehundred\:rounded{
    border-radius: 0.25rem;
  }

  .fivehundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .fivehundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .fivehundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .fivehundred\:rounded-full{
    border-radius: 9999px;
  }

  .fivehundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fivehundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fivehundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fivehundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fivehundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .fivehundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .fivehundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fivehundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fivehundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .fivehundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .fivehundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fivehundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fivehundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .fivehundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .fivehundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fivehundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fivehundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .fivehundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .fivehundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fivehundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fivehundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fivehundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .fivehundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fivehundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fivehundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .fivehundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .fivehundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fivehundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fivehundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .fivehundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .fivehundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .fivehundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .fivehundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .fivehundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .fivehundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .fivehundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .fivehundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .fivehundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .fivehundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .fivehundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .fivehundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .fivehundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .fivehundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .fivehundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .fivehundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .fivehundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .fivehundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .fivehundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .fivehundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .fivehundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .fivehundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .fivehundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .fivehundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .fivehundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .fivehundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .fivehundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .fivehundred\:border-solid{
    border-style: solid;
  }

  .fivehundred\:border-dashed{
    border-style: dashed;
  }

  .fivehundred\:border-dotted{
    border-style: dotted;
  }

  .fivehundred\:border-double{
    border-style: double;
  }

  .fivehundred\:border-none{
    border-style: none;
  }

  .fivehundred\:border-0{
    border-width: 0;
  }

  .fivehundred\:border-2{
    border-width: 2px;
  }

  .fivehundred\:border-4{
    border-width: 4px;
  }

  .fivehundred\:border-8{
    border-width: 8px;
  }

  .fivehundred\:border{
    border-width: 1px;
  }

  .fivehundred\:border-t-0{
    border-top-width: 0;
  }

  .fivehundred\:border-r-0{
    border-right-width: 0;
  }

  .fivehundred\:border-b-0{
    border-bottom-width: 0;
  }

  .fivehundred\:border-l-0{
    border-left-width: 0;
  }

  .fivehundred\:border-t-2{
    border-top-width: 2px;
  }

  .fivehundred\:border-r-2{
    border-right-width: 2px;
  }

  .fivehundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .fivehundred\:border-l-2{
    border-left-width: 2px;
  }

  .fivehundred\:border-t-4{
    border-top-width: 4px;
  }

  .fivehundred\:border-r-4{
    border-right-width: 4px;
  }

  .fivehundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .fivehundred\:border-l-4{
    border-left-width: 4px;
  }

  .fivehundred\:border-t-8{
    border-top-width: 8px;
  }

  .fivehundred\:border-r-8{
    border-right-width: 8px;
  }

  .fivehundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .fivehundred\:border-l-8{
    border-left-width: 8px;
  }

  .fivehundred\:border-t{
    border-top-width: 1px;
  }

  .fivehundred\:border-r{
    border-right-width: 1px;
  }

  .fivehundred\:border-b{
    border-bottom-width: 1px;
  }

  .fivehundred\:border-l{
    border-left-width: 1px;
  }

  .fivehundred\:box-border{
    box-sizing: border-box;
  }

  .fivehundred\:box-content{
    box-sizing: content-box;
  }

  .fivehundred\:cursor-auto{
    cursor: auto;
  }

  .fivehundred\:cursor-default{
    cursor: default;
  }

  .fivehundred\:cursor-pointer{
    cursor: pointer;
  }

  .fivehundred\:cursor-wait{
    cursor: wait;
  }

  .fivehundred\:cursor-text{
    cursor: text;
  }

  .fivehundred\:cursor-move{
    cursor: move;
  }

  .fivehundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .fivehundred\:block{
    display: block;
  }

  .fivehundred\:inline-block{
    display: inline-block;
  }

  .fivehundred\:inline{
    display: inline;
  }

  .fivehundred\:flex{
    display: flex;
  }

  .fivehundred\:inline-flex{
    display: inline-flex;
  }

  .fivehundred\:table{
    display: table;
  }

  .fivehundred\:table-caption{
    display: table-caption;
  }

  .fivehundred\:table-cell{
    display: table-cell;
  }

  .fivehundred\:table-column{
    display: table-column;
  }

  .fivehundred\:table-column-group{
    display: table-column-group;
  }

  .fivehundred\:table-footer-group{
    display: table-footer-group;
  }

  .fivehundred\:table-header-group{
    display: table-header-group;
  }

  .fivehundred\:table-row-group{
    display: table-row-group;
  }

  .fivehundred\:table-row{
    display: table-row;
  }

  .fivehundred\:flow-root{
    display: flow-root;
  }

  .fivehundred\:grid{
    display: grid;
  }

  .fivehundred\:inline-grid{
    display: inline-grid;
  }

  .fivehundred\:contents{
    display: contents;
  }

  .fivehundred\:hidden{
    display: none;
  }

  .fivehundred\:flex-row{
    flex-direction: row;
  }

  .fivehundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .fivehundred\:flex-col{
    flex-direction: column;
  }

  .fivehundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .fivehundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .fivehundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .fivehundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .fivehundred\:place-items-auto{
    place-items: auto;
  }

  .fivehundred\:place-items-start{
    place-items: start;
  }

  .fivehundred\:place-items-end{
    place-items: end;
  }

  .fivehundred\:place-items-center{
    place-items: center;
  }

  .fivehundred\:place-items-stretch{
    place-items: stretch;
  }

  .fivehundred\:place-content-center{
    place-content: center;
  }

  .fivehundred\:place-content-start{
    place-content: start;
  }

  .fivehundred\:place-content-end{
    place-content: end;
  }

  .fivehundred\:place-content-between{
    place-content: space-between;
  }

  .fivehundred\:place-content-around{
    place-content: space-around;
  }

  .fivehundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .fivehundred\:place-content-stretch{
    place-content: stretch;
  }

  .fivehundred\:place-self-auto{
    place-self: auto;
  }

  .fivehundred\:place-self-start{
    place-self: start;
  }

  .fivehundred\:place-self-end{
    place-self: end;
  }

  .fivehundred\:place-self-center{
    place-self: center;
  }

  .fivehundred\:place-self-stretch{
    place-self: stretch;
  }

  .fivehundred\:items-start{
    align-items: flex-start;
  }

  .fivehundred\:items-end{
    align-items: flex-end;
  }

  .fivehundred\:items-center{
    align-items: center;
  }

  .fivehundred\:items-baseline{
    align-items: baseline;
  }

  .fivehundred\:items-stretch{
    align-items: stretch;
  }

  .fivehundred\:content-center{
    align-content: center;
  }

  .fivehundred\:content-start{
    align-content: flex-start;
  }

  .fivehundred\:content-end{
    align-content: flex-end;
  }

  .fivehundred\:content-between{
    align-content: space-between;
  }

  .fivehundred\:content-around{
    align-content: space-around;
  }

  .fivehundred\:content-evenly{
    align-content: space-evenly;
  }

  .fivehundred\:self-auto{
    align-self: auto;
  }

  .fivehundred\:self-start{
    align-self: flex-start;
  }

  .fivehundred\:self-end{
    align-self: flex-end;
  }

  .fivehundred\:self-center{
    align-self: center;
  }

  .fivehundred\:self-stretch{
    align-self: stretch;
  }

  .fivehundred\:justify-items-auto{
    justify-items: auto;
  }

  .fivehundred\:justify-items-start{
    justify-items: start;
  }

  .fivehundred\:justify-items-end{
    justify-items: end;
  }

  .fivehundred\:justify-items-center{
    justify-items: center;
  }

  .fivehundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .fivehundred\:justify-start{
    justify-content: flex-start;
  }

  .fivehundred\:justify-end{
    justify-content: flex-end;
  }

  .fivehundred\:justify-center{
    justify-content: center;
  }

  .fivehundred\:justify-between{
    justify-content: space-between;
  }

  .fivehundred\:justify-around{
    justify-content: space-around;
  }

  .fivehundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .fivehundred\:justify-self-auto{
    justify-self: auto;
  }

  .fivehundred\:justify-self-start{
    justify-self: start;
  }

  .fivehundred\:justify-self-end{
    justify-self: end;
  }

  .fivehundred\:justify-self-center{
    justify-self: center;
  }

  .fivehundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .fivehundred\:flex-1{
    flex: 1 1 0%;
  }

  .fivehundred\:flex-auto{
    flex: 1 1 auto;
  }

  .fivehundred\:flex-initial{
    flex: 0 1 auto;
  }

  .fivehundred\:flex-none{
    flex: none;
  }

  .fivehundred\:flex-grow-0{
    flex-grow: 0;
  }

  .fivehundred\:flex-grow{
    flex-grow: 1;
  }

  .fivehundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .fivehundred\:flex-shrink{
    flex-shrink: 1;
  }

  .fivehundred\:order-1{
    order: 1;
  }

  .fivehundred\:order-2{
    order: 2;
  }

  .fivehundred\:order-3{
    order: 3;
  }

  .fivehundred\:order-4{
    order: 4;
  }

  .fivehundred\:order-5{
    order: 5;
  }

  .fivehundred\:order-6{
    order: 6;
  }

  .fivehundred\:order-7{
    order: 7;
  }

  .fivehundred\:order-8{
    order: 8;
  }

  .fivehundred\:order-9{
    order: 9;
  }

  .fivehundred\:order-10{
    order: 10;
  }

  .fivehundred\:order-11{
    order: 11;
  }

  .fivehundred\:order-12{
    order: 12;
  }

  .fivehundred\:order-first{
    order: -9999;
  }

  .fivehundred\:order-last{
    order: 9999;
  }

  .fivehundred\:order-none{
    order: 0;
  }

  .fivehundred\:float-right{
    float: right;
  }

  .fivehundred\:float-left{
    float: left;
  }

  .fivehundred\:float-none{
    float: none;
  }

  .fivehundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .fivehundred\:clear-left{
    clear: left;
  }

  .fivehundred\:clear-right{
    clear: right;
  }

  .fivehundred\:clear-both{
    clear: both;
  }

  .fivehundred\:clear-none{
    clear: none;
  }

  .fivehundred\: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";
  }

  .fivehundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .fivehundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .fivehundred\:font-hairline{
    font-weight: 100;
  }

  .fivehundred\:font-thin{
    font-weight: 200;
  }

  .fivehundred\:font-light{
    font-weight: 300;
  }

  .fivehundred\:font-normal{
    font-weight: 400;
  }

  .fivehundred\:font-medium{
    font-weight: 500;
  }

  .fivehundred\:font-semibold{
    font-weight: 600;
  }

  .fivehundred\:font-bold{
    font-weight: 700;
  }

  .fivehundred\:font-extrabold{
    font-weight: 800;
  }

  .fivehundred\:font-black{
    font-weight: 900;
  }

  .fivehundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .fivehundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .fivehundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .fivehundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .fivehundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .fivehundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .fivehundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .fivehundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .fivehundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .fivehundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .fivehundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .fivehundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .fivehundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .fivehundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .fivehundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .fivehundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .fivehundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .fivehundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .fivehundred\:h-0{
    height: 0;
  }

  .fivehundred\:h-1{
    height: 0.25rem;
  }

  .fivehundred\:h-2{
    height: 0.5rem;
  }

  .fivehundred\:h-3{
    height: 0.75rem;
  }

  .fivehundred\:h-4{
    height: 1rem;
  }

  .fivehundred\:h-5{
    height: 1.25rem;
  }

  .fivehundred\:h-6{
    height: 1.5rem;
  }

  .fivehundred\:h-8{
    height: 2rem;
  }

  .fivehundred\:h-10{
    height: 2.5rem;
  }

  .fivehundred\:h-12{
    height: 3rem;
  }

  .fivehundred\:h-16{
    height: 4rem;
  }

  .fivehundred\:h-20{
    height: 5rem;
  }

  .fivehundred\:h-24{
    height: 6rem;
  }

  .fivehundred\:h-32{
    height: 8rem;
  }

  .fivehundred\:h-40{
    height: 10rem;
  }

  .fivehundred\:h-48{
    height: 12rem;
  }

  .fivehundred\:h-56{
    height: 14rem;
  }

  .fivehundred\:h-64{
    height: 16rem;
  }

  .fivehundred\:h-72{
    height: 18rem;
  }

  .fivehundred\:h-80{
    height: 20rem;
  }

  .fivehundred\:h-88{
    height: 22rem;
  }

  .fivehundred\:h-96{
    height: 24rem;
  }

  .fivehundred\:h-104{
    height: 26rem;
  }

  .fivehundred\:h-112{
    height: 28rem;
  }

  .fivehundred\:h-128{
    height: 30rem;
  }

  .fivehundred\:h-144{
    height: 34rem;
  }

  .fivehundred\:h-160{
    height: 38rem;
  }

  .fivehundred\:h-176{
    height: 42rem;
  }

  .fivehundred\:h-192{
    height: 46rem;
  }

  .fivehundred\:h-208{
    height: 50rem;
  }

  .fivehundred\:h-224{
    height: 54rem;
  }

  .fivehundred\:h-240{
    height: 58rem;
  }

  .fivehundred\:h-256{
    height: 62rem;
  }

  .fivehundred\:h-auto{
    height: auto;
  }

  .fivehundred\:h-px{
    height: 1px;
  }

  .fivehundred\:h-full{
    height: 100%;
  }

  .fivehundred\:h-screen{
    height: 100vh;
  }

  .fivehundred\:text-3xs{
    font-size: 0.5rem;
  }

  .fivehundred\:text-2xs{
    font-size: 0.625rem;
  }

  .fivehundred\:text-xs{
    font-size: 0.75rem;
  }

  .fivehundred\:text-sm{
    font-size: 0.875rem;
  }

  .fivehundred\:text-base{
    font-size: 1rem;
  }

  .fivehundred\:text-lg{
    font-size: 1.125rem;
  }

  .fivehundred\:text-xl{
    font-size: 1.25rem;
  }

  .fivehundred\:text-2xl{
    font-size: 1.5rem;
  }

  .fivehundred\:text-3xl{
    font-size: 1.875rem;
  }

  .fivehundred\:text-4xl{
    font-size: 2.25rem;
  }

  .fivehundred\:text-5xl{
    font-size: 3rem;
  }

  .fivehundred\:text-6xl{
    font-size: 4rem;
  }

  .fivehundred\:text-7xl{
    font-size: 6rem;
  }

  .fivehundred\:text-8xl{
    font-size: 8rem;
  }

  .fivehundred\:leading-3{
    line-height: .75rem;
  }

  .fivehundred\:leading-4{
    line-height: 1rem;
  }

  .fivehundred\:leading-5{
    line-height: 1.25rem;
  }

  .fivehundred\:leading-6{
    line-height: 1.5rem;
  }

  .fivehundred\:leading-7{
    line-height: 1.75rem;
  }

  .fivehundred\:leading-8{
    line-height: 2rem;
  }

  .fivehundred\:leading-9{
    line-height: 2.25rem;
  }

  .fivehundred\:leading-10{
    line-height: 2.5rem;
  }

  .fivehundred\:leading-none{
    line-height: 1;
  }

  .fivehundred\:leading-tight{
    line-height: 1.25;
  }

  .fivehundred\:leading-snug{
    line-height: 1.375;
  }

  .fivehundred\:leading-normal{
    line-height: 1.5;
  }

  .fivehundred\:leading-relaxed{
    line-height: 1.625;
  }

  .fivehundred\:leading-loose{
    line-height: 2;
  }

  .fivehundred\:list-inside{
    list-style-position: inside;
  }

  .fivehundred\:list-outside{
    list-style-position: outside;
  }

  .fivehundred\:list-none{
    list-style-type: none;
  }

  .fivehundred\:list-disc{
    list-style-type: disc;
  }

  .fivehundred\:list-decimal{
    list-style-type: decimal;
  }

  .fivehundred\:m-0{
    margin: 0;
  }

  .fivehundred\:m-1{
    margin: 0.25rem;
  }

  .fivehundred\:m-2{
    margin: 0.5rem;
  }

  .fivehundred\:m-3{
    margin: 0.75rem;
  }

  .fivehundred\:m-4{
    margin: 1rem;
  }

  .fivehundred\:m-5{
    margin: 1.25rem;
  }

  .fivehundred\:m-6{
    margin: 1.5rem;
  }

  .fivehundred\:m-8{
    margin: 2rem;
  }

  .fivehundred\:m-10{
    margin: 2.5rem;
  }

  .fivehundred\:m-12{
    margin: 3rem;
  }

  .fivehundred\:m-16{
    margin: 4rem;
  }

  .fivehundred\:m-20{
    margin: 5rem;
  }

  .fivehundred\:m-24{
    margin: 6rem;
  }

  .fivehundred\:m-32{
    margin: 8rem;
  }

  .fivehundred\:m-40{
    margin: 10rem;
  }

  .fivehundred\:m-48{
    margin: 12rem;
  }

  .fivehundred\:m-56{
    margin: 14rem;
  }

  .fivehundred\:m-64{
    margin: 16rem;
  }

  .fivehundred\:m-72{
    margin: 18rem;
  }

  .fivehundred\:m-80{
    margin: 20rem;
  }

  .fivehundred\:m-88{
    margin: 22rem;
  }

  .fivehundred\:m-96{
    margin: 24rem;
  }

  .fivehundred\:m-104{
    margin: 26rem;
  }

  .fivehundred\:m-112{
    margin: 28rem;
  }

  .fivehundred\:m-128{
    margin: 30rem;
  }

  .fivehundred\:m-144{
    margin: 34rem;
  }

  .fivehundred\:m-160{
    margin: 38rem;
  }

  .fivehundred\:m-176{
    margin: 42rem;
  }

  .fivehundred\:m-192{
    margin: 46rem;
  }

  .fivehundred\:m-208{
    margin: 50rem;
  }

  .fivehundred\:m-224{
    margin: 54rem;
  }

  .fivehundred\:m-240{
    margin: 58rem;
  }

  .fivehundred\:m-256{
    margin: 62rem;
  }

  .fivehundred\:m-auto{
    margin: auto;
  }

  .fivehundred\:m-px{
    margin: 1px;
  }

  .fivehundred\:-m-1{
    margin: -0.25rem;
  }

  .fivehundred\:-m-2{
    margin: -0.5rem;
  }

  .fivehundred\:-m-3{
    margin: -0.75rem;
  }

  .fivehundred\:-m-4{
    margin: -1rem;
  }

  .fivehundred\:-m-5{
    margin: -1.25rem;
  }

  .fivehundred\:-m-6{
    margin: -1.5rem;
  }

  .fivehundred\:-m-8{
    margin: -2rem;
  }

  .fivehundred\:-m-10{
    margin: -2.5rem;
  }

  .fivehundred\:-m-12{
    margin: -3rem;
  }

  .fivehundred\:-m-16{
    margin: -4rem;
  }

  .fivehundred\:-m-20{
    margin: -5rem;
  }

  .fivehundred\:-m-24{
    margin: -6rem;
  }

  .fivehundred\:-m-32{
    margin: -8rem;
  }

  .fivehundred\:-m-40{
    margin: -10rem;
  }

  .fivehundred\:-m-48{
    margin: -12rem;
  }

  .fivehundred\:-m-56{
    margin: -14rem;
  }

  .fivehundred\:-m-64{
    margin: -16rem;
  }

  .fivehundred\:-m-72{
    margin: -18rem;
  }

  .fivehundred\:-m-80{
    margin: -20rem;
  }

  .fivehundred\:-m-88{
    margin: -22rem;
  }

  .fivehundred\:-m-96{
    margin: -24rem;
  }

  .fivehundred\:-m-104{
    margin: -26rem;
  }

  .fivehundred\:-m-112{
    margin: -28rem;
  }

  .fivehundred\:-m-128{
    margin: -30rem;
  }

  .fivehundred\:-m-144{
    margin: -34rem;
  }

  .fivehundred\:-m-160{
    margin: -38rem;
  }

  .fivehundred\:-m-176{
    margin: -42rem;
  }

  .fivehundred\:-m-192{
    margin: -46rem;
  }

  .fivehundred\:-m-208{
    margin: -50rem;
  }

  .fivehundred\:-m-224{
    margin: -54rem;
  }

  .fivehundred\:-m-240{
    margin: -58rem;
  }

  .fivehundred\:-m-256{
    margin: -62rem;
  }

  .fivehundred\:-m-px{
    margin: -1px;
  }

  .fivehundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .fivehundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .fivehundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .fivehundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .fivehundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .fivehundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .fivehundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .fivehundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .fivehundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fivehundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fivehundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fivehundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .fivehundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fivehundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .fivehundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fivehundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fivehundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fivehundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .fivehundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fivehundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fivehundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fivehundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .fivehundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .fivehundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .fivehundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .fivehundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .fivehundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .fivehundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .fivehundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .fivehundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .fivehundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .fivehundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .fivehundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .fivehundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .fivehundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .fivehundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .fivehundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .fivehundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .fivehundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .fivehundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .fivehundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .fivehundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .fivehundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .fivehundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .fivehundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .fivehundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .fivehundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .fivehundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .fivehundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .fivehundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .fivehundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .fivehundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .fivehundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .fivehundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .fivehundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .fivehundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .fivehundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .fivehundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .fivehundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .fivehundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .fivehundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .fivehundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .fivehundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .fivehundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .fivehundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .fivehundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .fivehundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .fivehundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .fivehundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .fivehundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .fivehundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .fivehundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .fivehundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .fivehundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .fivehundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .fivehundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .fivehundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .fivehundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .fivehundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .fivehundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .fivehundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .fivehundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .fivehundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .fivehundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .fivehundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .fivehundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .fivehundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .fivehundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .fivehundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .fivehundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .fivehundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .fivehundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .fivehundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .fivehundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .fivehundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .fivehundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .fivehundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .fivehundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .fivehundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .fivehundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .fivehundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .fivehundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .fivehundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .fivehundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .fivehundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .fivehundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .fivehundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .fivehundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .fivehundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .fivehundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .fivehundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .fivehundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .fivehundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .fivehundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .fivehundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .fivehundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .fivehundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .fivehundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .fivehundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .fivehundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .fivehundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .fivehundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .fivehundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .fivehundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .fivehundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .fivehundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .fivehundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .fivehundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .fivehundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .fivehundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .fivehundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .fivehundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .fivehundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .fivehundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .fivehundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .fivehundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .fivehundred\:mt-0{
    margin-top: 0;
  }

  .fivehundred\:mr-0{
    margin-right: 0;
  }

  .fivehundred\:mb-0{
    margin-bottom: 0;
  }

  .fivehundred\:ml-0{
    margin-left: 0;
  }

  .fivehundred\:mt-1{
    margin-top: 0.25rem;
  }

  .fivehundred\:mr-1{
    margin-right: 0.25rem;
  }

  .fivehundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .fivehundred\:ml-1{
    margin-left: 0.25rem;
  }

  .fivehundred\:mt-2{
    margin-top: 0.5rem;
  }

  .fivehundred\:mr-2{
    margin-right: 0.5rem;
  }

  .fivehundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .fivehundred\:ml-2{
    margin-left: 0.5rem;
  }

  .fivehundred\:mt-3{
    margin-top: 0.75rem;
  }

  .fivehundred\:mr-3{
    margin-right: 0.75rem;
  }

  .fivehundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .fivehundred\:ml-3{
    margin-left: 0.75rem;
  }

  .fivehundred\:mt-4{
    margin-top: 1rem;
  }

  .fivehundred\:mr-4{
    margin-right: 1rem;
  }

  .fivehundred\:mb-4{
    margin-bottom: 1rem;
  }

  .fivehundred\:ml-4{
    margin-left: 1rem;
  }

  .fivehundred\:mt-5{
    margin-top: 1.25rem;
  }

  .fivehundred\:mr-5{
    margin-right: 1.25rem;
  }

  .fivehundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .fivehundred\:ml-5{
    margin-left: 1.25rem;
  }

  .fivehundred\:mt-6{
    margin-top: 1.5rem;
  }

  .fivehundred\:mr-6{
    margin-right: 1.5rem;
  }

  .fivehundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .fivehundred\:ml-6{
    margin-left: 1.5rem;
  }

  .fivehundred\:mt-8{
    margin-top: 2rem;
  }

  .fivehundred\:mr-8{
    margin-right: 2rem;
  }

  .fivehundred\:mb-8{
    margin-bottom: 2rem;
  }

  .fivehundred\:ml-8{
    margin-left: 2rem;
  }

  .fivehundred\:mt-10{
    margin-top: 2.5rem;
  }

  .fivehundred\:mr-10{
    margin-right: 2.5rem;
  }

  .fivehundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .fivehundred\:ml-10{
    margin-left: 2.5rem;
  }

  .fivehundred\:mt-12{
    margin-top: 3rem;
  }

  .fivehundred\:mr-12{
    margin-right: 3rem;
  }

  .fivehundred\:mb-12{
    margin-bottom: 3rem;
  }

  .fivehundred\:ml-12{
    margin-left: 3rem;
  }

  .fivehundred\:mt-16{
    margin-top: 4rem;
  }

  .fivehundred\:mr-16{
    margin-right: 4rem;
  }

  .fivehundred\:mb-16{
    margin-bottom: 4rem;
  }

  .fivehundred\:ml-16{
    margin-left: 4rem;
  }

  .fivehundred\:mt-20{
    margin-top: 5rem;
  }

  .fivehundred\:mr-20{
    margin-right: 5rem;
  }

  .fivehundred\:mb-20{
    margin-bottom: 5rem;
  }

  .fivehundred\:ml-20{
    margin-left: 5rem;
  }

  .fivehundred\:mt-24{
    margin-top: 6rem;
  }

  .fivehundred\:mr-24{
    margin-right: 6rem;
  }

  .fivehundred\:mb-24{
    margin-bottom: 6rem;
  }

  .fivehundred\:ml-24{
    margin-left: 6rem;
  }

  .fivehundred\:mt-32{
    margin-top: 8rem;
  }

  .fivehundred\:mr-32{
    margin-right: 8rem;
  }

  .fivehundred\:mb-32{
    margin-bottom: 8rem;
  }

  .fivehundred\:ml-32{
    margin-left: 8rem;
  }

  .fivehundred\:mt-40{
    margin-top: 10rem;
  }

  .fivehundred\:mr-40{
    margin-right: 10rem;
  }

  .fivehundred\:mb-40{
    margin-bottom: 10rem;
  }

  .fivehundred\:ml-40{
    margin-left: 10rem;
  }

  .fivehundred\:mt-48{
    margin-top: 12rem;
  }

  .fivehundred\:mr-48{
    margin-right: 12rem;
  }

  .fivehundred\:mb-48{
    margin-bottom: 12rem;
  }

  .fivehundred\:ml-48{
    margin-left: 12rem;
  }

  .fivehundred\:mt-56{
    margin-top: 14rem;
  }

  .fivehundred\:mr-56{
    margin-right: 14rem;
  }

  .fivehundred\:mb-56{
    margin-bottom: 14rem;
  }

  .fivehundred\:ml-56{
    margin-left: 14rem;
  }

  .fivehundred\:mt-64{
    margin-top: 16rem;
  }

  .fivehundred\:mr-64{
    margin-right: 16rem;
  }

  .fivehundred\:mb-64{
    margin-bottom: 16rem;
  }

  .fivehundred\:ml-64{
    margin-left: 16rem;
  }

  .fivehundred\:mt-72{
    margin-top: 18rem;
  }

  .fivehundred\:mr-72{
    margin-right: 18rem;
  }

  .fivehundred\:mb-72{
    margin-bottom: 18rem;
  }

  .fivehundred\:ml-72{
    margin-left: 18rem;
  }

  .fivehundred\:mt-80{
    margin-top: 20rem;
  }

  .fivehundred\:mr-80{
    margin-right: 20rem;
  }

  .fivehundred\:mb-80{
    margin-bottom: 20rem;
  }

  .fivehundred\:ml-80{
    margin-left: 20rem;
  }

  .fivehundred\:mt-88{
    margin-top: 22rem;
  }

  .fivehundred\:mr-88{
    margin-right: 22rem;
  }

  .fivehundred\:mb-88{
    margin-bottom: 22rem;
  }

  .fivehundred\:ml-88{
    margin-left: 22rem;
  }

  .fivehundred\:mt-96{
    margin-top: 24rem;
  }

  .fivehundred\:mr-96{
    margin-right: 24rem;
  }

  .fivehundred\:mb-96{
    margin-bottom: 24rem;
  }

  .fivehundred\:ml-96{
    margin-left: 24rem;
  }

  .fivehundred\:mt-104{
    margin-top: 26rem;
  }

  .fivehundred\:mr-104{
    margin-right: 26rem;
  }

  .fivehundred\:mb-104{
    margin-bottom: 26rem;
  }

  .fivehundred\:ml-104{
    margin-left: 26rem;
  }

  .fivehundred\:mt-112{
    margin-top: 28rem;
  }

  .fivehundred\:mr-112{
    margin-right: 28rem;
  }

  .fivehundred\:mb-112{
    margin-bottom: 28rem;
  }

  .fivehundred\:ml-112{
    margin-left: 28rem;
  }

  .fivehundred\:mt-128{
    margin-top: 30rem;
  }

  .fivehundred\:mr-128{
    margin-right: 30rem;
  }

  .fivehundred\:mb-128{
    margin-bottom: 30rem;
  }

  .fivehundred\:ml-128{
    margin-left: 30rem;
  }

  .fivehundred\:mt-144{
    margin-top: 34rem;
  }

  .fivehundred\:mr-144{
    margin-right: 34rem;
  }

  .fivehundred\:mb-144{
    margin-bottom: 34rem;
  }

  .fivehundred\:ml-144{
    margin-left: 34rem;
  }

  .fivehundred\:mt-160{
    margin-top: 38rem;
  }

  .fivehundred\:mr-160{
    margin-right: 38rem;
  }

  .fivehundred\:mb-160{
    margin-bottom: 38rem;
  }

  .fivehundred\:ml-160{
    margin-left: 38rem;
  }

  .fivehundred\:mt-176{
    margin-top: 42rem;
  }

  .fivehundred\:mr-176{
    margin-right: 42rem;
  }

  .fivehundred\:mb-176{
    margin-bottom: 42rem;
  }

  .fivehundred\:ml-176{
    margin-left: 42rem;
  }

  .fivehundred\:mt-192{
    margin-top: 46rem;
  }

  .fivehundred\:mr-192{
    margin-right: 46rem;
  }

  .fivehundred\:mb-192{
    margin-bottom: 46rem;
  }

  .fivehundred\:ml-192{
    margin-left: 46rem;
  }

  .fivehundred\:mt-208{
    margin-top: 50rem;
  }

  .fivehundred\:mr-208{
    margin-right: 50rem;
  }

  .fivehundred\:mb-208{
    margin-bottom: 50rem;
  }

  .fivehundred\:ml-208{
    margin-left: 50rem;
  }

  .fivehundred\:mt-224{
    margin-top: 54rem;
  }

  .fivehundred\:mr-224{
    margin-right: 54rem;
  }

  .fivehundred\:mb-224{
    margin-bottom: 54rem;
  }

  .fivehundred\:ml-224{
    margin-left: 54rem;
  }

  .fivehundred\:mt-240{
    margin-top: 58rem;
  }

  .fivehundred\:mr-240{
    margin-right: 58rem;
  }

  .fivehundred\:mb-240{
    margin-bottom: 58rem;
  }

  .fivehundred\:ml-240{
    margin-left: 58rem;
  }

  .fivehundred\:mt-256{
    margin-top: 62rem;
  }

  .fivehundred\:mr-256{
    margin-right: 62rem;
  }

  .fivehundred\:mb-256{
    margin-bottom: 62rem;
  }

  .fivehundred\:ml-256{
    margin-left: 62rem;
  }

  .fivehundred\:mt-auto{
    margin-top: auto;
  }

  .fivehundred\:mr-auto{
    margin-right: auto;
  }

  .fivehundred\:mb-auto{
    margin-bottom: auto;
  }

  .fivehundred\:ml-auto{
    margin-left: auto;
  }

  .fivehundred\:mt-px{
    margin-top: 1px;
  }

  .fivehundred\:mr-px{
    margin-right: 1px;
  }

  .fivehundred\:mb-px{
    margin-bottom: 1px;
  }

  .fivehundred\:ml-px{
    margin-left: 1px;
  }

  .fivehundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .fivehundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .fivehundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .fivehundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .fivehundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .fivehundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .fivehundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .fivehundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .fivehundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .fivehundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .fivehundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .fivehundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .fivehundred\:-mt-4{
    margin-top: -1rem;
  }

  .fivehundred\:-mr-4{
    margin-right: -1rem;
  }

  .fivehundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .fivehundred\:-ml-4{
    margin-left: -1rem;
  }

  .fivehundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .fivehundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .fivehundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .fivehundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .fivehundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .fivehundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .fivehundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .fivehundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .fivehundred\:-mt-8{
    margin-top: -2rem;
  }

  .fivehundred\:-mr-8{
    margin-right: -2rem;
  }

  .fivehundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .fivehundred\:-ml-8{
    margin-left: -2rem;
  }

  .fivehundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .fivehundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .fivehundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .fivehundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .fivehundred\:-mt-12{
    margin-top: -3rem;
  }

  .fivehundred\:-mr-12{
    margin-right: -3rem;
  }

  .fivehundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .fivehundred\:-ml-12{
    margin-left: -3rem;
  }

  .fivehundred\:-mt-16{
    margin-top: -4rem;
  }

  .fivehundred\:-mr-16{
    margin-right: -4rem;
  }

  .fivehundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .fivehundred\:-ml-16{
    margin-left: -4rem;
  }

  .fivehundred\:-mt-20{
    margin-top: -5rem;
  }

  .fivehundred\:-mr-20{
    margin-right: -5rem;
  }

  .fivehundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .fivehundred\:-ml-20{
    margin-left: -5rem;
  }

  .fivehundred\:-mt-24{
    margin-top: -6rem;
  }

  .fivehundred\:-mr-24{
    margin-right: -6rem;
  }

  .fivehundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .fivehundred\:-ml-24{
    margin-left: -6rem;
  }

  .fivehundred\:-mt-32{
    margin-top: -8rem;
  }

  .fivehundred\:-mr-32{
    margin-right: -8rem;
  }

  .fivehundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .fivehundred\:-ml-32{
    margin-left: -8rem;
  }

  .fivehundred\:-mt-40{
    margin-top: -10rem;
  }

  .fivehundred\:-mr-40{
    margin-right: -10rem;
  }

  .fivehundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .fivehundred\:-ml-40{
    margin-left: -10rem;
  }

  .fivehundred\:-mt-48{
    margin-top: -12rem;
  }

  .fivehundred\:-mr-48{
    margin-right: -12rem;
  }

  .fivehundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .fivehundred\:-ml-48{
    margin-left: -12rem;
  }

  .fivehundred\:-mt-56{
    margin-top: -14rem;
  }

  .fivehundred\:-mr-56{
    margin-right: -14rem;
  }

  .fivehundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .fivehundred\:-ml-56{
    margin-left: -14rem;
  }

  .fivehundred\:-mt-64{
    margin-top: -16rem;
  }

  .fivehundred\:-mr-64{
    margin-right: -16rem;
  }

  .fivehundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .fivehundred\:-ml-64{
    margin-left: -16rem;
  }

  .fivehundred\:-mt-72{
    margin-top: -18rem;
  }

  .fivehundred\:-mr-72{
    margin-right: -18rem;
  }

  .fivehundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .fivehundred\:-ml-72{
    margin-left: -18rem;
  }

  .fivehundred\:-mt-80{
    margin-top: -20rem;
  }

  .fivehundred\:-mr-80{
    margin-right: -20rem;
  }

  .fivehundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .fivehundred\:-ml-80{
    margin-left: -20rem;
  }

  .fivehundred\:-mt-88{
    margin-top: -22rem;
  }

  .fivehundred\:-mr-88{
    margin-right: -22rem;
  }

  .fivehundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .fivehundred\:-ml-88{
    margin-left: -22rem;
  }

  .fivehundred\:-mt-96{
    margin-top: -24rem;
  }

  .fivehundred\:-mr-96{
    margin-right: -24rem;
  }

  .fivehundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .fivehundred\:-ml-96{
    margin-left: -24rem;
  }

  .fivehundred\:-mt-104{
    margin-top: -26rem;
  }

  .fivehundred\:-mr-104{
    margin-right: -26rem;
  }

  .fivehundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .fivehundred\:-ml-104{
    margin-left: -26rem;
  }

  .fivehundred\:-mt-112{
    margin-top: -28rem;
  }

  .fivehundred\:-mr-112{
    margin-right: -28rem;
  }

  .fivehundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .fivehundred\:-ml-112{
    margin-left: -28rem;
  }

  .fivehundred\:-mt-128{
    margin-top: -30rem;
  }

  .fivehundred\:-mr-128{
    margin-right: -30rem;
  }

  .fivehundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .fivehundred\:-ml-128{
    margin-left: -30rem;
  }

  .fivehundred\:-mt-144{
    margin-top: -34rem;
  }

  .fivehundred\:-mr-144{
    margin-right: -34rem;
  }

  .fivehundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .fivehundred\:-ml-144{
    margin-left: -34rem;
  }

  .fivehundred\:-mt-160{
    margin-top: -38rem;
  }

  .fivehundred\:-mr-160{
    margin-right: -38rem;
  }

  .fivehundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .fivehundred\:-ml-160{
    margin-left: -38rem;
  }

  .fivehundred\:-mt-176{
    margin-top: -42rem;
  }

  .fivehundred\:-mr-176{
    margin-right: -42rem;
  }

  .fivehundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .fivehundred\:-ml-176{
    margin-left: -42rem;
  }

  .fivehundred\:-mt-192{
    margin-top: -46rem;
  }

  .fivehundred\:-mr-192{
    margin-right: -46rem;
  }

  .fivehundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .fivehundred\:-ml-192{
    margin-left: -46rem;
  }

  .fivehundred\:-mt-208{
    margin-top: -50rem;
  }

  .fivehundred\:-mr-208{
    margin-right: -50rem;
  }

  .fivehundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .fivehundred\:-ml-208{
    margin-left: -50rem;
  }

  .fivehundred\:-mt-224{
    margin-top: -54rem;
  }

  .fivehundred\:-mr-224{
    margin-right: -54rem;
  }

  .fivehundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .fivehundred\:-ml-224{
    margin-left: -54rem;
  }

  .fivehundred\:-mt-240{
    margin-top: -58rem;
  }

  .fivehundred\:-mr-240{
    margin-right: -58rem;
  }

  .fivehundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .fivehundred\:-ml-240{
    margin-left: -58rem;
  }

  .fivehundred\:-mt-256{
    margin-top: -62rem;
  }

  .fivehundred\:-mr-256{
    margin-right: -62rem;
  }

  .fivehundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .fivehundred\:-ml-256{
    margin-left: -62rem;
  }

  .fivehundred\:-mt-px{
    margin-top: -1px;
  }

  .fivehundred\:-mr-px{
    margin-right: -1px;
  }

  .fivehundred\:-mb-px{
    margin-bottom: -1px;
  }

  .fivehundred\:-ml-px{
    margin-left: -1px;
  }

  .fivehundred\:max-h-full{
    max-height: 100%;
  }

  .fivehundred\:max-h-screen{
    max-height: 100vh;
  }

  .fivehundred\:max-w-none{
    max-width: none;
  }

  .fivehundred\:max-w-xs{
    max-width: 20rem;
  }

  .fivehundred\:max-w-sm{
    max-width: 24rem;
  }

  .fivehundred\:max-w-md{
    max-width: 28rem;
  }

  .fivehundred\:max-w-lg{
    max-width: 32rem;
  }

  .fivehundred\:max-w-xl{
    max-width: 36rem;
  }

  .fivehundred\:max-w-2xl{
    max-width: 42rem;
  }

  .fivehundred\:max-w-3xl{
    max-width: 48rem;
  }

  .fivehundred\:max-w-4xl{
    max-width: 56rem;
  }

  .fivehundred\:max-w-5xl{
    max-width: 64rem;
  }

  .fivehundred\:max-w-6xl{
    max-width: 72rem;
  }

  .fivehundred\:max-w-full{
    max-width: 100%;
  }

  .fivehundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .fivehundred\:max-w-screen-md{
    max-width: 768px;
  }

  .fivehundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .fivehundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .fivehundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .fivehundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .fivehundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .fivehundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .fivehundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .fivehundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .fivehundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .fivehundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .fivehundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .fivehundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .fivehundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .fivehundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .fivehundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .fivehundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .fivehundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .fivehundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .fivehundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .fivehundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .fivehundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .fivehundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .fivehundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .fivehundred\:min-h-0{
    min-height: 0;
  }

  .fivehundred\:min-h-full{
    min-height: 100%;
  }

  .fivehundred\:min-h-screen{
    min-height: 100vh;
  }

  .fivehundred\:min-w-0{
    min-width: 0;
  }

  .fivehundred\:min-w-80{
    min-width: 20rem;
  }

  .fivehundred\:min-w-full{
    min-width: 100%;
  }

  .fivehundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .fivehundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .fivehundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .fivehundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .fivehundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .fivehundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .fivehundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .fivehundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .fivehundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .fivehundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .fivehundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .fivehundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .fivehundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .fivehundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .fivehundred\:opacity-0{
    opacity: 0;
  }

  .fivehundred\:opacity-25{
    opacity: 0.25;
  }

  .fivehundred\:opacity-30{
    opacity: 0.3;
  }

  .fivehundred\:opacity-40{
    opacity: 0.4;
  }

  .fivehundred\:opacity-50{
    opacity: 0.5;
  }

  .fivehundred\:opacity-75{
    opacity: 0.75;
  }

  .fivehundred\:opacity-100{
    opacity: 1;
  }

  .fivehundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .fivehundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .fivehundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .fivehundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .fivehundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .fivehundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .fivehundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .fivehundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .fivehundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .fivehundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .fivehundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .fivehundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .fivehundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .fivehundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .fivehundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .fivehundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .fivehundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .fivehundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .fivehundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .fivehundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .fivehundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .fivehundred\:overflow-auto{
    overflow: auto;
  }

  .fivehundred\:overflow-hidden{
    overflow: hidden;
  }

  .fivehundred\:overflow-visible{
    overflow: visible;
  }

  .fivehundred\:overflow-scroll{
    overflow: scroll;
  }

  .fivehundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .fivehundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .fivehundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .fivehundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .fivehundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .fivehundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .fivehundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .fivehundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .fivehundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .fivehundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .fivehundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .fivehundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .fivehundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .fivehundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .fivehundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .fivehundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .fivehundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .fivehundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .fivehundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .fivehundred\:p-0{
    padding: 0;
  }

  .fivehundred\:p-1{
    padding: 0.25rem;
  }

  .fivehundred\:p-2{
    padding: 0.5rem;
  }

  .fivehundred\:p-3{
    padding: 0.75rem;
  }

  .fivehundred\:p-4{
    padding: 1rem;
  }

  .fivehundred\:p-5{
    padding: 1.25rem;
  }

  .fivehundred\:p-6{
    padding: 1.5rem;
  }

  .fivehundred\:p-8{
    padding: 2rem;
  }

  .fivehundred\:p-10{
    padding: 2.5rem;
  }

  .fivehundred\:p-12{
    padding: 3rem;
  }

  .fivehundred\:p-16{
    padding: 4rem;
  }

  .fivehundred\:p-20{
    padding: 5rem;
  }

  .fivehundred\:p-24{
    padding: 6rem;
  }

  .fivehundred\:p-32{
    padding: 8rem;
  }

  .fivehundred\:p-40{
    padding: 10rem;
  }

  .fivehundred\:p-48{
    padding: 12rem;
  }

  .fivehundred\:p-56{
    padding: 14rem;
  }

  .fivehundred\:p-64{
    padding: 16rem;
  }

  .fivehundred\:p-72{
    padding: 18rem;
  }

  .fivehundred\:p-80{
    padding: 20rem;
  }

  .fivehundred\:p-88{
    padding: 22rem;
  }

  .fivehundred\:p-96{
    padding: 24rem;
  }

  .fivehundred\:p-104{
    padding: 26rem;
  }

  .fivehundred\:p-112{
    padding: 28rem;
  }

  .fivehundred\:p-128{
    padding: 30rem;
  }

  .fivehundred\:p-144{
    padding: 34rem;
  }

  .fivehundred\:p-160{
    padding: 38rem;
  }

  .fivehundred\:p-176{
    padding: 42rem;
  }

  .fivehundred\:p-192{
    padding: 46rem;
  }

  .fivehundred\:p-208{
    padding: 50rem;
  }

  .fivehundred\:p-224{
    padding: 54rem;
  }

  .fivehundred\:p-240{
    padding: 58rem;
  }

  .fivehundred\:p-256{
    padding: 62rem;
  }

  .fivehundred\:p-px{
    padding: 1px;
  }

  .fivehundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .fivehundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .fivehundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .fivehundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .fivehundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .fivehundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .fivehundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .fivehundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .fivehundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fivehundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fivehundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fivehundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fivehundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fivehundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fivehundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fivehundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fivehundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fivehundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fivehundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fivehundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fivehundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fivehundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fivehundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fivehundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .fivehundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fivehundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fivehundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fivehundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fivehundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .fivehundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .fivehundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .fivehundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .fivehundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .fivehundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .fivehundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .fivehundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .fivehundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .fivehundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .fivehundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .fivehundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .fivehundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .fivehundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .fivehundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .fivehundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .fivehundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .fivehundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .fivehundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .fivehundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .fivehundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .fivehundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .fivehundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .fivehundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .fivehundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .fivehundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .fivehundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .fivehundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .fivehundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .fivehundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .fivehundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .fivehundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .fivehundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .fivehundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .fivehundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .fivehundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .fivehundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .fivehundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .fivehundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .fivehundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .fivehundred\:pt-0{
    padding-top: 0;
  }

  .fivehundred\:pr-0{
    padding-right: 0;
  }

  .fivehundred\:pb-0{
    padding-bottom: 0;
  }

  .fivehundred\:pl-0{
    padding-left: 0;
  }

  .fivehundred\:pt-1{
    padding-top: 0.25rem;
  }

  .fivehundred\:pr-1{
    padding-right: 0.25rem;
  }

  .fivehundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .fivehundred\:pl-1{
    padding-left: 0.25rem;
  }

  .fivehundred\:pt-2{
    padding-top: 0.5rem;
  }

  .fivehundred\:pr-2{
    padding-right: 0.5rem;
  }

  .fivehundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .fivehundred\:pl-2{
    padding-left: 0.5rem;
  }

  .fivehundred\:pt-3{
    padding-top: 0.75rem;
  }

  .fivehundred\:pr-3{
    padding-right: 0.75rem;
  }

  .fivehundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .fivehundred\:pl-3{
    padding-left: 0.75rem;
  }

  .fivehundred\:pt-4{
    padding-top: 1rem;
  }

  .fivehundred\:pr-4{
    padding-right: 1rem;
  }

  .fivehundred\:pb-4{
    padding-bottom: 1rem;
  }

  .fivehundred\:pl-4{
    padding-left: 1rem;
  }

  .fivehundred\:pt-5{
    padding-top: 1.25rem;
  }

  .fivehundred\:pr-5{
    padding-right: 1.25rem;
  }

  .fivehundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .fivehundred\:pl-5{
    padding-left: 1.25rem;
  }

  .fivehundred\:pt-6{
    padding-top: 1.5rem;
  }

  .fivehundred\:pr-6{
    padding-right: 1.5rem;
  }

  .fivehundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .fivehundred\:pl-6{
    padding-left: 1.5rem;
  }

  .fivehundred\:pt-8{
    padding-top: 2rem;
  }

  .fivehundred\:pr-8{
    padding-right: 2rem;
  }

  .fivehundred\:pb-8{
    padding-bottom: 2rem;
  }

  .fivehundred\:pl-8{
    padding-left: 2rem;
  }

  .fivehundred\:pt-10{
    padding-top: 2.5rem;
  }

  .fivehundred\:pr-10{
    padding-right: 2.5rem;
  }

  .fivehundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .fivehundred\:pl-10{
    padding-left: 2.5rem;
  }

  .fivehundred\:pt-12{
    padding-top: 3rem;
  }

  .fivehundred\:pr-12{
    padding-right: 3rem;
  }

  .fivehundred\:pb-12{
    padding-bottom: 3rem;
  }

  .fivehundred\:pl-12{
    padding-left: 3rem;
  }

  .fivehundred\:pt-16{
    padding-top: 4rem;
  }

  .fivehundred\:pr-16{
    padding-right: 4rem;
  }

  .fivehundred\:pb-16{
    padding-bottom: 4rem;
  }

  .fivehundred\:pl-16{
    padding-left: 4rem;
  }

  .fivehundred\:pt-20{
    padding-top: 5rem;
  }

  .fivehundred\:pr-20{
    padding-right: 5rem;
  }

  .fivehundred\:pb-20{
    padding-bottom: 5rem;
  }

  .fivehundred\:pl-20{
    padding-left: 5rem;
  }

  .fivehundred\:pt-24{
    padding-top: 6rem;
  }

  .fivehundred\:pr-24{
    padding-right: 6rem;
  }

  .fivehundred\:pb-24{
    padding-bottom: 6rem;
  }

  .fivehundred\:pl-24{
    padding-left: 6rem;
  }

  .fivehundred\:pt-32{
    padding-top: 8rem;
  }

  .fivehundred\:pr-32{
    padding-right: 8rem;
  }

  .fivehundred\:pb-32{
    padding-bottom: 8rem;
  }

  .fivehundred\:pl-32{
    padding-left: 8rem;
  }

  .fivehundred\:pt-40{
    padding-top: 10rem;
  }

  .fivehundred\:pr-40{
    padding-right: 10rem;
  }

  .fivehundred\:pb-40{
    padding-bottom: 10rem;
  }

  .fivehundred\:pl-40{
    padding-left: 10rem;
  }

  .fivehundred\:pt-48{
    padding-top: 12rem;
  }

  .fivehundred\:pr-48{
    padding-right: 12rem;
  }

  .fivehundred\:pb-48{
    padding-bottom: 12rem;
  }

  .fivehundred\:pl-48{
    padding-left: 12rem;
  }

  .fivehundred\:pt-56{
    padding-top: 14rem;
  }

  .fivehundred\:pr-56{
    padding-right: 14rem;
  }

  .fivehundred\:pb-56{
    padding-bottom: 14rem;
  }

  .fivehundred\:pl-56{
    padding-left: 14rem;
  }

  .fivehundred\:pt-64{
    padding-top: 16rem;
  }

  .fivehundred\:pr-64{
    padding-right: 16rem;
  }

  .fivehundred\:pb-64{
    padding-bottom: 16rem;
  }

  .fivehundred\:pl-64{
    padding-left: 16rem;
  }

  .fivehundred\:pt-72{
    padding-top: 18rem;
  }

  .fivehundred\:pr-72{
    padding-right: 18rem;
  }

  .fivehundred\:pb-72{
    padding-bottom: 18rem;
  }

  .fivehundred\:pl-72{
    padding-left: 18rem;
  }

  .fivehundred\:pt-80{
    padding-top: 20rem;
  }

  .fivehundred\:pr-80{
    padding-right: 20rem;
  }

  .fivehundred\:pb-80{
    padding-bottom: 20rem;
  }

  .fivehundred\:pl-80{
    padding-left: 20rem;
  }

  .fivehundred\:pt-88{
    padding-top: 22rem;
  }

  .fivehundred\:pr-88{
    padding-right: 22rem;
  }

  .fivehundred\:pb-88{
    padding-bottom: 22rem;
  }

  .fivehundred\:pl-88{
    padding-left: 22rem;
  }

  .fivehundred\:pt-96{
    padding-top: 24rem;
  }

  .fivehundred\:pr-96{
    padding-right: 24rem;
  }

  .fivehundred\:pb-96{
    padding-bottom: 24rem;
  }

  .fivehundred\:pl-96{
    padding-left: 24rem;
  }

  .fivehundred\:pt-104{
    padding-top: 26rem;
  }

  .fivehundred\:pr-104{
    padding-right: 26rem;
  }

  .fivehundred\:pb-104{
    padding-bottom: 26rem;
  }

  .fivehundred\:pl-104{
    padding-left: 26rem;
  }

  .fivehundred\:pt-112{
    padding-top: 28rem;
  }

  .fivehundred\:pr-112{
    padding-right: 28rem;
  }

  .fivehundred\:pb-112{
    padding-bottom: 28rem;
  }

  .fivehundred\:pl-112{
    padding-left: 28rem;
  }

  .fivehundred\:pt-128{
    padding-top: 30rem;
  }

  .fivehundred\:pr-128{
    padding-right: 30rem;
  }

  .fivehundred\:pb-128{
    padding-bottom: 30rem;
  }

  .fivehundred\:pl-128{
    padding-left: 30rem;
  }

  .fivehundred\:pt-144{
    padding-top: 34rem;
  }

  .fivehundred\:pr-144{
    padding-right: 34rem;
  }

  .fivehundred\:pb-144{
    padding-bottom: 34rem;
  }

  .fivehundred\:pl-144{
    padding-left: 34rem;
  }

  .fivehundred\:pt-160{
    padding-top: 38rem;
  }

  .fivehundred\:pr-160{
    padding-right: 38rem;
  }

  .fivehundred\:pb-160{
    padding-bottom: 38rem;
  }

  .fivehundred\:pl-160{
    padding-left: 38rem;
  }

  .fivehundred\:pt-176{
    padding-top: 42rem;
  }

  .fivehundred\:pr-176{
    padding-right: 42rem;
  }

  .fivehundred\:pb-176{
    padding-bottom: 42rem;
  }

  .fivehundred\:pl-176{
    padding-left: 42rem;
  }

  .fivehundred\:pt-192{
    padding-top: 46rem;
  }

  .fivehundred\:pr-192{
    padding-right: 46rem;
  }

  .fivehundred\:pb-192{
    padding-bottom: 46rem;
  }

  .fivehundred\:pl-192{
    padding-left: 46rem;
  }

  .fivehundred\:pt-208{
    padding-top: 50rem;
  }

  .fivehundred\:pr-208{
    padding-right: 50rem;
  }

  .fivehundred\:pb-208{
    padding-bottom: 50rem;
  }

  .fivehundred\:pl-208{
    padding-left: 50rem;
  }

  .fivehundred\:pt-224{
    padding-top: 54rem;
  }

  .fivehundred\:pr-224{
    padding-right: 54rem;
  }

  .fivehundred\:pb-224{
    padding-bottom: 54rem;
  }

  .fivehundred\:pl-224{
    padding-left: 54rem;
  }

  .fivehundred\:pt-240{
    padding-top: 58rem;
  }

  .fivehundred\:pr-240{
    padding-right: 58rem;
  }

  .fivehundred\:pb-240{
    padding-bottom: 58rem;
  }

  .fivehundred\:pl-240{
    padding-left: 58rem;
  }

  .fivehundred\:pt-256{
    padding-top: 62rem;
  }

  .fivehundred\:pr-256{
    padding-right: 62rem;
  }

  .fivehundred\:pb-256{
    padding-bottom: 62rem;
  }

  .fivehundred\:pl-256{
    padding-left: 62rem;
  }

  .fivehundred\:pt-px{
    padding-top: 1px;
  }

  .fivehundred\:pr-px{
    padding-right: 1px;
  }

  .fivehundred\:pb-px{
    padding-bottom: 1px;
  }

  .fivehundred\:pl-px{
    padding-left: 1px;
  }

  .fivehundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .fivehundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .fivehundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .fivehundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .fivehundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .fivehundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .fivehundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .fivehundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .fivehundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .fivehundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .fivehundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .fivehundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .fivehundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fivehundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .fivehundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fivehundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fivehundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fivehundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fivehundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fivehundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .fivehundred\:pointer-events-none{
    pointer-events: none;
  }

  .fivehundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .fivehundred\:static{
    position: static;
  }

  .fivehundred\:fixed{
    position: fixed;
  }

  .fivehundred\:absolute{
    position: absolute;
  }

  .fivehundred\:relative{
    position: relative;
  }

  .fivehundred\:sticky{
    position: sticky;
  }

  .fivehundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .fivehundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .fivehundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .fivehundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .fivehundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .fivehundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .fivehundred\:top-0{
    top: 0;
  }

  .fivehundred\:right-0{
    right: 0;
  }

  .fivehundred\:bottom-0{
    bottom: 0;
  }

  .fivehundred\:left-0{
    left: 0;
  }

  .fivehundred\:top-auto{
    top: auto;
  }

  .fivehundred\:right-auto{
    right: auto;
  }

  .fivehundred\:bottom-auto{
    bottom: auto;
  }

  .fivehundred\:left-auto{
    left: auto;
  }

  .fivehundred\:resize-none{
    resize: none;
  }

  .fivehundred\:resize-y{
    resize: vertical;
  }

  .fivehundred\:resize-x{
    resize: horizontal;
  }

  .fivehundred\:resize{
    resize: both;
  }

  .fivehundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fivehundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fivehundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:shadow-none{
    box-shadow: none;
  }

  .fivehundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fivehundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fivehundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .fivehundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fivehundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fivehundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fivehundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fivehundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .fivehundred\:fill-current{
    fill: currentColor;
  }

  .fivehundred\:stroke-current{
    stroke: currentColor;
  }

  .fivehundred\:stroke-0{
    stroke-width: 0;
  }

  .fivehundred\:stroke-1{
    stroke-width: 1;
  }

  .fivehundred\:stroke-2{
    stroke-width: 2;
  }

  .fivehundred\:table-auto{
    table-layout: auto;
  }

  .fivehundred\:table-fixed{
    table-layout: fixed;
  }

  .fivehundred\:text-left{
    text-align: left;
  }

  .fivehundred\:text-center{
    text-align: center;
  }

  .fivehundred\:text-right{
    text-align: right;
  }

  .fivehundred\:text-justify{
    text-align: justify;
  }

  .fivehundred\:text-transparent{
    color: transparent;
  }

  .fivehundred\:text-current{
    color: currentColor;
  }

  .fivehundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fivehundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fivehundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fivehundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fivehundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fivehundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fivehundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fivehundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fivehundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fivehundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fivehundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fivehundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fivehundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fivehundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fivehundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fivehundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fivehundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fivehundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fivehundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fivehundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fivehundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fivehundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fivehundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fivehundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fivehundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fivehundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fivehundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fivehundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fivehundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fivehundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fivehundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fivehundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fivehundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fivehundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fivehundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fivehundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fivehundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fivehundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fivehundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fivehundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fivehundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fivehundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fivehundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fivehundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fivehundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fivehundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fivehundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fivehundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fivehundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fivehundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fivehundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fivehundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fivehundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fivehundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fivehundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fivehundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fivehundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fivehundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fivehundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fivehundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fivehundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fivehundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fivehundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fivehundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fivehundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fivehundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fivehundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fivehundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fivehundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fivehundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fivehundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fivehundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fivehundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fivehundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fivehundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fivehundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fivehundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fivehundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fivehundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fivehundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fivehundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fivehundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fivehundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fivehundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fivehundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fivehundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fivehundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fivehundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fivehundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fivehundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fivehundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .fivehundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .fivehundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fivehundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fivehundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fivehundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fivehundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fivehundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fivehundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fivehundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fivehundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fivehundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fivehundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fivehundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fivehundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .fivehundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .fivehundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fivehundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fivehundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fivehundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fivehundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fivehundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fivehundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fivehundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fivehundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fivehundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fivehundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fivehundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .fivehundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .fivehundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .fivehundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fivehundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .fivehundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .fivehundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .fivehundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .fivehundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .fivehundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .fivehundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .fivehundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .fivehundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .fivehundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .fivehundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .fivehundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .fivehundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .fivehundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .fivehundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .fivehundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .fivehundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .fivehundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .fivehundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .fivehundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .fivehundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .fivehundred\:italic{
    font-style: italic;
  }

  .fivehundred\:not-italic{
    font-style: normal;
  }

  .fivehundred\:uppercase{
    text-transform: uppercase;
  }

  .fivehundred\:lowercase{
    text-transform: lowercase;
  }

  .fivehundred\:capitalize{
    text-transform: capitalize;
  }

  .fivehundred\:normal-case{
    text-transform: none;
  }

  .fivehundred\:underline{
    text-decoration: underline;
  }

  .fivehundred\:line-through{
    text-decoration: line-through;
  }

  .fivehundred\:no-underline{
    text-decoration: none;
  }

  .fivehundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .fivehundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .fivehundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .fivehundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .fivehundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .fivehundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .fivehundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fivehundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fivehundred\:ordinal, .fivehundred\:slashed-zero, .fivehundred\:lining-nums, .fivehundred\:oldstyle-nums, .fivehundred\:proportional-nums, .fivehundred\:tabular-nums, .fivehundred\:diagonal-fractions, .fivehundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .fivehundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .fivehundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .fivehundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .fivehundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .fivehundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .fivehundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .fivehundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .fivehundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .fivehundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .fivehundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .fivehundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .fivehundred\:tracking-normal{
    letter-spacing: 0;
  }

  .fivehundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .fivehundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .fivehundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .fivehundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .fivehundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .fivehundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .fivehundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .fivehundred\:align-baseline{
    vertical-align: baseline;
  }

  .fivehundred\:align-top{
    vertical-align: top;
  }

  .fivehundred\:align-middle{
    vertical-align: middle;
  }

  .fivehundred\:align-bottom{
    vertical-align: bottom;
  }

  .fivehundred\:align-text-top{
    vertical-align: text-top;
  }

  .fivehundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .fivehundred\:visible{
    visibility: visible;
  }

  .fivehundred\:invisible{
    visibility: hidden;
  }

  .fivehundred\:whitespace-normal{
    white-space: normal;
  }

  .fivehundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .fivehundred\:whitespace-pre{
    white-space: pre;
  }

  .fivehundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .fivehundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .fivehundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .fivehundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fivehundred\:break-all{
    word-break: break-all;
  }

  .fivehundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fivehundred\:w-0{
    width: 0;
  }

  .fivehundred\:w-1{
    width: 0.25rem;
  }

  .fivehundred\:w-2{
    width: 0.5rem;
  }

  .fivehundred\:w-3{
    width: 0.75rem;
  }

  .fivehundred\:w-4{
    width: 1rem;
  }

  .fivehundred\:w-5{
    width: 1.25rem;
  }

  .fivehundred\:w-6{
    width: 1.5rem;
  }

  .fivehundred\:w-8{
    width: 2rem;
  }

  .fivehundred\:w-10{
    width: 2.5rem;
  }

  .fivehundred\:w-12{
    width: 3rem;
  }

  .fivehundred\:w-16{
    width: 4rem;
  }

  .fivehundred\:w-20{
    width: 5rem;
  }

  .fivehundred\:w-24{
    width: 6rem;
  }

  .fivehundred\:w-32{
    width: 8rem;
  }

  .fivehundred\:w-40{
    width: 10rem;
  }

  .fivehundred\:w-48{
    width: 12rem;
  }

  .fivehundred\:w-56{
    width: 14rem;
  }

  .fivehundred\:w-64{
    width: 16rem;
  }

  .fivehundred\:w-72{
    width: 18rem;
  }

  .fivehundred\:w-80{
    width: 20rem;
  }

  .fivehundred\:w-88{
    width: 22rem;
  }

  .fivehundred\:w-96{
    width: 24rem;
  }

  .fivehundred\:w-104{
    width: 26rem;
  }

  .fivehundred\:w-112{
    width: 28rem;
  }

  .fivehundred\:w-128{
    width: 30rem;
  }

  .fivehundred\:w-144{
    width: 34rem;
  }

  .fivehundred\:w-160{
    width: 38rem;
  }

  .fivehundred\:w-176{
    width: 42rem;
  }

  .fivehundred\:w-192{
    width: 46rem;
  }

  .fivehundred\:w-208{
    width: 50rem;
  }

  .fivehundred\:w-224{
    width: 54rem;
  }

  .fivehundred\:w-240{
    width: 58rem;
  }

  .fivehundred\:w-256{
    width: 62rem;
  }

  .fivehundred\:w-auto{
    width: auto;
  }

  .fivehundred\:w-px{
    width: 1px;
  }

  .fivehundred\:w-1\/2{
    width: 50%;
  }

  .fivehundred\:w-1\/3{
    width: 33.333333%;
  }

  .fivehundred\:w-2\/3{
    width: 66.666667%;
  }

  .fivehundred\:w-1\/4{
    width: 25%;
  }

  .fivehundred\:w-2\/4{
    width: 50%;
  }

  .fivehundred\:w-3\/4{
    width: 75%;
  }

  .fivehundred\:w-1\/5{
    width: 20%;
  }

  .fivehundred\:w-2\/5{
    width: 40%;
  }

  .fivehundred\:w-3\/5{
    width: 60%;
  }

  .fivehundred\:w-4\/5{
    width: 80%;
  }

  .fivehundred\:w-1\/6{
    width: 16.666667%;
  }

  .fivehundred\:w-2\/6{
    width: 33.333333%;
  }

  .fivehundred\:w-3\/6{
    width: 50%;
  }

  .fivehundred\:w-4\/6{
    width: 66.666667%;
  }

  .fivehundred\:w-5\/6{
    width: 83.333333%;
  }

  .fivehundred\:w-1\/12{
    width: 8.333333%;
  }

  .fivehundred\:w-2\/12{
    width: 16.666667%;
  }

  .fivehundred\:w-3\/12{
    width: 25%;
  }

  .fivehundred\:w-4\/12{
    width: 33.333333%;
  }

  .fivehundred\:w-5\/12{
    width: 41.666667%;
  }

  .fivehundred\:w-6\/12{
    width: 50%;
  }

  .fivehundred\:w-7\/12{
    width: 58.333333%;
  }

  .fivehundred\:w-8\/12{
    width: 66.666667%;
  }

  .fivehundred\:w-9\/12{
    width: 75%;
  }

  .fivehundred\:w-10\/12{
    width: 83.333333%;
  }

  .fivehundred\:w-11\/12{
    width: 91.666667%;
  }

  .fivehundred\:w-full{
    width: 100%;
  }

  .fivehundred\:w-screen{
    width: 100vw;
  }

  .fivehundred\:z-0{
    z-index: 0;
  }

  .fivehundred\:z-10{
    z-index: 10;
  }

  .fivehundred\:z-20{
    z-index: 20;
  }

  .fivehundred\:z-30{
    z-index: 30;
  }

  .fivehundred\:z-40{
    z-index: 40;
  }

  .fivehundred\:z-50{
    z-index: 50;
  }

  .fivehundred\:z-auto{
    z-index: auto;
  }

  .fivehundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .fivehundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .fivehundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .fivehundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .fivehundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .fivehundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .fivehundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .fivehundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .fivehundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .fivehundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .fivehundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .fivehundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .fivehundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .fivehundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .fivehundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .fivehundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .fivehundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .fivehundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .fivehundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .fivehundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .fivehundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .fivehundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .fivehundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .fivehundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .fivehundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .fivehundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .fivehundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .fivehundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .fivehundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .fivehundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .fivehundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .fivehundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .fivehundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .fivehundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .fivehundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fivehundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fivehundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fivehundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fivehundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fivehundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fivehundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fivehundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fivehundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fivehundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fivehundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fivehundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fivehundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fivehundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fivehundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fivehundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fivehundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fivehundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fivehundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fivehundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fivehundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fivehundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fivehundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fivehundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fivehundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fivehundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fivehundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fivehundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fivehundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fivehundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fivehundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fivehundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fivehundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fivehundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fivehundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fivehundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fivehundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fivehundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fivehundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fivehundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fivehundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fivehundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fivehundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fivehundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fivehundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fivehundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fivehundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fivehundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fivehundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fivehundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fivehundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fivehundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fivehundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fivehundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fivehundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fivehundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fivehundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fivehundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fivehundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fivehundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fivehundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fivehundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fivehundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fivehundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fivehundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fivehundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fivehundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fivehundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fivehundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fivehundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fivehundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fivehundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fivehundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fivehundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fivehundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fivehundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fivehundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fivehundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fivehundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fivehundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fivehundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fivehundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fivehundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fivehundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fivehundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fivehundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fivehundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fivehundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fivehundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fivehundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fivehundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fivehundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fivehundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fivehundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fivehundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fivehundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fivehundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fivehundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fivehundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fivehundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fivehundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fivehundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fivehundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fivehundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fivehundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fivehundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fivehundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fivehundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fivehundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fivehundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fivehundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fivehundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fivehundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fivehundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fivehundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fivehundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fivehundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fivehundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fivehundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fivehundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fivehundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fivehundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fivehundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fivehundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fivehundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fivehundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fivehundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fivehundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fivehundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fivehundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fivehundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fivehundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fivehundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fivehundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fivehundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fivehundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fivehundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .fivehundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .fivehundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .fivehundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .fivehundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fivehundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .fivehundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .fivehundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .fivehundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .fivehundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .fivehundred\:col-auto{
    grid-column: auto;
  }

  .fivehundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .fivehundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .fivehundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .fivehundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .fivehundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .fivehundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .fivehundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .fivehundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .fivehundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .fivehundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .fivehundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .fivehundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .fivehundred\:col-start-1{
    grid-column-start: 1;
  }

  .fivehundred\:col-start-2{
    grid-column-start: 2;
  }

  .fivehundred\:col-start-3{
    grid-column-start: 3;
  }

  .fivehundred\:col-start-4{
    grid-column-start: 4;
  }

  .fivehundred\:col-start-5{
    grid-column-start: 5;
  }

  .fivehundred\:col-start-6{
    grid-column-start: 6;
  }

  .fivehundred\:col-start-7{
    grid-column-start: 7;
  }

  .fivehundred\:col-start-8{
    grid-column-start: 8;
  }

  .fivehundred\:col-start-9{
    grid-column-start: 9;
  }

  .fivehundred\:col-start-10{
    grid-column-start: 10;
  }

  .fivehundred\:col-start-11{
    grid-column-start: 11;
  }

  .fivehundred\:col-start-12{
    grid-column-start: 12;
  }

  .fivehundred\:col-start-13{
    grid-column-start: 13;
  }

  .fivehundred\:col-start-auto{
    grid-column-start: auto;
  }

  .fivehundred\:col-end-1{
    grid-column-end: 1;
  }

  .fivehundred\:col-end-2{
    grid-column-end: 2;
  }

  .fivehundred\:col-end-3{
    grid-column-end: 3;
  }

  .fivehundred\:col-end-4{
    grid-column-end: 4;
  }

  .fivehundred\:col-end-5{
    grid-column-end: 5;
  }

  .fivehundred\:col-end-6{
    grid-column-end: 6;
  }

  .fivehundred\:col-end-7{
    grid-column-end: 7;
  }

  .fivehundred\:col-end-8{
    grid-column-end: 8;
  }

  .fivehundred\:col-end-9{
    grid-column-end: 9;
  }

  .fivehundred\:col-end-10{
    grid-column-end: 10;
  }

  .fivehundred\:col-end-11{
    grid-column-end: 11;
  }

  .fivehundred\:col-end-12{
    grid-column-end: 12;
  }

  .fivehundred\:col-end-13{
    grid-column-end: 13;
  }

  .fivehundred\:col-end-auto{
    grid-column-end: auto;
  }

  .fivehundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .fivehundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .fivehundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .fivehundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .fivehundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .fivehundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .fivehundred\:row-auto{
    grid-row: auto;
  }

  .fivehundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .fivehundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .fivehundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .fivehundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .fivehundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .fivehundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .fivehundred\:row-start-1{
    grid-row-start: 1;
  }

  .fivehundred\:row-start-2{
    grid-row-start: 2;
  }

  .fivehundred\:row-start-3{
    grid-row-start: 3;
  }

  .fivehundred\:row-start-4{
    grid-row-start: 4;
  }

  .fivehundred\:row-start-5{
    grid-row-start: 5;
  }

  .fivehundred\:row-start-6{
    grid-row-start: 6;
  }

  .fivehundred\:row-start-7{
    grid-row-start: 7;
  }

  .fivehundred\:row-start-auto{
    grid-row-start: auto;
  }

  .fivehundred\:row-end-1{
    grid-row-end: 1;
  }

  .fivehundred\:row-end-2{
    grid-row-end: 2;
  }

  .fivehundred\:row-end-3{
    grid-row-end: 3;
  }

  .fivehundred\:row-end-4{
    grid-row-end: 4;
  }

  .fivehundred\:row-end-5{
    grid-row-end: 5;
  }

  .fivehundred\:row-end-6{
    grid-row-end: 6;
  }

  .fivehundred\:row-end-7{
    grid-row-end: 7;
  }

  .fivehundred\:row-end-auto{
    grid-row-end: auto;
  }

  .fivehundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .fivehundred\:transform-none{
    transform: none;
  }

  .fivehundred\:origin-center{
    transform-origin: center;
  }

  .fivehundred\:origin-top{
    transform-origin: top;
  }

  .fivehundred\:origin-top-right{
    transform-origin: top right;
  }

  .fivehundred\:origin-right{
    transform-origin: right;
  }

  .fivehundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .fivehundred\:origin-bottom{
    transform-origin: bottom;
  }

  .fivehundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .fivehundred\:origin-left{
    transform-origin: left;
  }

  .fivehundred\:origin-top-left{
    transform-origin: top left;
  }

  .fivehundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fivehundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fivehundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fivehundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fivehundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fivehundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fivehundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fivehundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fivehundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fivehundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fivehundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .fivehundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .fivehundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .fivehundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .fivehundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .fivehundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .fivehundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .fivehundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .fivehundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .fivehundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .fivehundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .fivehundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .fivehundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .fivehundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .fivehundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .fivehundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .fivehundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .fivehundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .fivehundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .fivehundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .fivehundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fivehundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fivehundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fivehundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fivehundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fivehundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fivehundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fivehundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fivehundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fivehundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fivehundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .fivehundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .fivehundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .fivehundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .fivehundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .fivehundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .fivehundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .fivehundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .fivehundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .fivehundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .fivehundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .fivehundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .fivehundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .fivehundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .fivehundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .fivehundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .fivehundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .fivehundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .fivehundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .fivehundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .fivehundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fivehundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fivehundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fivehundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fivehundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fivehundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fivehundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fivehundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fivehundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fivehundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fivehundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .fivehundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .fivehundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .fivehundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .fivehundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .fivehundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .fivehundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .fivehundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .fivehundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .fivehundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .fivehundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .fivehundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .fivehundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .fivehundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .fivehundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .fivehundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .fivehundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .fivehundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .fivehundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .fivehundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .fivehundred\:rotate-0{
    --transform-rotate: 0;
  }

  .fivehundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .fivehundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .fivehundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .fivehundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .fivehundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .fivehundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .fivehundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .fivehundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .fivehundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .fivehundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .fivehundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .fivehundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .fivehundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .fivehundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .fivehundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .fivehundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .fivehundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .fivehundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .fivehundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .fivehundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .fivehundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .fivehundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .fivehundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .fivehundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .fivehundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .fivehundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .fivehundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .fivehundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .fivehundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .fivehundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .fivehundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .fivehundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .fivehundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .fivehundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .fivehundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .fivehundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .fivehundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .fivehundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .fivehundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .fivehundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .fivehundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .fivehundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .fivehundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .fivehundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .fivehundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .fivehundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .fivehundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .fivehundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .fivehundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .fivehundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .fivehundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .fivehundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .fivehundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .fivehundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .fivehundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .fivehundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .fivehundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .fivehundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .fivehundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .fivehundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .fivehundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .fivehundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .fivehundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .fivehundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .fivehundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .fivehundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .fivehundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .fivehundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .fivehundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .fivehundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .fivehundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .fivehundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .fivehundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .fivehundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .fivehundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .fivehundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .fivehundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .fivehundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .fivehundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .fivehundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .fivehundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .fivehundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .fivehundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .fivehundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .fivehundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .fivehundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .fivehundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .fivehundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .fivehundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .fivehundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .fivehundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .fivehundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .fivehundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .fivehundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .fivehundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .fivehundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .fivehundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .fivehundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .fivehundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .fivehundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .fivehundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .fivehundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .fivehundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .fivehundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .fivehundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .fivehundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .fivehundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .fivehundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .fivehundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .fivehundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .fivehundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .fivehundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .fivehundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .fivehundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .fivehundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .fivehundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .fivehundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .fivehundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .fivehundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .fivehundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .fivehundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .fivehundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .fivehundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .fivehundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .fivehundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .fivehundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .fivehundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .fivehundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .fivehundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .fivehundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .fivehundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .fivehundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .fivehundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .fivehundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .fivehundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .fivehundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .fivehundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .fivehundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .fivehundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .fivehundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .fivehundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .fivehundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .fivehundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .fivehundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .fivehundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .fivehundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .fivehundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .fivehundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .fivehundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .fivehundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .fivehundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .fivehundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .fivehundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .fivehundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .fivehundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .fivehundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .fivehundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .fivehundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .fivehundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .fivehundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .fivehundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .fivehundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .fivehundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .fivehundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .fivehundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .fivehundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .fivehundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .fivehundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .fivehundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .fivehundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .fivehundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .fivehundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .fivehundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .fivehundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .fivehundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .fivehundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .fivehundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .fivehundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .fivehundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .fivehundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .fivehundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .fivehundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .fivehundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .fivehundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .fivehundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .fivehundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .fivehundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .fivehundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .fivehundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .fivehundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .fivehundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .fivehundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .fivehundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .fivehundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .fivehundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .fivehundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .fivehundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .fivehundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .fivehundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .fivehundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .fivehundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .fivehundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .fivehundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .fivehundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .fivehundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .fivehundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .fivehundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .fivehundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .fivehundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .fivehundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .fivehundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .fivehundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .fivehundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .fivehundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .fivehundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .fivehundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .fivehundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .fivehundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .fivehundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .fivehundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .fivehundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .fivehundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .fivehundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .fivehundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .fivehundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .fivehundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .fivehundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .fivehundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .fivehundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .fivehundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .fivehundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .fivehundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .fivehundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .fivehundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .fivehundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .fivehundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .fivehundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .fivehundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .fivehundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .fivehundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .fivehundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .fivehundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .fivehundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .fivehundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .fivehundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .fivehundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .fivehundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .fivehundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .fivehundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .fivehundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .fivehundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .fivehundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .fivehundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .fivehundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .fivehundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .fivehundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .fivehundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .fivehundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .fivehundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .fivehundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .fivehundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .fivehundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .fivehundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .fivehundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .fivehundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .fivehundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .fivehundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .fivehundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .fivehundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .fivehundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .fivehundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .fivehundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .fivehundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .fivehundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .fivehundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .fivehundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .fivehundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .fivehundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .fivehundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .fivehundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .fivehundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .fivehundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .fivehundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .fivehundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .fivehundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .fivehundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .fivehundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .fivehundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .fivehundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .fivehundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .fivehundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .fivehundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .fivehundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .fivehundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .fivehundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .fivehundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .fivehundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .fivehundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .fivehundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .fivehundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .fivehundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .fivehundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .fivehundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .fivehundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .fivehundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .fivehundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .fivehundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .fivehundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .fivehundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .fivehundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .fivehundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .fivehundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .fivehundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .fivehundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .fivehundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .fivehundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .fivehundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .fivehundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .fivehundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .fivehundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .fivehundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .fivehundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .fivehundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .fivehundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .fivehundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .fivehundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .fivehundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .fivehundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .fivehundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .fivehundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .fivehundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .fivehundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .fivehundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .fivehundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .fivehundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .fivehundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .fivehundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .fivehundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .fivehundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .fivehundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .fivehundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .fivehundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .fivehundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .fivehundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .fivehundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .fivehundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .fivehundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .fivehundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .fivehundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .fivehundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .fivehundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .fivehundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .fivehundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .fivehundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .fivehundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .fivehundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .fivehundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .fivehundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .fivehundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .fivehundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .fivehundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .fivehundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .fivehundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .fivehundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .fivehundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .fivehundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .fivehundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .fivehundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .fivehundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .fivehundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .fivehundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .fivehundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .fivehundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .fivehundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .fivehundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .fivehundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .fivehundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .fivehundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .fivehundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .fivehundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .fivehundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .fivehundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .fivehundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .fivehundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .fivehundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .fivehundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .fivehundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .fivehundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .fivehundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .fivehundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .fivehundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .fivehundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .fivehundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .fivehundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .fivehundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .fivehundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .fivehundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .fivehundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .fivehundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .fivehundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .fivehundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .fivehundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .fivehundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .fivehundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .fivehundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .fivehundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .fivehundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .fivehundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .fivehundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .fivehundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .fivehundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .fivehundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .fivehundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .fivehundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .fivehundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .fivehundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .fivehundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .fivehundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .fivehundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .fivehundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .fivehundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .fivehundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .fivehundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .fivehundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .fivehundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .fivehundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .fivehundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .fivehundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .fivehundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .fivehundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .fivehundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .fivehundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .fivehundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .fivehundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .fivehundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .fivehundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .fivehundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .fivehundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .fivehundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .fivehundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .fivehundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .fivehundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .fivehundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .fivehundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .fivehundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .fivehundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .fivehundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .fivehundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .fivehundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .fivehundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .fivehundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .fivehundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .fivehundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .fivehundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .fivehundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .fivehundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .fivehundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .fivehundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .fivehundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .fivehundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .fivehundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .fivehundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .fivehundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .fivehundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .fivehundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .fivehundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .fivehundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .fivehundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .fivehundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .fivehundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .fivehundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .fivehundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .fivehundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .fivehundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .fivehundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .fivehundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .fivehundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .fivehundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .fivehundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .fivehundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .fivehundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .fivehundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .fivehundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .fivehundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .fivehundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .fivehundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .fivehundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .fivehundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .fivehundred\:transition-none{
    transition-property: none;
  }

  .fivehundred\:transition-all{
    transition-property: all;
  }

  .fivehundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .fivehundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .fivehundred\:transition-opacity{
    transition-property: opacity;
  }

  .fivehundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .fivehundred\:transition-transform{
    transition-property: transform;
  }

  .fivehundred\:ease-linear{
    transition-timing-function: linear;
  }

  .fivehundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .fivehundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .fivehundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .fivehundred\:duration-75{
    transition-duration: 75ms;
  }

  .fivehundred\:duration-100{
    transition-duration: 100ms;
  }

  .fivehundred\:duration-150{
    transition-duration: 150ms;
  }

  .fivehundred\:duration-200{
    transition-duration: 200ms;
  }

  .fivehundred\:duration-300{
    transition-duration: 300ms;
  }

  .fivehundred\:duration-500{
    transition-duration: 500ms;
  }

  .fivehundred\:duration-700{
    transition-duration: 700ms;
  }

  .fivehundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .fivehundred\:delay-75{
    transition-delay: 75ms;
  }

  .fivehundred\:delay-100{
    transition-delay: 100ms;
  }

  .fivehundred\:delay-150{
    transition-delay: 150ms;
  }

  .fivehundred\:delay-200{
    transition-delay: 200ms;
  }

  .fivehundred\:delay-300{
    transition-delay: 300ms;
  }

  .fivehundred\:delay-500{
    transition-delay: 500ms;
  }

  .fivehundred\:delay-700{
    transition-delay: 700ms;
  }

  .fivehundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .fivehundred\:animate-none{
    animation: none;
  }

  .fivehundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .fivehundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .fivehundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .fivehundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 600px){
  .sixhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .sixhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .sixhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .sixhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .sixhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .sixhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .sixhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .sixhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .sixhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .sixhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .sixhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .sixhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .sixhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .sixhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .sixhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .sixhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .sixhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .sixhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .sixhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .sixhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .sixhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .sixhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .sixhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .sixhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .sixhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .sixhundred\:container{
      max-width: 2000px;
    }
  }

  .sixhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sixhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .sixhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sixhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sixhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sixhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sixhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sixhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sixhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sixhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sixhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sixhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sixhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sixhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sixhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sixhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sixhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sixhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sixhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sixhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sixhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .sixhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sixhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sixhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sixhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sixhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sixhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sixhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sixhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sixhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sixhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .sixhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sixhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sixhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sixhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sixhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sixhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sixhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sixhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sixhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sixhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sixhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sixhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sixhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sixhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sixhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sixhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sixhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sixhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sixhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .sixhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .sixhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .sixhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .sixhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .sixhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sixhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sixhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .sixhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .sixhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sixhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sixhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .sixhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sixhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sixhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sixhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sixhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sixhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .sixhundred\:bg-local{
    background-attachment: local;
  }

  .sixhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .sixhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .sixhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sixhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .sixhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sixhundred\:bg-transparent{
    background-color: transparent;
  }

  .sixhundred\:bg-current{
    background-color: currentColor;
  }

  .sixhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sixhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sixhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sixhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sixhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixhundred\:bg-none{
    background-image: none;
  }

  .sixhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sixhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sixhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .sixhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .sixhundred\:to-black{
    --gradient-to-color: #000;
  }

  .sixhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .sixhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .sixhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .sixhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .sixhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .sixhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .sixhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .sixhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .sixhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .sixhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .sixhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .sixhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .sixhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .sixhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .sixhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .sixhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .sixhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .sixhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .sixhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .sixhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .sixhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .sixhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .sixhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .sixhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .sixhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .sixhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .sixhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .sixhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .sixhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .sixhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .sixhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .sixhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .sixhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .sixhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .sixhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .sixhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .sixhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .sixhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .sixhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .sixhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .sixhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .sixhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .sixhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .sixhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .sixhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .sixhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .sixhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .sixhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .sixhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .sixhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .sixhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .sixhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .sixhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .sixhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .sixhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .sixhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .sixhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .sixhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .sixhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .sixhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .sixhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .sixhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .sixhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .sixhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .sixhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .sixhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .sixhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .sixhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .sixhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .sixhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .sixhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .sixhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .sixhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .sixhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .sixhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .sixhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .sixhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .sixhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .sixhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .sixhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .sixhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .sixhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .sixhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .sixhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .sixhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .sixhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .sixhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .sixhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .sixhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .sixhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .sixhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .sixhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .sixhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .sixhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .sixhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .sixhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .sixhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .sixhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .sixhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .sixhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .sixhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .sixhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .sixhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .sixhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .sixhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .sixhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .sixhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .sixhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .sixhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .sixhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .sixhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .sixhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .sixhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .sixhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .sixhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .sixhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .sixhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .sixhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .sixhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .sixhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .sixhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .sixhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .sixhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .sixhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .sixhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .sixhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .sixhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .sixhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .sixhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .sixhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .sixhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .sixhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .sixhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .sixhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .sixhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .sixhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .sixhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .sixhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .sixhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .sixhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .sixhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .sixhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .sixhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .sixhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .sixhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .sixhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .sixhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .sixhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .sixhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .sixhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .sixhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .sixhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .sixhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .sixhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .sixhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .sixhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .sixhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .sixhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .sixhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .sixhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .sixhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .sixhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .sixhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .sixhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .sixhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .sixhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .sixhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .sixhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .sixhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .sixhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .sixhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .sixhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .sixhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .sixhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .sixhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .sixhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .sixhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .sixhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .sixhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .sixhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .sixhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .sixhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .sixhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .sixhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .sixhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .sixhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .sixhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .sixhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .sixhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .sixhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .sixhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .sixhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .sixhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .sixhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .sixhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .sixhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .sixhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .sixhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .sixhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .sixhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .sixhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .sixhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .sixhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .sixhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .sixhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .sixhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .sixhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .sixhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .sixhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .sixhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .sixhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .sixhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .sixhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .sixhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .sixhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .sixhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .sixhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .sixhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .sixhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .sixhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .sixhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .sixhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .sixhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .sixhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .sixhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .sixhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .sixhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .sixhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .sixhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .sixhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .sixhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .sixhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .sixhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .sixhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .sixhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .sixhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .sixhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .sixhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .sixhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .sixhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .sixhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .sixhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .sixhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .sixhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .sixhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .sixhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .sixhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .sixhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .sixhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .sixhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .sixhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .sixhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .sixhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .sixhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .sixhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .sixhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .sixhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .sixhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .sixhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .sixhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .sixhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .sixhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .sixhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .sixhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .sixhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .sixhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .sixhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .sixhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .sixhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .sixhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .sixhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .sixhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .sixhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .sixhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .sixhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sixhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sixhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .sixhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .sixhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sixhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sixhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sixhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sixhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sixhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .sixhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .sixhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sixhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sixhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .sixhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sixhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sixhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .sixhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .sixhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sixhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sixhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .sixhundred\:bg-bottom{
    background-position: bottom;
  }

  .sixhundred\:bg-center{
    background-position: center;
  }

  .sixhundred\:bg-left{
    background-position: left;
  }

  .sixhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .sixhundred\:bg-left-top{
    background-position: left top;
  }

  .sixhundred\:bg-right{
    background-position: right;
  }

  .sixhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .sixhundred\:bg-right-top{
    background-position: right top;
  }

  .sixhundred\:bg-top{
    background-position: top;
  }

  .sixhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .sixhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sixhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sixhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sixhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .sixhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .sixhundred\:bg-auto{
    background-size: auto;
  }

  .sixhundred\:bg-cover{
    background-size: cover;
  }

  .sixhundred\:bg-contain{
    background-size: contain;
  }

  .sixhundred\:border-collapse{
    border-collapse: collapse;
  }

  .sixhundred\:border-separate{
    border-collapse: separate;
  }

  .sixhundred\:border-transparent{
    border-color: transparent;
  }

  .sixhundred\:border-current{
    border-color: currentColor;
  }

  .sixhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sixhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sixhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sixhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sixhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .sixhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sixhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .sixhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .sixhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sixhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sixhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .sixhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sixhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sixhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .sixhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .sixhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sixhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sixhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .sixhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sixhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sixhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .sixhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .sixhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sixhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sixhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .sixhundred\:rounded-none{
    border-radius: 0;
  }

  .sixhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sixhundred\:rounded{
    border-radius: 0.25rem;
  }

  .sixhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .sixhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sixhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .sixhundred\:rounded-full{
    border-radius: 9999px;
  }

  .sixhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sixhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sixhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sixhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sixhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sixhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sixhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sixhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sixhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sixhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sixhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sixhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sixhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sixhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sixhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sixhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sixhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sixhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sixhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sixhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sixhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sixhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sixhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sixhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sixhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sixhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sixhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sixhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sixhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sixhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sixhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sixhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sixhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sixhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sixhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sixhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sixhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sixhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sixhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sixhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sixhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sixhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sixhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sixhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sixhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sixhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sixhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sixhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sixhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .sixhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .sixhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .sixhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .sixhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sixhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sixhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sixhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sixhundred\:border-solid{
    border-style: solid;
  }

  .sixhundred\:border-dashed{
    border-style: dashed;
  }

  .sixhundred\:border-dotted{
    border-style: dotted;
  }

  .sixhundred\:border-double{
    border-style: double;
  }

  .sixhundred\:border-none{
    border-style: none;
  }

  .sixhundred\:border-0{
    border-width: 0;
  }

  .sixhundred\:border-2{
    border-width: 2px;
  }

  .sixhundred\:border-4{
    border-width: 4px;
  }

  .sixhundred\:border-8{
    border-width: 8px;
  }

  .sixhundred\:border{
    border-width: 1px;
  }

  .sixhundred\:border-t-0{
    border-top-width: 0;
  }

  .sixhundred\:border-r-0{
    border-right-width: 0;
  }

  .sixhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .sixhundred\:border-l-0{
    border-left-width: 0;
  }

  .sixhundred\:border-t-2{
    border-top-width: 2px;
  }

  .sixhundred\:border-r-2{
    border-right-width: 2px;
  }

  .sixhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .sixhundred\:border-l-2{
    border-left-width: 2px;
  }

  .sixhundred\:border-t-4{
    border-top-width: 4px;
  }

  .sixhundred\:border-r-4{
    border-right-width: 4px;
  }

  .sixhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .sixhundred\:border-l-4{
    border-left-width: 4px;
  }

  .sixhundred\:border-t-8{
    border-top-width: 8px;
  }

  .sixhundred\:border-r-8{
    border-right-width: 8px;
  }

  .sixhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .sixhundred\:border-l-8{
    border-left-width: 8px;
  }

  .sixhundred\:border-t{
    border-top-width: 1px;
  }

  .sixhundred\:border-r{
    border-right-width: 1px;
  }

  .sixhundred\:border-b{
    border-bottom-width: 1px;
  }

  .sixhundred\:border-l{
    border-left-width: 1px;
  }

  .sixhundred\:box-border{
    box-sizing: border-box;
  }

  .sixhundred\:box-content{
    box-sizing: content-box;
  }

  .sixhundred\:cursor-auto{
    cursor: auto;
  }

  .sixhundred\:cursor-default{
    cursor: default;
  }

  .sixhundred\:cursor-pointer{
    cursor: pointer;
  }

  .sixhundred\:cursor-wait{
    cursor: wait;
  }

  .sixhundred\:cursor-text{
    cursor: text;
  }

  .sixhundred\:cursor-move{
    cursor: move;
  }

  .sixhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sixhundred\:block{
    display: block;
  }

  .sixhundred\:inline-block{
    display: inline-block;
  }

  .sixhundred\:inline{
    display: inline;
  }

  .sixhundred\:flex{
    display: flex;
  }

  .sixhundred\:inline-flex{
    display: inline-flex;
  }

  .sixhundred\:table{
    display: table;
  }

  .sixhundred\:table-caption{
    display: table-caption;
  }

  .sixhundred\:table-cell{
    display: table-cell;
  }

  .sixhundred\:table-column{
    display: table-column;
  }

  .sixhundred\:table-column-group{
    display: table-column-group;
  }

  .sixhundred\:table-footer-group{
    display: table-footer-group;
  }

  .sixhundred\:table-header-group{
    display: table-header-group;
  }

  .sixhundred\:table-row-group{
    display: table-row-group;
  }

  .sixhundred\:table-row{
    display: table-row;
  }

  .sixhundred\:flow-root{
    display: flow-root;
  }

  .sixhundred\:grid{
    display: grid;
  }

  .sixhundred\:inline-grid{
    display: inline-grid;
  }

  .sixhundred\:contents{
    display: contents;
  }

  .sixhundred\:hidden{
    display: none;
  }

  .sixhundred\:flex-row{
    flex-direction: row;
  }

  .sixhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sixhundred\:flex-col{
    flex-direction: column;
  }

  .sixhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sixhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .sixhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sixhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sixhundred\:place-items-auto{
    place-items: auto;
  }

  .sixhundred\:place-items-start{
    place-items: start;
  }

  .sixhundred\:place-items-end{
    place-items: end;
  }

  .sixhundred\:place-items-center{
    place-items: center;
  }

  .sixhundred\:place-items-stretch{
    place-items: stretch;
  }

  .sixhundred\:place-content-center{
    place-content: center;
  }

  .sixhundred\:place-content-start{
    place-content: start;
  }

  .sixhundred\:place-content-end{
    place-content: end;
  }

  .sixhundred\:place-content-between{
    place-content: space-between;
  }

  .sixhundred\:place-content-around{
    place-content: space-around;
  }

  .sixhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .sixhundred\:place-content-stretch{
    place-content: stretch;
  }

  .sixhundred\:place-self-auto{
    place-self: auto;
  }

  .sixhundred\:place-self-start{
    place-self: start;
  }

  .sixhundred\:place-self-end{
    place-self: end;
  }

  .sixhundred\:place-self-center{
    place-self: center;
  }

  .sixhundred\:place-self-stretch{
    place-self: stretch;
  }

  .sixhundred\:items-start{
    align-items: flex-start;
  }

  .sixhundred\:items-end{
    align-items: flex-end;
  }

  .sixhundred\:items-center{
    align-items: center;
  }

  .sixhundred\:items-baseline{
    align-items: baseline;
  }

  .sixhundred\:items-stretch{
    align-items: stretch;
  }

  .sixhundred\:content-center{
    align-content: center;
  }

  .sixhundred\:content-start{
    align-content: flex-start;
  }

  .sixhundred\:content-end{
    align-content: flex-end;
  }

  .sixhundred\:content-between{
    align-content: space-between;
  }

  .sixhundred\:content-around{
    align-content: space-around;
  }

  .sixhundred\:content-evenly{
    align-content: space-evenly;
  }

  .sixhundred\:self-auto{
    align-self: auto;
  }

  .sixhundred\:self-start{
    align-self: flex-start;
  }

  .sixhundred\:self-end{
    align-self: flex-end;
  }

  .sixhundred\:self-center{
    align-self: center;
  }

  .sixhundred\:self-stretch{
    align-self: stretch;
  }

  .sixhundred\:justify-items-auto{
    justify-items: auto;
  }

  .sixhundred\:justify-items-start{
    justify-items: start;
  }

  .sixhundred\:justify-items-end{
    justify-items: end;
  }

  .sixhundred\:justify-items-center{
    justify-items: center;
  }

  .sixhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .sixhundred\:justify-start{
    justify-content: flex-start;
  }

  .sixhundred\:justify-end{
    justify-content: flex-end;
  }

  .sixhundred\:justify-center{
    justify-content: center;
  }

  .sixhundred\:justify-between{
    justify-content: space-between;
  }

  .sixhundred\:justify-around{
    justify-content: space-around;
  }

  .sixhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .sixhundred\:justify-self-auto{
    justify-self: auto;
  }

  .sixhundred\:justify-self-start{
    justify-self: start;
  }

  .sixhundred\:justify-self-end{
    justify-self: end;
  }

  .sixhundred\:justify-self-center{
    justify-self: center;
  }

  .sixhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .sixhundred\:flex-1{
    flex: 1 1 0%;
  }

  .sixhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .sixhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .sixhundred\:flex-none{
    flex: none;
  }

  .sixhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .sixhundred\:flex-grow{
    flex-grow: 1;
  }

  .sixhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sixhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .sixhundred\:order-1{
    order: 1;
  }

  .sixhundred\:order-2{
    order: 2;
  }

  .sixhundred\:order-3{
    order: 3;
  }

  .sixhundred\:order-4{
    order: 4;
  }

  .sixhundred\:order-5{
    order: 5;
  }

  .sixhundred\:order-6{
    order: 6;
  }

  .sixhundred\:order-7{
    order: 7;
  }

  .sixhundred\:order-8{
    order: 8;
  }

  .sixhundred\:order-9{
    order: 9;
  }

  .sixhundred\:order-10{
    order: 10;
  }

  .sixhundred\:order-11{
    order: 11;
  }

  .sixhundred\:order-12{
    order: 12;
  }

  .sixhundred\:order-first{
    order: -9999;
  }

  .sixhundred\:order-last{
    order: 9999;
  }

  .sixhundred\:order-none{
    order: 0;
  }

  .sixhundred\:float-right{
    float: right;
  }

  .sixhundred\:float-left{
    float: left;
  }

  .sixhundred\:float-none{
    float: none;
  }

  .sixhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sixhundred\:clear-left{
    clear: left;
  }

  .sixhundred\:clear-right{
    clear: right;
  }

  .sixhundred\:clear-both{
    clear: both;
  }

  .sixhundred\:clear-none{
    clear: none;
  }

  .sixhundred\: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";
  }

  .sixhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sixhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sixhundred\:font-hairline{
    font-weight: 100;
  }

  .sixhundred\:font-thin{
    font-weight: 200;
  }

  .sixhundred\:font-light{
    font-weight: 300;
  }

  .sixhundred\:font-normal{
    font-weight: 400;
  }

  .sixhundred\:font-medium{
    font-weight: 500;
  }

  .sixhundred\:font-semibold{
    font-weight: 600;
  }

  .sixhundred\:font-bold{
    font-weight: 700;
  }

  .sixhundred\:font-extrabold{
    font-weight: 800;
  }

  .sixhundred\:font-black{
    font-weight: 900;
  }

  .sixhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sixhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sixhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sixhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sixhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sixhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sixhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sixhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sixhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sixhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sixhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sixhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sixhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sixhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sixhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sixhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sixhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sixhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sixhundred\:h-0{
    height: 0;
  }

  .sixhundred\:h-1{
    height: 0.25rem;
  }

  .sixhundred\:h-2{
    height: 0.5rem;
  }

  .sixhundred\:h-3{
    height: 0.75rem;
  }

  .sixhundred\:h-4{
    height: 1rem;
  }

  .sixhundred\:h-5{
    height: 1.25rem;
  }

  .sixhundred\:h-6{
    height: 1.5rem;
  }

  .sixhundred\:h-8{
    height: 2rem;
  }

  .sixhundred\:h-10{
    height: 2.5rem;
  }

  .sixhundred\:h-12{
    height: 3rem;
  }

  .sixhundred\:h-16{
    height: 4rem;
  }

  .sixhundred\:h-20{
    height: 5rem;
  }

  .sixhundred\:h-24{
    height: 6rem;
  }

  .sixhundred\:h-32{
    height: 8rem;
  }

  .sixhundred\:h-40{
    height: 10rem;
  }

  .sixhundred\:h-48{
    height: 12rem;
  }

  .sixhundred\:h-56{
    height: 14rem;
  }

  .sixhundred\:h-64{
    height: 16rem;
  }

  .sixhundred\:h-72{
    height: 18rem;
  }

  .sixhundred\:h-80{
    height: 20rem;
  }

  .sixhundred\:h-88{
    height: 22rem;
  }

  .sixhundred\:h-96{
    height: 24rem;
  }

  .sixhundred\:h-104{
    height: 26rem;
  }

  .sixhundred\:h-112{
    height: 28rem;
  }

  .sixhundred\:h-128{
    height: 30rem;
  }

  .sixhundred\:h-144{
    height: 34rem;
  }

  .sixhundred\:h-160{
    height: 38rem;
  }

  .sixhundred\:h-176{
    height: 42rem;
  }

  .sixhundred\:h-192{
    height: 46rem;
  }

  .sixhundred\:h-208{
    height: 50rem;
  }

  .sixhundred\:h-224{
    height: 54rem;
  }

  .sixhundred\:h-240{
    height: 58rem;
  }

  .sixhundred\:h-256{
    height: 62rem;
  }

  .sixhundred\:h-auto{
    height: auto;
  }

  .sixhundred\:h-px{
    height: 1px;
  }

  .sixhundred\:h-full{
    height: 100%;
  }

  .sixhundred\:h-screen{
    height: 100vh;
  }

  .sixhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .sixhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .sixhundred\:text-xs{
    font-size: 0.75rem;
  }

  .sixhundred\:text-sm{
    font-size: 0.875rem;
  }

  .sixhundred\:text-base{
    font-size: 1rem;
  }

  .sixhundred\:text-lg{
    font-size: 1.125rem;
  }

  .sixhundred\:text-xl{
    font-size: 1.25rem;
  }

  .sixhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .sixhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .sixhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .sixhundred\:text-5xl{
    font-size: 3rem;
  }

  .sixhundred\:text-6xl{
    font-size: 4rem;
  }

  .sixhundred\:text-7xl{
    font-size: 6rem;
  }

  .sixhundred\:text-8xl{
    font-size: 8rem;
  }

  .sixhundred\:leading-3{
    line-height: .75rem;
  }

  .sixhundred\:leading-4{
    line-height: 1rem;
  }

  .sixhundred\:leading-5{
    line-height: 1.25rem;
  }

  .sixhundred\:leading-6{
    line-height: 1.5rem;
  }

  .sixhundred\:leading-7{
    line-height: 1.75rem;
  }

  .sixhundred\:leading-8{
    line-height: 2rem;
  }

  .sixhundred\:leading-9{
    line-height: 2.25rem;
  }

  .sixhundred\:leading-10{
    line-height: 2.5rem;
  }

  .sixhundred\:leading-none{
    line-height: 1;
  }

  .sixhundred\:leading-tight{
    line-height: 1.25;
  }

  .sixhundred\:leading-snug{
    line-height: 1.375;
  }

  .sixhundred\:leading-normal{
    line-height: 1.5;
  }

  .sixhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .sixhundred\:leading-loose{
    line-height: 2;
  }

  .sixhundred\:list-inside{
    list-style-position: inside;
  }

  .sixhundred\:list-outside{
    list-style-position: outside;
  }

  .sixhundred\:list-none{
    list-style-type: none;
  }

  .sixhundred\:list-disc{
    list-style-type: disc;
  }

  .sixhundred\:list-decimal{
    list-style-type: decimal;
  }

  .sixhundred\:m-0{
    margin: 0;
  }

  .sixhundred\:m-1{
    margin: 0.25rem;
  }

  .sixhundred\:m-2{
    margin: 0.5rem;
  }

  .sixhundred\:m-3{
    margin: 0.75rem;
  }

  .sixhundred\:m-4{
    margin: 1rem;
  }

  .sixhundred\:m-5{
    margin: 1.25rem;
  }

  .sixhundred\:m-6{
    margin: 1.5rem;
  }

  .sixhundred\:m-8{
    margin: 2rem;
  }

  .sixhundred\:m-10{
    margin: 2.5rem;
  }

  .sixhundred\:m-12{
    margin: 3rem;
  }

  .sixhundred\:m-16{
    margin: 4rem;
  }

  .sixhundred\:m-20{
    margin: 5rem;
  }

  .sixhundred\:m-24{
    margin: 6rem;
  }

  .sixhundred\:m-32{
    margin: 8rem;
  }

  .sixhundred\:m-40{
    margin: 10rem;
  }

  .sixhundred\:m-48{
    margin: 12rem;
  }

  .sixhundred\:m-56{
    margin: 14rem;
  }

  .sixhundred\:m-64{
    margin: 16rem;
  }

  .sixhundred\:m-72{
    margin: 18rem;
  }

  .sixhundred\:m-80{
    margin: 20rem;
  }

  .sixhundred\:m-88{
    margin: 22rem;
  }

  .sixhundred\:m-96{
    margin: 24rem;
  }

  .sixhundred\:m-104{
    margin: 26rem;
  }

  .sixhundred\:m-112{
    margin: 28rem;
  }

  .sixhundred\:m-128{
    margin: 30rem;
  }

  .sixhundred\:m-144{
    margin: 34rem;
  }

  .sixhundred\:m-160{
    margin: 38rem;
  }

  .sixhundred\:m-176{
    margin: 42rem;
  }

  .sixhundred\:m-192{
    margin: 46rem;
  }

  .sixhundred\:m-208{
    margin: 50rem;
  }

  .sixhundred\:m-224{
    margin: 54rem;
  }

  .sixhundred\:m-240{
    margin: 58rem;
  }

  .sixhundred\:m-256{
    margin: 62rem;
  }

  .sixhundred\:m-auto{
    margin: auto;
  }

  .sixhundred\:m-px{
    margin: 1px;
  }

  .sixhundred\:-m-1{
    margin: -0.25rem;
  }

  .sixhundred\:-m-2{
    margin: -0.5rem;
  }

  .sixhundred\:-m-3{
    margin: -0.75rem;
  }

  .sixhundred\:-m-4{
    margin: -1rem;
  }

  .sixhundred\:-m-5{
    margin: -1.25rem;
  }

  .sixhundred\:-m-6{
    margin: -1.5rem;
  }

  .sixhundred\:-m-8{
    margin: -2rem;
  }

  .sixhundred\:-m-10{
    margin: -2.5rem;
  }

  .sixhundred\:-m-12{
    margin: -3rem;
  }

  .sixhundred\:-m-16{
    margin: -4rem;
  }

  .sixhundred\:-m-20{
    margin: -5rem;
  }

  .sixhundred\:-m-24{
    margin: -6rem;
  }

  .sixhundred\:-m-32{
    margin: -8rem;
  }

  .sixhundred\:-m-40{
    margin: -10rem;
  }

  .sixhundred\:-m-48{
    margin: -12rem;
  }

  .sixhundred\:-m-56{
    margin: -14rem;
  }

  .sixhundred\:-m-64{
    margin: -16rem;
  }

  .sixhundred\:-m-72{
    margin: -18rem;
  }

  .sixhundred\:-m-80{
    margin: -20rem;
  }

  .sixhundred\:-m-88{
    margin: -22rem;
  }

  .sixhundred\:-m-96{
    margin: -24rem;
  }

  .sixhundred\:-m-104{
    margin: -26rem;
  }

  .sixhundred\:-m-112{
    margin: -28rem;
  }

  .sixhundred\:-m-128{
    margin: -30rem;
  }

  .sixhundred\:-m-144{
    margin: -34rem;
  }

  .sixhundred\:-m-160{
    margin: -38rem;
  }

  .sixhundred\:-m-176{
    margin: -42rem;
  }

  .sixhundred\:-m-192{
    margin: -46rem;
  }

  .sixhundred\:-m-208{
    margin: -50rem;
  }

  .sixhundred\:-m-224{
    margin: -54rem;
  }

  .sixhundred\:-m-240{
    margin: -58rem;
  }

  .sixhundred\:-m-256{
    margin: -62rem;
  }

  .sixhundred\:-m-px{
    margin: -1px;
  }

  .sixhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sixhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sixhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sixhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sixhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sixhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sixhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sixhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sixhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sixhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sixhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sixhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sixhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sixhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sixhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sixhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sixhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sixhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sixhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sixhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sixhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sixhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sixhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sixhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sixhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sixhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sixhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sixhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sixhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sixhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sixhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sixhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sixhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sixhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sixhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sixhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sixhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sixhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sixhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sixhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sixhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sixhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sixhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sixhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sixhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sixhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sixhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sixhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sixhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sixhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sixhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sixhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sixhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sixhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sixhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .sixhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .sixhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sixhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sixhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .sixhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .sixhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .sixhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .sixhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .sixhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .sixhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .sixhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .sixhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sixhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sixhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sixhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sixhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sixhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sixhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sixhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sixhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sixhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sixhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sixhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sixhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sixhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sixhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sixhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sixhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sixhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sixhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sixhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sixhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sixhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sixhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sixhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sixhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sixhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sixhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sixhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sixhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sixhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sixhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sixhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sixhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sixhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sixhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sixhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sixhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sixhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sixhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sixhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sixhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sixhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sixhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sixhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sixhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sixhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sixhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sixhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sixhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sixhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sixhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sixhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sixhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sixhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sixhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sixhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sixhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .sixhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .sixhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sixhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sixhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .sixhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .sixhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .sixhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .sixhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .sixhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .sixhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .sixhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .sixhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sixhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sixhundred\:mt-0{
    margin-top: 0;
  }

  .sixhundred\:mr-0{
    margin-right: 0;
  }

  .sixhundred\:mb-0{
    margin-bottom: 0;
  }

  .sixhundred\:ml-0{
    margin-left: 0;
  }

  .sixhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .sixhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .sixhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sixhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .sixhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .sixhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .sixhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sixhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .sixhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .sixhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .sixhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sixhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .sixhundred\:mt-4{
    margin-top: 1rem;
  }

  .sixhundred\:mr-4{
    margin-right: 1rem;
  }

  .sixhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .sixhundred\:ml-4{
    margin-left: 1rem;
  }

  .sixhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .sixhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .sixhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sixhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .sixhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .sixhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .sixhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sixhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .sixhundred\:mt-8{
    margin-top: 2rem;
  }

  .sixhundred\:mr-8{
    margin-right: 2rem;
  }

  .sixhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .sixhundred\:ml-8{
    margin-left: 2rem;
  }

  .sixhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .sixhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .sixhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sixhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .sixhundred\:mt-12{
    margin-top: 3rem;
  }

  .sixhundred\:mr-12{
    margin-right: 3rem;
  }

  .sixhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .sixhundred\:ml-12{
    margin-left: 3rem;
  }

  .sixhundred\:mt-16{
    margin-top: 4rem;
  }

  .sixhundred\:mr-16{
    margin-right: 4rem;
  }

  .sixhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .sixhundred\:ml-16{
    margin-left: 4rem;
  }

  .sixhundred\:mt-20{
    margin-top: 5rem;
  }

  .sixhundred\:mr-20{
    margin-right: 5rem;
  }

  .sixhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .sixhundred\:ml-20{
    margin-left: 5rem;
  }

  .sixhundred\:mt-24{
    margin-top: 6rem;
  }

  .sixhundred\:mr-24{
    margin-right: 6rem;
  }

  .sixhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .sixhundred\:ml-24{
    margin-left: 6rem;
  }

  .sixhundred\:mt-32{
    margin-top: 8rem;
  }

  .sixhundred\:mr-32{
    margin-right: 8rem;
  }

  .sixhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .sixhundred\:ml-32{
    margin-left: 8rem;
  }

  .sixhundred\:mt-40{
    margin-top: 10rem;
  }

  .sixhundred\:mr-40{
    margin-right: 10rem;
  }

  .sixhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .sixhundred\:ml-40{
    margin-left: 10rem;
  }

  .sixhundred\:mt-48{
    margin-top: 12rem;
  }

  .sixhundred\:mr-48{
    margin-right: 12rem;
  }

  .sixhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .sixhundred\:ml-48{
    margin-left: 12rem;
  }

  .sixhundred\:mt-56{
    margin-top: 14rem;
  }

  .sixhundred\:mr-56{
    margin-right: 14rem;
  }

  .sixhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .sixhundred\:ml-56{
    margin-left: 14rem;
  }

  .sixhundred\:mt-64{
    margin-top: 16rem;
  }

  .sixhundred\:mr-64{
    margin-right: 16rem;
  }

  .sixhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .sixhundred\:ml-64{
    margin-left: 16rem;
  }

  .sixhundred\:mt-72{
    margin-top: 18rem;
  }

  .sixhundred\:mr-72{
    margin-right: 18rem;
  }

  .sixhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .sixhundred\:ml-72{
    margin-left: 18rem;
  }

  .sixhundred\:mt-80{
    margin-top: 20rem;
  }

  .sixhundred\:mr-80{
    margin-right: 20rem;
  }

  .sixhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .sixhundred\:ml-80{
    margin-left: 20rem;
  }

  .sixhundred\:mt-88{
    margin-top: 22rem;
  }

  .sixhundred\:mr-88{
    margin-right: 22rem;
  }

  .sixhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .sixhundred\:ml-88{
    margin-left: 22rem;
  }

  .sixhundred\:mt-96{
    margin-top: 24rem;
  }

  .sixhundred\:mr-96{
    margin-right: 24rem;
  }

  .sixhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .sixhundred\:ml-96{
    margin-left: 24rem;
  }

  .sixhundred\:mt-104{
    margin-top: 26rem;
  }

  .sixhundred\:mr-104{
    margin-right: 26rem;
  }

  .sixhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .sixhundred\:ml-104{
    margin-left: 26rem;
  }

  .sixhundred\:mt-112{
    margin-top: 28rem;
  }

  .sixhundred\:mr-112{
    margin-right: 28rem;
  }

  .sixhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .sixhundred\:ml-112{
    margin-left: 28rem;
  }

  .sixhundred\:mt-128{
    margin-top: 30rem;
  }

  .sixhundred\:mr-128{
    margin-right: 30rem;
  }

  .sixhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .sixhundred\:ml-128{
    margin-left: 30rem;
  }

  .sixhundred\:mt-144{
    margin-top: 34rem;
  }

  .sixhundred\:mr-144{
    margin-right: 34rem;
  }

  .sixhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .sixhundred\:ml-144{
    margin-left: 34rem;
  }

  .sixhundred\:mt-160{
    margin-top: 38rem;
  }

  .sixhundred\:mr-160{
    margin-right: 38rem;
  }

  .sixhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .sixhundred\:ml-160{
    margin-left: 38rem;
  }

  .sixhundred\:mt-176{
    margin-top: 42rem;
  }

  .sixhundred\:mr-176{
    margin-right: 42rem;
  }

  .sixhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .sixhundred\:ml-176{
    margin-left: 42rem;
  }

  .sixhundred\:mt-192{
    margin-top: 46rem;
  }

  .sixhundred\:mr-192{
    margin-right: 46rem;
  }

  .sixhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .sixhundred\:ml-192{
    margin-left: 46rem;
  }

  .sixhundred\:mt-208{
    margin-top: 50rem;
  }

  .sixhundred\:mr-208{
    margin-right: 50rem;
  }

  .sixhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .sixhundred\:ml-208{
    margin-left: 50rem;
  }

  .sixhundred\:mt-224{
    margin-top: 54rem;
  }

  .sixhundred\:mr-224{
    margin-right: 54rem;
  }

  .sixhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .sixhundred\:ml-224{
    margin-left: 54rem;
  }

  .sixhundred\:mt-240{
    margin-top: 58rem;
  }

  .sixhundred\:mr-240{
    margin-right: 58rem;
  }

  .sixhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .sixhundred\:ml-240{
    margin-left: 58rem;
  }

  .sixhundred\:mt-256{
    margin-top: 62rem;
  }

  .sixhundred\:mr-256{
    margin-right: 62rem;
  }

  .sixhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .sixhundred\:ml-256{
    margin-left: 62rem;
  }

  .sixhundred\:mt-auto{
    margin-top: auto;
  }

  .sixhundred\:mr-auto{
    margin-right: auto;
  }

  .sixhundred\:mb-auto{
    margin-bottom: auto;
  }

  .sixhundred\:ml-auto{
    margin-left: auto;
  }

  .sixhundred\:mt-px{
    margin-top: 1px;
  }

  .sixhundred\:mr-px{
    margin-right: 1px;
  }

  .sixhundred\:mb-px{
    margin-bottom: 1px;
  }

  .sixhundred\:ml-px{
    margin-left: 1px;
  }

  .sixhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .sixhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .sixhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sixhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .sixhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .sixhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .sixhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sixhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .sixhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .sixhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .sixhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sixhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .sixhundred\:-mt-4{
    margin-top: -1rem;
  }

  .sixhundred\:-mr-4{
    margin-right: -1rem;
  }

  .sixhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .sixhundred\:-ml-4{
    margin-left: -1rem;
  }

  .sixhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .sixhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .sixhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sixhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .sixhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .sixhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .sixhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sixhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .sixhundred\:-mt-8{
    margin-top: -2rem;
  }

  .sixhundred\:-mr-8{
    margin-right: -2rem;
  }

  .sixhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .sixhundred\:-ml-8{
    margin-left: -2rem;
  }

  .sixhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .sixhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .sixhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sixhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .sixhundred\:-mt-12{
    margin-top: -3rem;
  }

  .sixhundred\:-mr-12{
    margin-right: -3rem;
  }

  .sixhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .sixhundred\:-ml-12{
    margin-left: -3rem;
  }

  .sixhundred\:-mt-16{
    margin-top: -4rem;
  }

  .sixhundred\:-mr-16{
    margin-right: -4rem;
  }

  .sixhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .sixhundred\:-ml-16{
    margin-left: -4rem;
  }

  .sixhundred\:-mt-20{
    margin-top: -5rem;
  }

  .sixhundred\:-mr-20{
    margin-right: -5rem;
  }

  .sixhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .sixhundred\:-ml-20{
    margin-left: -5rem;
  }

  .sixhundred\:-mt-24{
    margin-top: -6rem;
  }

  .sixhundred\:-mr-24{
    margin-right: -6rem;
  }

  .sixhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .sixhundred\:-ml-24{
    margin-left: -6rem;
  }

  .sixhundred\:-mt-32{
    margin-top: -8rem;
  }

  .sixhundred\:-mr-32{
    margin-right: -8rem;
  }

  .sixhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .sixhundred\:-ml-32{
    margin-left: -8rem;
  }

  .sixhundred\:-mt-40{
    margin-top: -10rem;
  }

  .sixhundred\:-mr-40{
    margin-right: -10rem;
  }

  .sixhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .sixhundred\:-ml-40{
    margin-left: -10rem;
  }

  .sixhundred\:-mt-48{
    margin-top: -12rem;
  }

  .sixhundred\:-mr-48{
    margin-right: -12rem;
  }

  .sixhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .sixhundred\:-ml-48{
    margin-left: -12rem;
  }

  .sixhundred\:-mt-56{
    margin-top: -14rem;
  }

  .sixhundred\:-mr-56{
    margin-right: -14rem;
  }

  .sixhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .sixhundred\:-ml-56{
    margin-left: -14rem;
  }

  .sixhundred\:-mt-64{
    margin-top: -16rem;
  }

  .sixhundred\:-mr-64{
    margin-right: -16rem;
  }

  .sixhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .sixhundred\:-ml-64{
    margin-left: -16rem;
  }

  .sixhundred\:-mt-72{
    margin-top: -18rem;
  }

  .sixhundred\:-mr-72{
    margin-right: -18rem;
  }

  .sixhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .sixhundred\:-ml-72{
    margin-left: -18rem;
  }

  .sixhundred\:-mt-80{
    margin-top: -20rem;
  }

  .sixhundred\:-mr-80{
    margin-right: -20rem;
  }

  .sixhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .sixhundred\:-ml-80{
    margin-left: -20rem;
  }

  .sixhundred\:-mt-88{
    margin-top: -22rem;
  }

  .sixhundred\:-mr-88{
    margin-right: -22rem;
  }

  .sixhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .sixhundred\:-ml-88{
    margin-left: -22rem;
  }

  .sixhundred\:-mt-96{
    margin-top: -24rem;
  }

  .sixhundred\:-mr-96{
    margin-right: -24rem;
  }

  .sixhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .sixhundred\:-ml-96{
    margin-left: -24rem;
  }

  .sixhundred\:-mt-104{
    margin-top: -26rem;
  }

  .sixhundred\:-mr-104{
    margin-right: -26rem;
  }

  .sixhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .sixhundred\:-ml-104{
    margin-left: -26rem;
  }

  .sixhundred\:-mt-112{
    margin-top: -28rem;
  }

  .sixhundred\:-mr-112{
    margin-right: -28rem;
  }

  .sixhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .sixhundred\:-ml-112{
    margin-left: -28rem;
  }

  .sixhundred\:-mt-128{
    margin-top: -30rem;
  }

  .sixhundred\:-mr-128{
    margin-right: -30rem;
  }

  .sixhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .sixhundred\:-ml-128{
    margin-left: -30rem;
  }

  .sixhundred\:-mt-144{
    margin-top: -34rem;
  }

  .sixhundred\:-mr-144{
    margin-right: -34rem;
  }

  .sixhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .sixhundred\:-ml-144{
    margin-left: -34rem;
  }

  .sixhundred\:-mt-160{
    margin-top: -38rem;
  }

  .sixhundred\:-mr-160{
    margin-right: -38rem;
  }

  .sixhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .sixhundred\:-ml-160{
    margin-left: -38rem;
  }

  .sixhundred\:-mt-176{
    margin-top: -42rem;
  }

  .sixhundred\:-mr-176{
    margin-right: -42rem;
  }

  .sixhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .sixhundred\:-ml-176{
    margin-left: -42rem;
  }

  .sixhundred\:-mt-192{
    margin-top: -46rem;
  }

  .sixhundred\:-mr-192{
    margin-right: -46rem;
  }

  .sixhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .sixhundred\:-ml-192{
    margin-left: -46rem;
  }

  .sixhundred\:-mt-208{
    margin-top: -50rem;
  }

  .sixhundred\:-mr-208{
    margin-right: -50rem;
  }

  .sixhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .sixhundred\:-ml-208{
    margin-left: -50rem;
  }

  .sixhundred\:-mt-224{
    margin-top: -54rem;
  }

  .sixhundred\:-mr-224{
    margin-right: -54rem;
  }

  .sixhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .sixhundred\:-ml-224{
    margin-left: -54rem;
  }

  .sixhundred\:-mt-240{
    margin-top: -58rem;
  }

  .sixhundred\:-mr-240{
    margin-right: -58rem;
  }

  .sixhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .sixhundred\:-ml-240{
    margin-left: -58rem;
  }

  .sixhundred\:-mt-256{
    margin-top: -62rem;
  }

  .sixhundred\:-mr-256{
    margin-right: -62rem;
  }

  .sixhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .sixhundred\:-ml-256{
    margin-left: -62rem;
  }

  .sixhundred\:-mt-px{
    margin-top: -1px;
  }

  .sixhundred\:-mr-px{
    margin-right: -1px;
  }

  .sixhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .sixhundred\:-ml-px{
    margin-left: -1px;
  }

  .sixhundred\:max-h-full{
    max-height: 100%;
  }

  .sixhundred\:max-h-screen{
    max-height: 100vh;
  }

  .sixhundred\:max-w-none{
    max-width: none;
  }

  .sixhundred\:max-w-xs{
    max-width: 20rem;
  }

  .sixhundred\:max-w-sm{
    max-width: 24rem;
  }

  .sixhundred\:max-w-md{
    max-width: 28rem;
  }

  .sixhundred\:max-w-lg{
    max-width: 32rem;
  }

  .sixhundred\:max-w-xl{
    max-width: 36rem;
  }

  .sixhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .sixhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .sixhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .sixhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .sixhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .sixhundred\:max-w-full{
    max-width: 100%;
  }

  .sixhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .sixhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .sixhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sixhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sixhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .sixhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .sixhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .sixhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .sixhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .sixhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .sixhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .sixhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .sixhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .sixhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .sixhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .sixhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .sixhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .sixhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .sixhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .sixhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .sixhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .sixhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .sixhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .sixhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .sixhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .sixhundred\:min-h-0{
    min-height: 0;
  }

  .sixhundred\:min-h-full{
    min-height: 100%;
  }

  .sixhundred\:min-h-screen{
    min-height: 100vh;
  }

  .sixhundred\:min-w-0{
    min-width: 0;
  }

  .sixhundred\:min-w-80{
    min-width: 20rem;
  }

  .sixhundred\:min-w-full{
    min-width: 100%;
  }

  .sixhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sixhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sixhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sixhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sixhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sixhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sixhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sixhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sixhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sixhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sixhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sixhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sixhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sixhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sixhundred\:opacity-0{
    opacity: 0;
  }

  .sixhundred\:opacity-25{
    opacity: 0.25;
  }

  .sixhundred\:opacity-30{
    opacity: 0.3;
  }

  .sixhundred\:opacity-40{
    opacity: 0.4;
  }

  .sixhundred\:opacity-50{
    opacity: 0.5;
  }

  .sixhundred\:opacity-75{
    opacity: 0.75;
  }

  .sixhundred\:opacity-100{
    opacity: 1;
  }

  .sixhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sixhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sixhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sixhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sixhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sixhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sixhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sixhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sixhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sixhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sixhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sixhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sixhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sixhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sixhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .sixhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .sixhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .sixhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .sixhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .sixhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .sixhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .sixhundred\:overflow-auto{
    overflow: auto;
  }

  .sixhundred\:overflow-hidden{
    overflow: hidden;
  }

  .sixhundred\:overflow-visible{
    overflow: visible;
  }

  .sixhundred\:overflow-scroll{
    overflow: scroll;
  }

  .sixhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .sixhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .sixhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sixhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sixhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .sixhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .sixhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sixhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sixhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sixhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sixhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sixhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sixhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sixhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sixhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sixhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sixhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sixhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sixhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sixhundred\:p-0{
    padding: 0;
  }

  .sixhundred\:p-1{
    padding: 0.25rem;
  }

  .sixhundred\:p-2{
    padding: 0.5rem;
  }

  .sixhundred\:p-3{
    padding: 0.75rem;
  }

  .sixhundred\:p-4{
    padding: 1rem;
  }

  .sixhundred\:p-5{
    padding: 1.25rem;
  }

  .sixhundred\:p-6{
    padding: 1.5rem;
  }

  .sixhundred\:p-8{
    padding: 2rem;
  }

  .sixhundred\:p-10{
    padding: 2.5rem;
  }

  .sixhundred\:p-12{
    padding: 3rem;
  }

  .sixhundred\:p-16{
    padding: 4rem;
  }

  .sixhundred\:p-20{
    padding: 5rem;
  }

  .sixhundred\:p-24{
    padding: 6rem;
  }

  .sixhundred\:p-32{
    padding: 8rem;
  }

  .sixhundred\:p-40{
    padding: 10rem;
  }

  .sixhundred\:p-48{
    padding: 12rem;
  }

  .sixhundred\:p-56{
    padding: 14rem;
  }

  .sixhundred\:p-64{
    padding: 16rem;
  }

  .sixhundred\:p-72{
    padding: 18rem;
  }

  .sixhundred\:p-80{
    padding: 20rem;
  }

  .sixhundred\:p-88{
    padding: 22rem;
  }

  .sixhundred\:p-96{
    padding: 24rem;
  }

  .sixhundred\:p-104{
    padding: 26rem;
  }

  .sixhundred\:p-112{
    padding: 28rem;
  }

  .sixhundred\:p-128{
    padding: 30rem;
  }

  .sixhundred\:p-144{
    padding: 34rem;
  }

  .sixhundred\:p-160{
    padding: 38rem;
  }

  .sixhundred\:p-176{
    padding: 42rem;
  }

  .sixhundred\:p-192{
    padding: 46rem;
  }

  .sixhundred\:p-208{
    padding: 50rem;
  }

  .sixhundred\:p-224{
    padding: 54rem;
  }

  .sixhundred\:p-240{
    padding: 58rem;
  }

  .sixhundred\:p-256{
    padding: 62rem;
  }

  .sixhundred\:p-px{
    padding: 1px;
  }

  .sixhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sixhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sixhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sixhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sixhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sixhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sixhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sixhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sixhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sixhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sixhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sixhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sixhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sixhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sixhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sixhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sixhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sixhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sixhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sixhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sixhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sixhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sixhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sixhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sixhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sixhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sixhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sixhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sixhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sixhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sixhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sixhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sixhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sixhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sixhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sixhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sixhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sixhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sixhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sixhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sixhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sixhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sixhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sixhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sixhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .sixhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .sixhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sixhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .sixhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sixhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sixhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .sixhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .sixhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sixhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sixhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sixhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .sixhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .sixhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .sixhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .sixhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .sixhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .sixhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .sixhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .sixhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .sixhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .sixhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .sixhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sixhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sixhundred\:pt-0{
    padding-top: 0;
  }

  .sixhundred\:pr-0{
    padding-right: 0;
  }

  .sixhundred\:pb-0{
    padding-bottom: 0;
  }

  .sixhundred\:pl-0{
    padding-left: 0;
  }

  .sixhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .sixhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .sixhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sixhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .sixhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .sixhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .sixhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sixhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .sixhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .sixhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .sixhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sixhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .sixhundred\:pt-4{
    padding-top: 1rem;
  }

  .sixhundred\:pr-4{
    padding-right: 1rem;
  }

  .sixhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .sixhundred\:pl-4{
    padding-left: 1rem;
  }

  .sixhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .sixhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .sixhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sixhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .sixhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .sixhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .sixhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sixhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .sixhundred\:pt-8{
    padding-top: 2rem;
  }

  .sixhundred\:pr-8{
    padding-right: 2rem;
  }

  .sixhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .sixhundred\:pl-8{
    padding-left: 2rem;
  }

  .sixhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .sixhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .sixhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sixhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .sixhundred\:pt-12{
    padding-top: 3rem;
  }

  .sixhundred\:pr-12{
    padding-right: 3rem;
  }

  .sixhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .sixhundred\:pl-12{
    padding-left: 3rem;
  }

  .sixhundred\:pt-16{
    padding-top: 4rem;
  }

  .sixhundred\:pr-16{
    padding-right: 4rem;
  }

  .sixhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .sixhundred\:pl-16{
    padding-left: 4rem;
  }

  .sixhundred\:pt-20{
    padding-top: 5rem;
  }

  .sixhundred\:pr-20{
    padding-right: 5rem;
  }

  .sixhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .sixhundred\:pl-20{
    padding-left: 5rem;
  }

  .sixhundred\:pt-24{
    padding-top: 6rem;
  }

  .sixhundred\:pr-24{
    padding-right: 6rem;
  }

  .sixhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .sixhundred\:pl-24{
    padding-left: 6rem;
  }

  .sixhundred\:pt-32{
    padding-top: 8rem;
  }

  .sixhundred\:pr-32{
    padding-right: 8rem;
  }

  .sixhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .sixhundred\:pl-32{
    padding-left: 8rem;
  }

  .sixhundred\:pt-40{
    padding-top: 10rem;
  }

  .sixhundred\:pr-40{
    padding-right: 10rem;
  }

  .sixhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .sixhundred\:pl-40{
    padding-left: 10rem;
  }

  .sixhundred\:pt-48{
    padding-top: 12rem;
  }

  .sixhundred\:pr-48{
    padding-right: 12rem;
  }

  .sixhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .sixhundred\:pl-48{
    padding-left: 12rem;
  }

  .sixhundred\:pt-56{
    padding-top: 14rem;
  }

  .sixhundred\:pr-56{
    padding-right: 14rem;
  }

  .sixhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .sixhundred\:pl-56{
    padding-left: 14rem;
  }

  .sixhundred\:pt-64{
    padding-top: 16rem;
  }

  .sixhundred\:pr-64{
    padding-right: 16rem;
  }

  .sixhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .sixhundred\:pl-64{
    padding-left: 16rem;
  }

  .sixhundred\:pt-72{
    padding-top: 18rem;
  }

  .sixhundred\:pr-72{
    padding-right: 18rem;
  }

  .sixhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .sixhundred\:pl-72{
    padding-left: 18rem;
  }

  .sixhundred\:pt-80{
    padding-top: 20rem;
  }

  .sixhundred\:pr-80{
    padding-right: 20rem;
  }

  .sixhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .sixhundred\:pl-80{
    padding-left: 20rem;
  }

  .sixhundred\:pt-88{
    padding-top: 22rem;
  }

  .sixhundred\:pr-88{
    padding-right: 22rem;
  }

  .sixhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .sixhundred\:pl-88{
    padding-left: 22rem;
  }

  .sixhundred\:pt-96{
    padding-top: 24rem;
  }

  .sixhundred\:pr-96{
    padding-right: 24rem;
  }

  .sixhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .sixhundred\:pl-96{
    padding-left: 24rem;
  }

  .sixhundred\:pt-104{
    padding-top: 26rem;
  }

  .sixhundred\:pr-104{
    padding-right: 26rem;
  }

  .sixhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .sixhundred\:pl-104{
    padding-left: 26rem;
  }

  .sixhundred\:pt-112{
    padding-top: 28rem;
  }

  .sixhundred\:pr-112{
    padding-right: 28rem;
  }

  .sixhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .sixhundred\:pl-112{
    padding-left: 28rem;
  }

  .sixhundred\:pt-128{
    padding-top: 30rem;
  }

  .sixhundred\:pr-128{
    padding-right: 30rem;
  }

  .sixhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .sixhundred\:pl-128{
    padding-left: 30rem;
  }

  .sixhundred\:pt-144{
    padding-top: 34rem;
  }

  .sixhundred\:pr-144{
    padding-right: 34rem;
  }

  .sixhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .sixhundred\:pl-144{
    padding-left: 34rem;
  }

  .sixhundred\:pt-160{
    padding-top: 38rem;
  }

  .sixhundred\:pr-160{
    padding-right: 38rem;
  }

  .sixhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .sixhundred\:pl-160{
    padding-left: 38rem;
  }

  .sixhundred\:pt-176{
    padding-top: 42rem;
  }

  .sixhundred\:pr-176{
    padding-right: 42rem;
  }

  .sixhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .sixhundred\:pl-176{
    padding-left: 42rem;
  }

  .sixhundred\:pt-192{
    padding-top: 46rem;
  }

  .sixhundred\:pr-192{
    padding-right: 46rem;
  }

  .sixhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .sixhundred\:pl-192{
    padding-left: 46rem;
  }

  .sixhundred\:pt-208{
    padding-top: 50rem;
  }

  .sixhundred\:pr-208{
    padding-right: 50rem;
  }

  .sixhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .sixhundred\:pl-208{
    padding-left: 50rem;
  }

  .sixhundred\:pt-224{
    padding-top: 54rem;
  }

  .sixhundred\:pr-224{
    padding-right: 54rem;
  }

  .sixhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .sixhundred\:pl-224{
    padding-left: 54rem;
  }

  .sixhundred\:pt-240{
    padding-top: 58rem;
  }

  .sixhundred\:pr-240{
    padding-right: 58rem;
  }

  .sixhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .sixhundred\:pl-240{
    padding-left: 58rem;
  }

  .sixhundred\:pt-256{
    padding-top: 62rem;
  }

  .sixhundred\:pr-256{
    padding-right: 62rem;
  }

  .sixhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .sixhundred\:pl-256{
    padding-left: 62rem;
  }

  .sixhundred\:pt-px{
    padding-top: 1px;
  }

  .sixhundred\:pr-px{
    padding-right: 1px;
  }

  .sixhundred\:pb-px{
    padding-bottom: 1px;
  }

  .sixhundred\:pl-px{
    padding-left: 1px;
  }

  .sixhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sixhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sixhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sixhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sixhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sixhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sixhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sixhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sixhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sixhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sixhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sixhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sixhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sixhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .sixhundred\:pointer-events-none{
    pointer-events: none;
  }

  .sixhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .sixhundred\:static{
    position: static;
  }

  .sixhundred\:fixed{
    position: fixed;
  }

  .sixhundred\:absolute{
    position: absolute;
  }

  .sixhundred\:relative{
    position: relative;
  }

  .sixhundred\:sticky{
    position: sticky;
  }

  .sixhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sixhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sixhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sixhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sixhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sixhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sixhundred\:top-0{
    top: 0;
  }

  .sixhundred\:right-0{
    right: 0;
  }

  .sixhundred\:bottom-0{
    bottom: 0;
  }

  .sixhundred\:left-0{
    left: 0;
  }

  .sixhundred\:top-auto{
    top: auto;
  }

  .sixhundred\:right-auto{
    right: auto;
  }

  .sixhundred\:bottom-auto{
    bottom: auto;
  }

  .sixhundred\:left-auto{
    left: auto;
  }

  .sixhundred\:resize-none{
    resize: none;
  }

  .sixhundred\:resize-y{
    resize: vertical;
  }

  .sixhundred\:resize-x{
    resize: horizontal;
  }

  .sixhundred\:resize{
    resize: both;
  }

  .sixhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:shadow-none{
    box-shadow: none;
  }

  .sixhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sixhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sixhundred\:fill-current{
    fill: currentColor;
  }

  .sixhundred\:stroke-current{
    stroke: currentColor;
  }

  .sixhundred\:stroke-0{
    stroke-width: 0;
  }

  .sixhundred\:stroke-1{
    stroke-width: 1;
  }

  .sixhundred\:stroke-2{
    stroke-width: 2;
  }

  .sixhundred\:table-auto{
    table-layout: auto;
  }

  .sixhundred\:table-fixed{
    table-layout: fixed;
  }

  .sixhundred\:text-left{
    text-align: left;
  }

  .sixhundred\:text-center{
    text-align: center;
  }

  .sixhundred\:text-right{
    text-align: right;
  }

  .sixhundred\:text-justify{
    text-align: justify;
  }

  .sixhundred\:text-transparent{
    color: transparent;
  }

  .sixhundred\:text-current{
    color: currentColor;
  }

  .sixhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sixhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .sixhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sixhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .sixhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sixhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sixhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .sixhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .sixhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sixhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .sixhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .sixhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sixhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .sixhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .sixhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sixhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sixhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .sixhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .sixhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sixhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sixhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .sixhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sixhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sixhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .sixhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .sixhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sixhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sixhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .sixhundred\:italic{
    font-style: italic;
  }

  .sixhundred\:not-italic{
    font-style: normal;
  }

  .sixhundred\:uppercase{
    text-transform: uppercase;
  }

  .sixhundred\:lowercase{
    text-transform: lowercase;
  }

  .sixhundred\:capitalize{
    text-transform: capitalize;
  }

  .sixhundred\:normal-case{
    text-transform: none;
  }

  .sixhundred\:underline{
    text-decoration: underline;
  }

  .sixhundred\:line-through{
    text-decoration: line-through;
  }

  .sixhundred\:no-underline{
    text-decoration: none;
  }

  .sixhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sixhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sixhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sixhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sixhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sixhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sixhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sixhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sixhundred\:ordinal, .sixhundred\:slashed-zero, .sixhundred\:lining-nums, .sixhundred\:oldstyle-nums, .sixhundred\:proportional-nums, .sixhundred\:tabular-nums, .sixhundred\:diagonal-fractions, .sixhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sixhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .sixhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .sixhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sixhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .sixhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sixhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sixhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sixhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sixhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sixhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sixhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sixhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .sixhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sixhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sixhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sixhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sixhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sixhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sixhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sixhundred\:align-baseline{
    vertical-align: baseline;
  }

  .sixhundred\:align-top{
    vertical-align: top;
  }

  .sixhundred\:align-middle{
    vertical-align: middle;
  }

  .sixhundred\:align-bottom{
    vertical-align: bottom;
  }

  .sixhundred\:align-text-top{
    vertical-align: text-top;
  }

  .sixhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sixhundred\:visible{
    visibility: visible;
  }

  .sixhundred\:invisible{
    visibility: hidden;
  }

  .sixhundred\:whitespace-normal{
    white-space: normal;
  }

  .sixhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sixhundred\:whitespace-pre{
    white-space: pre;
  }

  .sixhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sixhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sixhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sixhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sixhundred\:break-all{
    word-break: break-all;
  }

  .sixhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sixhundred\:w-0{
    width: 0;
  }

  .sixhundred\:w-1{
    width: 0.25rem;
  }

  .sixhundred\:w-2{
    width: 0.5rem;
  }

  .sixhundred\:w-3{
    width: 0.75rem;
  }

  .sixhundred\:w-4{
    width: 1rem;
  }

  .sixhundred\:w-5{
    width: 1.25rem;
  }

  .sixhundred\:w-6{
    width: 1.5rem;
  }

  .sixhundred\:w-8{
    width: 2rem;
  }

  .sixhundred\:w-10{
    width: 2.5rem;
  }

  .sixhundred\:w-12{
    width: 3rem;
  }

  .sixhundred\:w-16{
    width: 4rem;
  }

  .sixhundred\:w-20{
    width: 5rem;
  }

  .sixhundred\:w-24{
    width: 6rem;
  }

  .sixhundred\:w-32{
    width: 8rem;
  }

  .sixhundred\:w-40{
    width: 10rem;
  }

  .sixhundred\:w-48{
    width: 12rem;
  }

  .sixhundred\:w-56{
    width: 14rem;
  }

  .sixhundred\:w-64{
    width: 16rem;
  }

  .sixhundred\:w-72{
    width: 18rem;
  }

  .sixhundred\:w-80{
    width: 20rem;
  }

  .sixhundred\:w-88{
    width: 22rem;
  }

  .sixhundred\:w-96{
    width: 24rem;
  }

  .sixhundred\:w-104{
    width: 26rem;
  }

  .sixhundred\:w-112{
    width: 28rem;
  }

  .sixhundred\:w-128{
    width: 30rem;
  }

  .sixhundred\:w-144{
    width: 34rem;
  }

  .sixhundred\:w-160{
    width: 38rem;
  }

  .sixhundred\:w-176{
    width: 42rem;
  }

  .sixhundred\:w-192{
    width: 46rem;
  }

  .sixhundred\:w-208{
    width: 50rem;
  }

  .sixhundred\:w-224{
    width: 54rem;
  }

  .sixhundred\:w-240{
    width: 58rem;
  }

  .sixhundred\:w-256{
    width: 62rem;
  }

  .sixhundred\:w-auto{
    width: auto;
  }

  .sixhundred\:w-px{
    width: 1px;
  }

  .sixhundred\:w-1\/2{
    width: 50%;
  }

  .sixhundred\:w-1\/3{
    width: 33.333333%;
  }

  .sixhundred\:w-2\/3{
    width: 66.666667%;
  }

  .sixhundred\:w-1\/4{
    width: 25%;
  }

  .sixhundred\:w-2\/4{
    width: 50%;
  }

  .sixhundred\:w-3\/4{
    width: 75%;
  }

  .sixhundred\:w-1\/5{
    width: 20%;
  }

  .sixhundred\:w-2\/5{
    width: 40%;
  }

  .sixhundred\:w-3\/5{
    width: 60%;
  }

  .sixhundred\:w-4\/5{
    width: 80%;
  }

  .sixhundred\:w-1\/6{
    width: 16.666667%;
  }

  .sixhundred\:w-2\/6{
    width: 33.333333%;
  }

  .sixhundred\:w-3\/6{
    width: 50%;
  }

  .sixhundred\:w-4\/6{
    width: 66.666667%;
  }

  .sixhundred\:w-5\/6{
    width: 83.333333%;
  }

  .sixhundred\:w-1\/12{
    width: 8.333333%;
  }

  .sixhundred\:w-2\/12{
    width: 16.666667%;
  }

  .sixhundred\:w-3\/12{
    width: 25%;
  }

  .sixhundred\:w-4\/12{
    width: 33.333333%;
  }

  .sixhundred\:w-5\/12{
    width: 41.666667%;
  }

  .sixhundred\:w-6\/12{
    width: 50%;
  }

  .sixhundred\:w-7\/12{
    width: 58.333333%;
  }

  .sixhundred\:w-8\/12{
    width: 66.666667%;
  }

  .sixhundred\:w-9\/12{
    width: 75%;
  }

  .sixhundred\:w-10\/12{
    width: 83.333333%;
  }

  .sixhundred\:w-11\/12{
    width: 91.666667%;
  }

  .sixhundred\:w-full{
    width: 100%;
  }

  .sixhundred\:w-screen{
    width: 100vw;
  }

  .sixhundred\:z-0{
    z-index: 0;
  }

  .sixhundred\:z-10{
    z-index: 10;
  }

  .sixhundred\:z-20{
    z-index: 20;
  }

  .sixhundred\:z-30{
    z-index: 30;
  }

  .sixhundred\:z-40{
    z-index: 40;
  }

  .sixhundred\:z-50{
    z-index: 50;
  }

  .sixhundred\:z-auto{
    z-index: auto;
  }

  .sixhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sixhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sixhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sixhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sixhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sixhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sixhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sixhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sixhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sixhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sixhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sixhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sixhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sixhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sixhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sixhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sixhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sixhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sixhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .sixhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .sixhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .sixhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .sixhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .sixhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .sixhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .sixhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .sixhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .sixhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .sixhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .sixhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .sixhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .sixhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .sixhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .sixhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sixhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sixhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sixhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sixhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sixhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sixhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sixhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sixhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sixhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sixhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sixhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sixhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sixhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sixhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sixhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sixhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sixhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sixhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sixhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sixhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sixhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sixhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sixhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sixhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sixhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sixhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sixhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sixhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sixhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sixhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sixhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sixhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sixhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sixhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sixhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sixhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sixhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sixhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sixhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sixhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sixhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sixhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sixhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sixhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sixhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sixhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sixhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sixhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sixhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sixhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sixhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sixhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sixhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sixhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sixhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sixhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sixhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sixhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sixhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sixhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sixhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sixhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sixhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sixhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sixhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sixhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sixhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sixhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sixhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sixhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sixhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sixhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sixhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sixhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sixhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sixhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sixhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sixhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sixhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sixhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sixhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sixhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sixhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sixhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sixhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sixhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sixhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sixhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sixhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sixhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sixhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sixhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sixhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sixhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sixhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sixhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sixhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sixhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sixhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sixhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sixhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sixhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sixhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sixhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sixhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sixhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sixhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sixhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sixhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sixhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sixhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sixhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sixhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sixhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sixhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sixhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sixhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sixhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sixhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sixhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sixhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sixhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sixhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sixhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sixhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sixhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sixhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sixhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sixhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sixhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sixhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sixhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sixhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sixhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sixhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sixhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sixhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sixhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sixhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sixhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sixhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sixhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .sixhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sixhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sixhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sixhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sixhundred\:col-auto{
    grid-column: auto;
  }

  .sixhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sixhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sixhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sixhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sixhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sixhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sixhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sixhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sixhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sixhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sixhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sixhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sixhundred\:col-start-1{
    grid-column-start: 1;
  }

  .sixhundred\:col-start-2{
    grid-column-start: 2;
  }

  .sixhundred\:col-start-3{
    grid-column-start: 3;
  }

  .sixhundred\:col-start-4{
    grid-column-start: 4;
  }

  .sixhundred\:col-start-5{
    grid-column-start: 5;
  }

  .sixhundred\:col-start-6{
    grid-column-start: 6;
  }

  .sixhundred\:col-start-7{
    grid-column-start: 7;
  }

  .sixhundred\:col-start-8{
    grid-column-start: 8;
  }

  .sixhundred\:col-start-9{
    grid-column-start: 9;
  }

  .sixhundred\:col-start-10{
    grid-column-start: 10;
  }

  .sixhundred\:col-start-11{
    grid-column-start: 11;
  }

  .sixhundred\:col-start-12{
    grid-column-start: 12;
  }

  .sixhundred\:col-start-13{
    grid-column-start: 13;
  }

  .sixhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .sixhundred\:col-end-1{
    grid-column-end: 1;
  }

  .sixhundred\:col-end-2{
    grid-column-end: 2;
  }

  .sixhundred\:col-end-3{
    grid-column-end: 3;
  }

  .sixhundred\:col-end-4{
    grid-column-end: 4;
  }

  .sixhundred\:col-end-5{
    grid-column-end: 5;
  }

  .sixhundred\:col-end-6{
    grid-column-end: 6;
  }

  .sixhundred\:col-end-7{
    grid-column-end: 7;
  }

  .sixhundred\:col-end-8{
    grid-column-end: 8;
  }

  .sixhundred\:col-end-9{
    grid-column-end: 9;
  }

  .sixhundred\:col-end-10{
    grid-column-end: 10;
  }

  .sixhundred\:col-end-11{
    grid-column-end: 11;
  }

  .sixhundred\:col-end-12{
    grid-column-end: 12;
  }

  .sixhundred\:col-end-13{
    grid-column-end: 13;
  }

  .sixhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .sixhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sixhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .sixhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sixhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sixhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sixhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sixhundred\:row-auto{
    grid-row: auto;
  }

  .sixhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sixhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sixhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sixhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sixhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sixhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sixhundred\:row-start-1{
    grid-row-start: 1;
  }

  .sixhundred\:row-start-2{
    grid-row-start: 2;
  }

  .sixhundred\:row-start-3{
    grid-row-start: 3;
  }

  .sixhundred\:row-start-4{
    grid-row-start: 4;
  }

  .sixhundred\:row-start-5{
    grid-row-start: 5;
  }

  .sixhundred\:row-start-6{
    grid-row-start: 6;
  }

  .sixhundred\:row-start-7{
    grid-row-start: 7;
  }

  .sixhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .sixhundred\:row-end-1{
    grid-row-end: 1;
  }

  .sixhundred\:row-end-2{
    grid-row-end: 2;
  }

  .sixhundred\:row-end-3{
    grid-row-end: 3;
  }

  .sixhundred\:row-end-4{
    grid-row-end: 4;
  }

  .sixhundred\:row-end-5{
    grid-row-end: 5;
  }

  .sixhundred\:row-end-6{
    grid-row-end: 6;
  }

  .sixhundred\:row-end-7{
    grid-row-end: 7;
  }

  .sixhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .sixhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sixhundred\:transform-none{
    transform: none;
  }

  .sixhundred\:origin-center{
    transform-origin: center;
  }

  .sixhundred\:origin-top{
    transform-origin: top;
  }

  .sixhundred\:origin-top-right{
    transform-origin: top right;
  }

  .sixhundred\:origin-right{
    transform-origin: right;
  }

  .sixhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sixhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .sixhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sixhundred\:origin-left{
    transform-origin: left;
  }

  .sixhundred\:origin-top-left{
    transform-origin: top left;
  }

  .sixhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sixhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sixhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sixhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sixhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sixhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sixhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sixhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sixhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sixhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sixhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sixhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sixhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sixhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sixhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sixhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sixhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sixhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sixhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sixhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sixhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sixhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sixhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sixhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sixhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sixhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sixhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sixhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sixhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sixhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sixhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sixhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sixhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sixhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sixhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sixhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sixhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sixhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sixhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sixhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sixhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sixhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sixhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sixhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sixhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sixhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sixhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sixhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sixhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sixhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sixhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sixhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sixhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sixhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sixhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sixhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sixhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sixhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sixhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sixhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sixhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .sixhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sixhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sixhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sixhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sixhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sixhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sixhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sixhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sixhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sixhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sixhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sixhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sixhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sixhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sixhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sixhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sixhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sixhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sixhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sixhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sixhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sixhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sixhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sixhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sixhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sixhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sixhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sixhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sixhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sixhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sixhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sixhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sixhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sixhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sixhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sixhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sixhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sixhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sixhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .sixhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .sixhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .sixhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .sixhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .sixhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .sixhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .sixhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .sixhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .sixhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .sixhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .sixhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .sixhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .sixhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .sixhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .sixhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .sixhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sixhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sixhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sixhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sixhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sixhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sixhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sixhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sixhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sixhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sixhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sixhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sixhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sixhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sixhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sixhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sixhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sixhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .sixhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .sixhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .sixhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .sixhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .sixhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .sixhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .sixhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .sixhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .sixhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .sixhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .sixhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .sixhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .sixhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .sixhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .sixhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .sixhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .sixhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sixhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sixhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sixhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sixhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sixhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sixhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sixhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sixhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sixhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sixhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sixhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sixhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sixhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sixhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sixhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sixhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sixhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sixhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sixhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sixhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sixhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .sixhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .sixhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .sixhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .sixhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .sixhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .sixhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .sixhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .sixhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .sixhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .sixhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .sixhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .sixhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .sixhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .sixhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .sixhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .sixhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sixhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sixhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sixhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sixhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sixhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sixhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sixhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sixhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sixhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sixhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sixhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sixhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sixhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sixhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sixhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sixhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sixhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .sixhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .sixhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .sixhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .sixhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .sixhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .sixhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .sixhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .sixhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .sixhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .sixhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .sixhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .sixhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .sixhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .sixhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .sixhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .sixhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .sixhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sixhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sixhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sixhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sixhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sixhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sixhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sixhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sixhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sixhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sixhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sixhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sixhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sixhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sixhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sixhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sixhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sixhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sixhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sixhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sixhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sixhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .sixhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .sixhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .sixhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .sixhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .sixhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .sixhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .sixhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .sixhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .sixhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .sixhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .sixhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .sixhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .sixhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .sixhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .sixhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sixhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sixhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sixhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sixhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sixhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sixhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sixhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sixhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sixhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sixhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sixhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sixhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sixhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sixhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sixhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sixhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sixhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sixhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .sixhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .sixhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .sixhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .sixhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .sixhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .sixhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .sixhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .sixhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .sixhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .sixhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .sixhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .sixhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .sixhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .sixhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .sixhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sixhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sixhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sixhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sixhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sixhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sixhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sixhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sixhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sixhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sixhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sixhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sixhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sixhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sixhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sixhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sixhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sixhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sixhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sixhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sixhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sixhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sixhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sixhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .sixhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .sixhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .sixhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .sixhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .sixhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .sixhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .sixhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .sixhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .sixhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .sixhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .sixhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .sixhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .sixhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .sixhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .sixhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sixhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sixhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sixhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sixhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sixhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sixhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sixhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sixhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sixhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sixhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sixhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sixhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sixhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sixhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sixhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sixhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sixhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sixhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .sixhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .sixhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .sixhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .sixhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .sixhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .sixhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .sixhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .sixhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .sixhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .sixhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .sixhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .sixhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .sixhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .sixhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .sixhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sixhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sixhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sixhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sixhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sixhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sixhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sixhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sixhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sixhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sixhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sixhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sixhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sixhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sixhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sixhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sixhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sixhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sixhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sixhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sixhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sixhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sixhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sixhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .sixhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .sixhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .sixhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .sixhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .sixhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .sixhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .sixhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .sixhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .sixhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .sixhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .sixhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .sixhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .sixhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .sixhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .sixhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sixhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sixhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sixhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sixhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sixhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sixhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sixhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sixhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sixhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sixhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sixhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sixhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sixhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sixhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sixhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sixhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sixhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sixhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .sixhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .sixhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .sixhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .sixhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .sixhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .sixhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .sixhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .sixhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .sixhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .sixhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .sixhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .sixhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .sixhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .sixhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .sixhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sixhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sixhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sixhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sixhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sixhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sixhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sixhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sixhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sixhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sixhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sixhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sixhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sixhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sixhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sixhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sixhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sixhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sixhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sixhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sixhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sixhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sixhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sixhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .sixhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .sixhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .sixhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .sixhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .sixhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .sixhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .sixhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .sixhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .sixhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .sixhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .sixhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .sixhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .sixhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .sixhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .sixhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sixhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sixhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sixhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sixhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sixhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sixhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sixhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sixhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sixhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sixhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sixhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sixhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sixhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sixhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sixhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sixhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sixhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sixhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .sixhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .sixhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .sixhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .sixhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .sixhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .sixhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .sixhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .sixhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .sixhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .sixhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .sixhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .sixhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .sixhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .sixhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .sixhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sixhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sixhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sixhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sixhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sixhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sixhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sixhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sixhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sixhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sixhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sixhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sixhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sixhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sixhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sixhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sixhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sixhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sixhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sixhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sixhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sixhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sixhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sixhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sixhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sixhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sixhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sixhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sixhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sixhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sixhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sixhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sixhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sixhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sixhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sixhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sixhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sixhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sixhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sixhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sixhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sixhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sixhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sixhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sixhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sixhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sixhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sixhundred\:transition-none{
    transition-property: none;
  }

  .sixhundred\:transition-all{
    transition-property: all;
  }

  .sixhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sixhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sixhundred\:transition-opacity{
    transition-property: opacity;
  }

  .sixhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .sixhundred\:transition-transform{
    transition-property: transform;
  }

  .sixhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .sixhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sixhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sixhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sixhundred\:duration-75{
    transition-duration: 75ms;
  }

  .sixhundred\:duration-100{
    transition-duration: 100ms;
  }

  .sixhundred\:duration-150{
    transition-duration: 150ms;
  }

  .sixhundred\:duration-200{
    transition-duration: 200ms;
  }

  .sixhundred\:duration-300{
    transition-duration: 300ms;
  }

  .sixhundred\:duration-500{
    transition-duration: 500ms;
  }

  .sixhundred\:duration-700{
    transition-duration: 700ms;
  }

  .sixhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .sixhundred\:delay-75{
    transition-delay: 75ms;
  }

  .sixhundred\:delay-100{
    transition-delay: 100ms;
  }

  .sixhundred\:delay-150{
    transition-delay: 150ms;
  }

  .sixhundred\:delay-200{
    transition-delay: 200ms;
  }

  .sixhundred\:delay-300{
    transition-delay: 300ms;
  }

  .sixhundred\:delay-500{
    transition-delay: 500ms;
  }

  .sixhundred\:delay-700{
    transition-delay: 700ms;
  }

  .sixhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .sixhundred\:animate-none{
    animation: none;
  }

  .sixhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sixhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sixhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sixhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 700px){
  .sevenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .sevenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .sevenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .sevenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .sevenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .sevenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .sevenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .sevenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .sevenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .sevenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .sevenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .sevenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .sevenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .sevenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .sevenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .sevenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .sevenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .sevenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .sevenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .sevenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .sevenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .sevenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .sevenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .sevenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .sevenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .sevenhundred\:container{
      max-width: 2000px;
    }
  }

  .sevenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sevenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sevenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sevenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sevenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sevenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sevenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sevenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sevenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sevenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sevenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sevenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sevenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sevenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sevenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sevenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sevenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sevenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sevenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .sevenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sevenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sevenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sevenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sevenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sevenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sevenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sevenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sevenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sevenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sevenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sevenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sevenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .sevenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .sevenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .sevenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .sevenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .sevenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sevenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sevenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .sevenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .sevenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sevenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sevenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .sevenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sevenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sevenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sevenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sevenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sevenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .sevenhundred\:bg-local{
    background-attachment: local;
  }

  .sevenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .sevenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .sevenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sevenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .sevenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sevenhundred\:bg-transparent{
    background-color: transparent;
  }

  .sevenhundred\:bg-current{
    background-color: currentColor;
  }

  .sevenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sevenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sevenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sevenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sevenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sevenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sevenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sevenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sevenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sevenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sevenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sevenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sevenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sevenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sevenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sevenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sevenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sevenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sevenhundred\:bg-none{
    background-image: none;
  }

  .sevenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sevenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sevenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .sevenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .sevenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .sevenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .sevenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .sevenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .sevenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .sevenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .sevenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .sevenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .sevenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .sevenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .sevenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .sevenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .sevenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .sevenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .sevenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .sevenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .sevenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .sevenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .sevenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .sevenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .sevenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .sevenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .sevenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .sevenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .sevenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .sevenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .sevenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .sevenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .sevenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .sevenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .sevenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .sevenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .sevenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .sevenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .sevenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .sevenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .sevenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .sevenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .sevenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .sevenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .sevenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .sevenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .sevenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .sevenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .sevenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .sevenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .sevenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .sevenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .sevenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .sevenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .sevenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .sevenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .sevenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .sevenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .sevenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .sevenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .sevenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .sevenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .sevenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .sevenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .sevenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .sevenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .sevenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .sevenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .sevenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .sevenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .sevenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .sevenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .sevenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .sevenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .sevenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .sevenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .sevenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .sevenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .sevenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .sevenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .sevenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .sevenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .sevenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .sevenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .sevenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .sevenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .sevenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .sevenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .sevenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .sevenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .sevenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .sevenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .sevenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .sevenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .sevenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .sevenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .sevenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .sevenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .sevenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .sevenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .sevenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .sevenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .sevenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .sevenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .sevenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .sevenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .sevenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .sevenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .sevenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .sevenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .sevenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .sevenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .sevenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .sevenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .sevenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .sevenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .sevenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .sevenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .sevenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .sevenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .sevenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .sevenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .sevenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .sevenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .sevenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .sevenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .sevenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .sevenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .sevenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .sevenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .sevenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .sevenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .sevenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .sevenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .sevenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .sevenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .sevenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .sevenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .sevenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .sevenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .sevenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .sevenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .sevenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .sevenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .sevenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .sevenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .sevenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .sevenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .sevenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .sevenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .sevenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .sevenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .sevenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .sevenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .sevenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .sevenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .sevenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .sevenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .sevenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .sevenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .sevenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .sevenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .sevenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .sevenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .sevenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .sevenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .sevenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .sevenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .sevenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .sevenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .sevenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .sevenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .sevenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .sevenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .sevenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .sevenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .sevenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .sevenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .sevenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .sevenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .sevenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .sevenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .sevenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .sevenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .sevenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .sevenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .sevenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sevenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sevenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sevenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sevenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sevenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sevenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sevenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sevenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sevenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sevenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sevenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sevenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sevenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sevenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sevenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sevenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sevenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sevenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sevenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sevenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sevenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sevenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sevenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sevenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sevenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sevenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sevenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sevenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sevenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sevenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sevenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sevenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sevenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sevenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sevenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sevenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sevenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sevenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sevenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sevenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sevenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sevenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sevenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sevenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sevenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sevenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sevenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sevenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sevenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sevenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sevenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sevenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sevenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sevenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sevenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sevenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sevenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sevenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sevenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sevenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sevenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sevenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sevenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sevenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sevenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sevenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sevenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sevenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sevenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sevenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sevenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sevenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sevenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sevenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sevenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sevenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sevenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sevenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sevenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sevenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sevenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sevenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sevenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sevenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sevenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sevenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sevenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sevenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sevenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sevenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sevenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .sevenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .sevenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .sevenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .sevenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .sevenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .sevenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .sevenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .sevenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .sevenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .sevenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .sevenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .sevenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .sevenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .sevenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .sevenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .sevenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .sevenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .sevenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .sevenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .sevenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .sevenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .sevenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .sevenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .sevenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .sevenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .sevenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .sevenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .sevenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .sevenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .sevenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .sevenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .sevenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .sevenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .sevenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .sevenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .sevenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .sevenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .sevenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .sevenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .sevenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .sevenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .sevenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .sevenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .sevenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .sevenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .sevenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .sevenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .sevenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .sevenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .sevenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .sevenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .sevenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .sevenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .sevenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .sevenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .sevenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .sevenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .sevenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .sevenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .sevenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .sevenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .sevenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .sevenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .sevenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .sevenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .sevenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .sevenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .sevenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .sevenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .sevenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .sevenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .sevenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .sevenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .sevenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .sevenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .sevenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .sevenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .sevenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .sevenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .sevenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .sevenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .sevenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .sevenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .sevenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .sevenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .sevenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .sevenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .sevenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .sevenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .sevenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .sevenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .sevenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .sevenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sevenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sevenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .sevenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .sevenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sevenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sevenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sevenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sevenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sevenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .sevenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .sevenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sevenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sevenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .sevenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sevenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sevenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .sevenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .sevenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sevenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sevenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .sevenhundred\:bg-bottom{
    background-position: bottom;
  }

  .sevenhundred\:bg-center{
    background-position: center;
  }

  .sevenhundred\:bg-left{
    background-position: left;
  }

  .sevenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .sevenhundred\:bg-left-top{
    background-position: left top;
  }

  .sevenhundred\:bg-right{
    background-position: right;
  }

  .sevenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .sevenhundred\:bg-right-top{
    background-position: right top;
  }

  .sevenhundred\:bg-top{
    background-position: top;
  }

  .sevenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .sevenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sevenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sevenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sevenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .sevenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .sevenhundred\:bg-auto{
    background-size: auto;
  }

  .sevenhundred\:bg-cover{
    background-size: cover;
  }

  .sevenhundred\:bg-contain{
    background-size: contain;
  }

  .sevenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .sevenhundred\:border-separate{
    border-collapse: separate;
  }

  .sevenhundred\:border-transparent{
    border-color: transparent;
  }

  .sevenhundred\:border-current{
    border-color: currentColor;
  }

  .sevenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sevenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sevenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sevenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sevenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sevenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sevenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sevenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sevenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sevenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sevenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sevenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sevenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sevenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sevenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sevenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sevenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sevenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sevenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sevenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sevenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sevenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sevenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sevenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sevenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sevenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sevenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sevenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sevenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sevenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sevenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sevenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sevenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sevenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sevenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sevenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sevenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sevenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sevenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sevenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sevenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sevenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sevenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sevenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sevenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sevenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sevenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sevenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sevenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sevenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sevenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sevenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sevenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sevenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sevenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sevenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sevenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sevenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sevenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sevenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sevenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sevenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sevenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sevenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sevenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sevenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sevenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sevenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sevenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sevenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sevenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sevenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sevenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sevenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sevenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sevenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sevenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sevenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sevenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sevenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sevenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .sevenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sevenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .sevenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .sevenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sevenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sevenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .sevenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sevenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sevenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .sevenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .sevenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sevenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sevenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .sevenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sevenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sevenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .sevenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .sevenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sevenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sevenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .sevenhundred\:rounded-none{
    border-radius: 0;
  }

  .sevenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sevenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .sevenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .sevenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sevenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .sevenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .sevenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sevenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sevenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sevenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sevenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sevenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sevenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sevenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sevenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sevenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sevenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sevenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sevenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sevenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sevenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sevenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sevenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sevenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sevenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sevenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sevenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sevenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sevenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sevenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sevenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sevenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sevenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sevenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sevenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sevenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sevenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sevenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sevenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sevenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sevenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sevenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sevenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sevenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sevenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sevenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sevenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sevenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sevenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sevenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sevenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sevenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sevenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sevenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sevenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .sevenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .sevenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .sevenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .sevenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sevenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sevenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sevenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sevenhundred\:border-solid{
    border-style: solid;
  }

  .sevenhundred\:border-dashed{
    border-style: dashed;
  }

  .sevenhundred\:border-dotted{
    border-style: dotted;
  }

  .sevenhundred\:border-double{
    border-style: double;
  }

  .sevenhundred\:border-none{
    border-style: none;
  }

  .sevenhundred\:border-0{
    border-width: 0;
  }

  .sevenhundred\:border-2{
    border-width: 2px;
  }

  .sevenhundred\:border-4{
    border-width: 4px;
  }

  .sevenhundred\:border-8{
    border-width: 8px;
  }

  .sevenhundred\:border{
    border-width: 1px;
  }

  .sevenhundred\:border-t-0{
    border-top-width: 0;
  }

  .sevenhundred\:border-r-0{
    border-right-width: 0;
  }

  .sevenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .sevenhundred\:border-l-0{
    border-left-width: 0;
  }

  .sevenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .sevenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .sevenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .sevenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .sevenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .sevenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .sevenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .sevenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .sevenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .sevenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .sevenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .sevenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .sevenhundred\:border-t{
    border-top-width: 1px;
  }

  .sevenhundred\:border-r{
    border-right-width: 1px;
  }

  .sevenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .sevenhundred\:border-l{
    border-left-width: 1px;
  }

  .sevenhundred\:box-border{
    box-sizing: border-box;
  }

  .sevenhundred\:box-content{
    box-sizing: content-box;
  }

  .sevenhundred\:cursor-auto{
    cursor: auto;
  }

  .sevenhundred\:cursor-default{
    cursor: default;
  }

  .sevenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .sevenhundred\:cursor-wait{
    cursor: wait;
  }

  .sevenhundred\:cursor-text{
    cursor: text;
  }

  .sevenhundred\:cursor-move{
    cursor: move;
  }

  .sevenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sevenhundred\:block{
    display: block;
  }

  .sevenhundred\:inline-block{
    display: inline-block;
  }

  .sevenhundred\:inline{
    display: inline;
  }

  .sevenhundred\:flex{
    display: flex;
  }

  .sevenhundred\:inline-flex{
    display: inline-flex;
  }

  .sevenhundred\:table{
    display: table;
  }

  .sevenhundred\:table-caption{
    display: table-caption;
  }

  .sevenhundred\:table-cell{
    display: table-cell;
  }

  .sevenhundred\:table-column{
    display: table-column;
  }

  .sevenhundred\:table-column-group{
    display: table-column-group;
  }

  .sevenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .sevenhundred\:table-header-group{
    display: table-header-group;
  }

  .sevenhundred\:table-row-group{
    display: table-row-group;
  }

  .sevenhundred\:table-row{
    display: table-row;
  }

  .sevenhundred\:flow-root{
    display: flow-root;
  }

  .sevenhundred\:grid{
    display: grid;
  }

  .sevenhundred\:inline-grid{
    display: inline-grid;
  }

  .sevenhundred\:contents{
    display: contents;
  }

  .sevenhundred\:hidden{
    display: none;
  }

  .sevenhundred\:flex-row{
    flex-direction: row;
  }

  .sevenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sevenhundred\:flex-col{
    flex-direction: column;
  }

  .sevenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sevenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .sevenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sevenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sevenhundred\:place-items-auto{
    place-items: auto;
  }

  .sevenhundred\:place-items-start{
    place-items: start;
  }

  .sevenhundred\:place-items-end{
    place-items: end;
  }

  .sevenhundred\:place-items-center{
    place-items: center;
  }

  .sevenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .sevenhundred\:place-content-center{
    place-content: center;
  }

  .sevenhundred\:place-content-start{
    place-content: start;
  }

  .sevenhundred\:place-content-end{
    place-content: end;
  }

  .sevenhundred\:place-content-between{
    place-content: space-between;
  }

  .sevenhundred\:place-content-around{
    place-content: space-around;
  }

  .sevenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .sevenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .sevenhundred\:place-self-auto{
    place-self: auto;
  }

  .sevenhundred\:place-self-start{
    place-self: start;
  }

  .sevenhundred\:place-self-end{
    place-self: end;
  }

  .sevenhundred\:place-self-center{
    place-self: center;
  }

  .sevenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .sevenhundred\:items-start{
    align-items: flex-start;
  }

  .sevenhundred\:items-end{
    align-items: flex-end;
  }

  .sevenhundred\:items-center{
    align-items: center;
  }

  .sevenhundred\:items-baseline{
    align-items: baseline;
  }

  .sevenhundred\:items-stretch{
    align-items: stretch;
  }

  .sevenhundred\:content-center{
    align-content: center;
  }

  .sevenhundred\:content-start{
    align-content: flex-start;
  }

  .sevenhundred\:content-end{
    align-content: flex-end;
  }

  .sevenhundred\:content-between{
    align-content: space-between;
  }

  .sevenhundred\:content-around{
    align-content: space-around;
  }

  .sevenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .sevenhundred\:self-auto{
    align-self: auto;
  }

  .sevenhundred\:self-start{
    align-self: flex-start;
  }

  .sevenhundred\:self-end{
    align-self: flex-end;
  }

  .sevenhundred\:self-center{
    align-self: center;
  }

  .sevenhundred\:self-stretch{
    align-self: stretch;
  }

  .sevenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .sevenhundred\:justify-items-start{
    justify-items: start;
  }

  .sevenhundred\:justify-items-end{
    justify-items: end;
  }

  .sevenhundred\:justify-items-center{
    justify-items: center;
  }

  .sevenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .sevenhundred\:justify-start{
    justify-content: flex-start;
  }

  .sevenhundred\:justify-end{
    justify-content: flex-end;
  }

  .sevenhundred\:justify-center{
    justify-content: center;
  }

  .sevenhundred\:justify-between{
    justify-content: space-between;
  }

  .sevenhundred\:justify-around{
    justify-content: space-around;
  }

  .sevenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .sevenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .sevenhundred\:justify-self-start{
    justify-self: start;
  }

  .sevenhundred\:justify-self-end{
    justify-self: end;
  }

  .sevenhundred\:justify-self-center{
    justify-self: center;
  }

  .sevenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .sevenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .sevenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .sevenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .sevenhundred\:flex-none{
    flex: none;
  }

  .sevenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .sevenhundred\:flex-grow{
    flex-grow: 1;
  }

  .sevenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sevenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .sevenhundred\:order-1{
    order: 1;
  }

  .sevenhundred\:order-2{
    order: 2;
  }

  .sevenhundred\:order-3{
    order: 3;
  }

  .sevenhundred\:order-4{
    order: 4;
  }

  .sevenhundred\:order-5{
    order: 5;
  }

  .sevenhundred\:order-6{
    order: 6;
  }

  .sevenhundred\:order-7{
    order: 7;
  }

  .sevenhundred\:order-8{
    order: 8;
  }

  .sevenhundred\:order-9{
    order: 9;
  }

  .sevenhundred\:order-10{
    order: 10;
  }

  .sevenhundred\:order-11{
    order: 11;
  }

  .sevenhundred\:order-12{
    order: 12;
  }

  .sevenhundred\:order-first{
    order: -9999;
  }

  .sevenhundred\:order-last{
    order: 9999;
  }

  .sevenhundred\:order-none{
    order: 0;
  }

  .sevenhundred\:float-right{
    float: right;
  }

  .sevenhundred\:float-left{
    float: left;
  }

  .sevenhundred\:float-none{
    float: none;
  }

  .sevenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sevenhundred\:clear-left{
    clear: left;
  }

  .sevenhundred\:clear-right{
    clear: right;
  }

  .sevenhundred\:clear-both{
    clear: both;
  }

  .sevenhundred\:clear-none{
    clear: none;
  }

  .sevenhundred\: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";
  }

  .sevenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sevenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sevenhundred\:font-hairline{
    font-weight: 100;
  }

  .sevenhundred\:font-thin{
    font-weight: 200;
  }

  .sevenhundred\:font-light{
    font-weight: 300;
  }

  .sevenhundred\:font-normal{
    font-weight: 400;
  }

  .sevenhundred\:font-medium{
    font-weight: 500;
  }

  .sevenhundred\:font-semibold{
    font-weight: 600;
  }

  .sevenhundred\:font-bold{
    font-weight: 700;
  }

  .sevenhundred\:font-extrabold{
    font-weight: 800;
  }

  .sevenhundred\:font-black{
    font-weight: 900;
  }

  .sevenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sevenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sevenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sevenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sevenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sevenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sevenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sevenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sevenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sevenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sevenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sevenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sevenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sevenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sevenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sevenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sevenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sevenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sevenhundred\:h-0{
    height: 0;
  }

  .sevenhundred\:h-1{
    height: 0.25rem;
  }

  .sevenhundred\:h-2{
    height: 0.5rem;
  }

  .sevenhundred\:h-3{
    height: 0.75rem;
  }

  .sevenhundred\:h-4{
    height: 1rem;
  }

  .sevenhundred\:h-5{
    height: 1.25rem;
  }

  .sevenhundred\:h-6{
    height: 1.5rem;
  }

  .sevenhundred\:h-8{
    height: 2rem;
  }

  .sevenhundred\:h-10{
    height: 2.5rem;
  }

  .sevenhundred\:h-12{
    height: 3rem;
  }

  .sevenhundred\:h-16{
    height: 4rem;
  }

  .sevenhundred\:h-20{
    height: 5rem;
  }

  .sevenhundred\:h-24{
    height: 6rem;
  }

  .sevenhundred\:h-32{
    height: 8rem;
  }

  .sevenhundred\:h-40{
    height: 10rem;
  }

  .sevenhundred\:h-48{
    height: 12rem;
  }

  .sevenhundred\:h-56{
    height: 14rem;
  }

  .sevenhundred\:h-64{
    height: 16rem;
  }

  .sevenhundred\:h-72{
    height: 18rem;
  }

  .sevenhundred\:h-80{
    height: 20rem;
  }

  .sevenhundred\:h-88{
    height: 22rem;
  }

  .sevenhundred\:h-96{
    height: 24rem;
  }

  .sevenhundred\:h-104{
    height: 26rem;
  }

  .sevenhundred\:h-112{
    height: 28rem;
  }

  .sevenhundred\:h-128{
    height: 30rem;
  }

  .sevenhundred\:h-144{
    height: 34rem;
  }

  .sevenhundred\:h-160{
    height: 38rem;
  }

  .sevenhundred\:h-176{
    height: 42rem;
  }

  .sevenhundred\:h-192{
    height: 46rem;
  }

  .sevenhundred\:h-208{
    height: 50rem;
  }

  .sevenhundred\:h-224{
    height: 54rem;
  }

  .sevenhundred\:h-240{
    height: 58rem;
  }

  .sevenhundred\:h-256{
    height: 62rem;
  }

  .sevenhundred\:h-auto{
    height: auto;
  }

  .sevenhundred\:h-px{
    height: 1px;
  }

  .sevenhundred\:h-full{
    height: 100%;
  }

  .sevenhundred\:h-screen{
    height: 100vh;
  }

  .sevenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .sevenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .sevenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .sevenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .sevenhundred\:text-base{
    font-size: 1rem;
  }

  .sevenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .sevenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .sevenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .sevenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .sevenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .sevenhundred\:text-5xl{
    font-size: 3rem;
  }

  .sevenhundred\:text-6xl{
    font-size: 4rem;
  }

  .sevenhundred\:text-7xl{
    font-size: 6rem;
  }

  .sevenhundred\:text-8xl{
    font-size: 8rem;
  }

  .sevenhundred\:leading-3{
    line-height: .75rem;
  }

  .sevenhundred\:leading-4{
    line-height: 1rem;
  }

  .sevenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .sevenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .sevenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .sevenhundred\:leading-8{
    line-height: 2rem;
  }

  .sevenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .sevenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .sevenhundred\:leading-none{
    line-height: 1;
  }

  .sevenhundred\:leading-tight{
    line-height: 1.25;
  }

  .sevenhundred\:leading-snug{
    line-height: 1.375;
  }

  .sevenhundred\:leading-normal{
    line-height: 1.5;
  }

  .sevenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .sevenhundred\:leading-loose{
    line-height: 2;
  }

  .sevenhundred\:list-inside{
    list-style-position: inside;
  }

  .sevenhundred\:list-outside{
    list-style-position: outside;
  }

  .sevenhundred\:list-none{
    list-style-type: none;
  }

  .sevenhundred\:list-disc{
    list-style-type: disc;
  }

  .sevenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .sevenhundred\:m-0{
    margin: 0;
  }

  .sevenhundred\:m-1{
    margin: 0.25rem;
  }

  .sevenhundred\:m-2{
    margin: 0.5rem;
  }

  .sevenhundred\:m-3{
    margin: 0.75rem;
  }

  .sevenhundred\:m-4{
    margin: 1rem;
  }

  .sevenhundred\:m-5{
    margin: 1.25rem;
  }

  .sevenhundred\:m-6{
    margin: 1.5rem;
  }

  .sevenhundred\:m-8{
    margin: 2rem;
  }

  .sevenhundred\:m-10{
    margin: 2.5rem;
  }

  .sevenhundred\:m-12{
    margin: 3rem;
  }

  .sevenhundred\:m-16{
    margin: 4rem;
  }

  .sevenhundred\:m-20{
    margin: 5rem;
  }

  .sevenhundred\:m-24{
    margin: 6rem;
  }

  .sevenhundred\:m-32{
    margin: 8rem;
  }

  .sevenhundred\:m-40{
    margin: 10rem;
  }

  .sevenhundred\:m-48{
    margin: 12rem;
  }

  .sevenhundred\:m-56{
    margin: 14rem;
  }

  .sevenhundred\:m-64{
    margin: 16rem;
  }

  .sevenhundred\:m-72{
    margin: 18rem;
  }

  .sevenhundred\:m-80{
    margin: 20rem;
  }

  .sevenhundred\:m-88{
    margin: 22rem;
  }

  .sevenhundred\:m-96{
    margin: 24rem;
  }

  .sevenhundred\:m-104{
    margin: 26rem;
  }

  .sevenhundred\:m-112{
    margin: 28rem;
  }

  .sevenhundred\:m-128{
    margin: 30rem;
  }

  .sevenhundred\:m-144{
    margin: 34rem;
  }

  .sevenhundred\:m-160{
    margin: 38rem;
  }

  .sevenhundred\:m-176{
    margin: 42rem;
  }

  .sevenhundred\:m-192{
    margin: 46rem;
  }

  .sevenhundred\:m-208{
    margin: 50rem;
  }

  .sevenhundred\:m-224{
    margin: 54rem;
  }

  .sevenhundred\:m-240{
    margin: 58rem;
  }

  .sevenhundred\:m-256{
    margin: 62rem;
  }

  .sevenhundred\:m-auto{
    margin: auto;
  }

  .sevenhundred\:m-px{
    margin: 1px;
  }

  .sevenhundred\:-m-1{
    margin: -0.25rem;
  }

  .sevenhundred\:-m-2{
    margin: -0.5rem;
  }

  .sevenhundred\:-m-3{
    margin: -0.75rem;
  }

  .sevenhundred\:-m-4{
    margin: -1rem;
  }

  .sevenhundred\:-m-5{
    margin: -1.25rem;
  }

  .sevenhundred\:-m-6{
    margin: -1.5rem;
  }

  .sevenhundred\:-m-8{
    margin: -2rem;
  }

  .sevenhundred\:-m-10{
    margin: -2.5rem;
  }

  .sevenhundred\:-m-12{
    margin: -3rem;
  }

  .sevenhundred\:-m-16{
    margin: -4rem;
  }

  .sevenhundred\:-m-20{
    margin: -5rem;
  }

  .sevenhundred\:-m-24{
    margin: -6rem;
  }

  .sevenhundred\:-m-32{
    margin: -8rem;
  }

  .sevenhundred\:-m-40{
    margin: -10rem;
  }

  .sevenhundred\:-m-48{
    margin: -12rem;
  }

  .sevenhundred\:-m-56{
    margin: -14rem;
  }

  .sevenhundred\:-m-64{
    margin: -16rem;
  }

  .sevenhundred\:-m-72{
    margin: -18rem;
  }

  .sevenhundred\:-m-80{
    margin: -20rem;
  }

  .sevenhundred\:-m-88{
    margin: -22rem;
  }

  .sevenhundred\:-m-96{
    margin: -24rem;
  }

  .sevenhundred\:-m-104{
    margin: -26rem;
  }

  .sevenhundred\:-m-112{
    margin: -28rem;
  }

  .sevenhundred\:-m-128{
    margin: -30rem;
  }

  .sevenhundred\:-m-144{
    margin: -34rem;
  }

  .sevenhundred\:-m-160{
    margin: -38rem;
  }

  .sevenhundred\:-m-176{
    margin: -42rem;
  }

  .sevenhundred\:-m-192{
    margin: -46rem;
  }

  .sevenhundred\:-m-208{
    margin: -50rem;
  }

  .sevenhundred\:-m-224{
    margin: -54rem;
  }

  .sevenhundred\:-m-240{
    margin: -58rem;
  }

  .sevenhundred\:-m-256{
    margin: -62rem;
  }

  .sevenhundred\:-m-px{
    margin: -1px;
  }

  .sevenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sevenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sevenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sevenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sevenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sevenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sevenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sevenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sevenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sevenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sevenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sevenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sevenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sevenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sevenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sevenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sevenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sevenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sevenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sevenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sevenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sevenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sevenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sevenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sevenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sevenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sevenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sevenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sevenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sevenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sevenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sevenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sevenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sevenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sevenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sevenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sevenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sevenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sevenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sevenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sevenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sevenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sevenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sevenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sevenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sevenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sevenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sevenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sevenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sevenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sevenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sevenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sevenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sevenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sevenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .sevenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .sevenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sevenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sevenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .sevenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .sevenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .sevenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .sevenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .sevenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .sevenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .sevenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .sevenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sevenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sevenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sevenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sevenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sevenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sevenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sevenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sevenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sevenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sevenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sevenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sevenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sevenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sevenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sevenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sevenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sevenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sevenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sevenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sevenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sevenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sevenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sevenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sevenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sevenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sevenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sevenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sevenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sevenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sevenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sevenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sevenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sevenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sevenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sevenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sevenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sevenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sevenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sevenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sevenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sevenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sevenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sevenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sevenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sevenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sevenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sevenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sevenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sevenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sevenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sevenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sevenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sevenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sevenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sevenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sevenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .sevenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .sevenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sevenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sevenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .sevenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .sevenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .sevenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .sevenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .sevenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .sevenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .sevenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .sevenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sevenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sevenhundred\:mt-0{
    margin-top: 0;
  }

  .sevenhundred\:mr-0{
    margin-right: 0;
  }

  .sevenhundred\:mb-0{
    margin-bottom: 0;
  }

  .sevenhundred\:ml-0{
    margin-left: 0;
  }

  .sevenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .sevenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .sevenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sevenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .sevenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .sevenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .sevenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sevenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .sevenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .sevenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .sevenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sevenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .sevenhundred\:mt-4{
    margin-top: 1rem;
  }

  .sevenhundred\:mr-4{
    margin-right: 1rem;
  }

  .sevenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .sevenhundred\:ml-4{
    margin-left: 1rem;
  }

  .sevenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .sevenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .sevenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sevenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .sevenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .sevenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .sevenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sevenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .sevenhundred\:mt-8{
    margin-top: 2rem;
  }

  .sevenhundred\:mr-8{
    margin-right: 2rem;
  }

  .sevenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .sevenhundred\:ml-8{
    margin-left: 2rem;
  }

  .sevenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .sevenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .sevenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sevenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .sevenhundred\:mt-12{
    margin-top: 3rem;
  }

  .sevenhundred\:mr-12{
    margin-right: 3rem;
  }

  .sevenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .sevenhundred\:ml-12{
    margin-left: 3rem;
  }

  .sevenhundred\:mt-16{
    margin-top: 4rem;
  }

  .sevenhundred\:mr-16{
    margin-right: 4rem;
  }

  .sevenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .sevenhundred\:ml-16{
    margin-left: 4rem;
  }

  .sevenhundred\:mt-20{
    margin-top: 5rem;
  }

  .sevenhundred\:mr-20{
    margin-right: 5rem;
  }

  .sevenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .sevenhundred\:ml-20{
    margin-left: 5rem;
  }

  .sevenhundred\:mt-24{
    margin-top: 6rem;
  }

  .sevenhundred\:mr-24{
    margin-right: 6rem;
  }

  .sevenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .sevenhundred\:ml-24{
    margin-left: 6rem;
  }

  .sevenhundred\:mt-32{
    margin-top: 8rem;
  }

  .sevenhundred\:mr-32{
    margin-right: 8rem;
  }

  .sevenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .sevenhundred\:ml-32{
    margin-left: 8rem;
  }

  .sevenhundred\:mt-40{
    margin-top: 10rem;
  }

  .sevenhundred\:mr-40{
    margin-right: 10rem;
  }

  .sevenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .sevenhundred\:ml-40{
    margin-left: 10rem;
  }

  .sevenhundred\:mt-48{
    margin-top: 12rem;
  }

  .sevenhundred\:mr-48{
    margin-right: 12rem;
  }

  .sevenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .sevenhundred\:ml-48{
    margin-left: 12rem;
  }

  .sevenhundred\:mt-56{
    margin-top: 14rem;
  }

  .sevenhundred\:mr-56{
    margin-right: 14rem;
  }

  .sevenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .sevenhundred\:ml-56{
    margin-left: 14rem;
  }

  .sevenhundred\:mt-64{
    margin-top: 16rem;
  }

  .sevenhundred\:mr-64{
    margin-right: 16rem;
  }

  .sevenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .sevenhundred\:ml-64{
    margin-left: 16rem;
  }

  .sevenhundred\:mt-72{
    margin-top: 18rem;
  }

  .sevenhundred\:mr-72{
    margin-right: 18rem;
  }

  .sevenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .sevenhundred\:ml-72{
    margin-left: 18rem;
  }

  .sevenhundred\:mt-80{
    margin-top: 20rem;
  }

  .sevenhundred\:mr-80{
    margin-right: 20rem;
  }

  .sevenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .sevenhundred\:ml-80{
    margin-left: 20rem;
  }

  .sevenhundred\:mt-88{
    margin-top: 22rem;
  }

  .sevenhundred\:mr-88{
    margin-right: 22rem;
  }

  .sevenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .sevenhundred\:ml-88{
    margin-left: 22rem;
  }

  .sevenhundred\:mt-96{
    margin-top: 24rem;
  }

  .sevenhundred\:mr-96{
    margin-right: 24rem;
  }

  .sevenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .sevenhundred\:ml-96{
    margin-left: 24rem;
  }

  .sevenhundred\:mt-104{
    margin-top: 26rem;
  }

  .sevenhundred\:mr-104{
    margin-right: 26rem;
  }

  .sevenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .sevenhundred\:ml-104{
    margin-left: 26rem;
  }

  .sevenhundred\:mt-112{
    margin-top: 28rem;
  }

  .sevenhundred\:mr-112{
    margin-right: 28rem;
  }

  .sevenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .sevenhundred\:ml-112{
    margin-left: 28rem;
  }

  .sevenhundred\:mt-128{
    margin-top: 30rem;
  }

  .sevenhundred\:mr-128{
    margin-right: 30rem;
  }

  .sevenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .sevenhundred\:ml-128{
    margin-left: 30rem;
  }

  .sevenhundred\:mt-144{
    margin-top: 34rem;
  }

  .sevenhundred\:mr-144{
    margin-right: 34rem;
  }

  .sevenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .sevenhundred\:ml-144{
    margin-left: 34rem;
  }

  .sevenhundred\:mt-160{
    margin-top: 38rem;
  }

  .sevenhundred\:mr-160{
    margin-right: 38rem;
  }

  .sevenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .sevenhundred\:ml-160{
    margin-left: 38rem;
  }

  .sevenhundred\:mt-176{
    margin-top: 42rem;
  }

  .sevenhundred\:mr-176{
    margin-right: 42rem;
  }

  .sevenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .sevenhundred\:ml-176{
    margin-left: 42rem;
  }

  .sevenhundred\:mt-192{
    margin-top: 46rem;
  }

  .sevenhundred\:mr-192{
    margin-right: 46rem;
  }

  .sevenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .sevenhundred\:ml-192{
    margin-left: 46rem;
  }

  .sevenhundred\:mt-208{
    margin-top: 50rem;
  }

  .sevenhundred\:mr-208{
    margin-right: 50rem;
  }

  .sevenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .sevenhundred\:ml-208{
    margin-left: 50rem;
  }

  .sevenhundred\:mt-224{
    margin-top: 54rem;
  }

  .sevenhundred\:mr-224{
    margin-right: 54rem;
  }

  .sevenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .sevenhundred\:ml-224{
    margin-left: 54rem;
  }

  .sevenhundred\:mt-240{
    margin-top: 58rem;
  }

  .sevenhundred\:mr-240{
    margin-right: 58rem;
  }

  .sevenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .sevenhundred\:ml-240{
    margin-left: 58rem;
  }

  .sevenhundred\:mt-256{
    margin-top: 62rem;
  }

  .sevenhundred\:mr-256{
    margin-right: 62rem;
  }

  .sevenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .sevenhundred\:ml-256{
    margin-left: 62rem;
  }

  .sevenhundred\:mt-auto{
    margin-top: auto;
  }

  .sevenhundred\:mr-auto{
    margin-right: auto;
  }

  .sevenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .sevenhundred\:ml-auto{
    margin-left: auto;
  }

  .sevenhundred\:mt-px{
    margin-top: 1px;
  }

  .sevenhundred\:mr-px{
    margin-right: 1px;
  }

  .sevenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .sevenhundred\:ml-px{
    margin-left: 1px;
  }

  .sevenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .sevenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .sevenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sevenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .sevenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .sevenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .sevenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sevenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .sevenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .sevenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .sevenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sevenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .sevenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .sevenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .sevenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .sevenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .sevenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .sevenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .sevenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sevenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .sevenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .sevenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .sevenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sevenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .sevenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .sevenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .sevenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .sevenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .sevenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .sevenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .sevenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sevenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .sevenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .sevenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .sevenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .sevenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .sevenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .sevenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .sevenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .sevenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .sevenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .sevenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .sevenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .sevenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .sevenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .sevenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .sevenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .sevenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .sevenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .sevenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .sevenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .sevenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .sevenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .sevenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .sevenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .sevenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .sevenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .sevenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .sevenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .sevenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .sevenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .sevenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .sevenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .sevenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .sevenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .sevenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .sevenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .sevenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .sevenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .sevenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .sevenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .sevenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .sevenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .sevenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .sevenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .sevenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .sevenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .sevenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .sevenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .sevenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .sevenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .sevenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .sevenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .sevenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .sevenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .sevenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .sevenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .sevenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .sevenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .sevenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .sevenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .sevenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .sevenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .sevenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .sevenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .sevenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .sevenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .sevenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .sevenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .sevenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .sevenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .sevenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .sevenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .sevenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .sevenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .sevenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .sevenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .sevenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .sevenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .sevenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .sevenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .sevenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .sevenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .sevenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .sevenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .sevenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .sevenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .sevenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .sevenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .sevenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .sevenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .sevenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .sevenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .sevenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .sevenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .sevenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .sevenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .sevenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .sevenhundred\:-mt-px{
    margin-top: -1px;
  }

  .sevenhundred\:-mr-px{
    margin-right: -1px;
  }

  .sevenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .sevenhundred\:-ml-px{
    margin-left: -1px;
  }

  .sevenhundred\:max-h-full{
    max-height: 100%;
  }

  .sevenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .sevenhundred\:max-w-none{
    max-width: none;
  }

  .sevenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .sevenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .sevenhundred\:max-w-md{
    max-width: 28rem;
  }

  .sevenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .sevenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .sevenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .sevenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .sevenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .sevenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .sevenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .sevenhundred\:max-w-full{
    max-width: 100%;
  }

  .sevenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .sevenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .sevenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sevenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sevenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .sevenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .sevenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .sevenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .sevenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .sevenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .sevenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .sevenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .sevenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .sevenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .sevenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .sevenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .sevenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .sevenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .sevenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .sevenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .sevenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .sevenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .sevenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .sevenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .sevenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .sevenhundred\:min-h-0{
    min-height: 0;
  }

  .sevenhundred\:min-h-full{
    min-height: 100%;
  }

  .sevenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .sevenhundred\:min-w-0{
    min-width: 0;
  }

  .sevenhundred\:min-w-80{
    min-width: 20rem;
  }

  .sevenhundred\:min-w-full{
    min-width: 100%;
  }

  .sevenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sevenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sevenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sevenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sevenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sevenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sevenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sevenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sevenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sevenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sevenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sevenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sevenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sevenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sevenhundred\:opacity-0{
    opacity: 0;
  }

  .sevenhundred\:opacity-25{
    opacity: 0.25;
  }

  .sevenhundred\:opacity-30{
    opacity: 0.3;
  }

  .sevenhundred\:opacity-40{
    opacity: 0.4;
  }

  .sevenhundred\:opacity-50{
    opacity: 0.5;
  }

  .sevenhundred\:opacity-75{
    opacity: 0.75;
  }

  .sevenhundred\:opacity-100{
    opacity: 1;
  }

  .sevenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sevenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sevenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sevenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sevenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sevenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sevenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sevenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sevenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sevenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sevenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sevenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sevenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sevenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sevenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .sevenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .sevenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .sevenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .sevenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .sevenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .sevenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .sevenhundred\:overflow-auto{
    overflow: auto;
  }

  .sevenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .sevenhundred\:overflow-visible{
    overflow: visible;
  }

  .sevenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .sevenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .sevenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .sevenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sevenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sevenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .sevenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .sevenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sevenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sevenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sevenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sevenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sevenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sevenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sevenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sevenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sevenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sevenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sevenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sevenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sevenhundred\:p-0{
    padding: 0;
  }

  .sevenhundred\:p-1{
    padding: 0.25rem;
  }

  .sevenhundred\:p-2{
    padding: 0.5rem;
  }

  .sevenhundred\:p-3{
    padding: 0.75rem;
  }

  .sevenhundred\:p-4{
    padding: 1rem;
  }

  .sevenhundred\:p-5{
    padding: 1.25rem;
  }

  .sevenhundred\:p-6{
    padding: 1.5rem;
  }

  .sevenhundred\:p-8{
    padding: 2rem;
  }

  .sevenhundred\:p-10{
    padding: 2.5rem;
  }

  .sevenhundred\:p-12{
    padding: 3rem;
  }

  .sevenhundred\:p-16{
    padding: 4rem;
  }

  .sevenhundred\:p-20{
    padding: 5rem;
  }

  .sevenhundred\:p-24{
    padding: 6rem;
  }

  .sevenhundred\:p-32{
    padding: 8rem;
  }

  .sevenhundred\:p-40{
    padding: 10rem;
  }

  .sevenhundred\:p-48{
    padding: 12rem;
  }

  .sevenhundred\:p-56{
    padding: 14rem;
  }

  .sevenhundred\:p-64{
    padding: 16rem;
  }

  .sevenhundred\:p-72{
    padding: 18rem;
  }

  .sevenhundred\:p-80{
    padding: 20rem;
  }

  .sevenhundred\:p-88{
    padding: 22rem;
  }

  .sevenhundred\:p-96{
    padding: 24rem;
  }

  .sevenhundred\:p-104{
    padding: 26rem;
  }

  .sevenhundred\:p-112{
    padding: 28rem;
  }

  .sevenhundred\:p-128{
    padding: 30rem;
  }

  .sevenhundred\:p-144{
    padding: 34rem;
  }

  .sevenhundred\:p-160{
    padding: 38rem;
  }

  .sevenhundred\:p-176{
    padding: 42rem;
  }

  .sevenhundred\:p-192{
    padding: 46rem;
  }

  .sevenhundred\:p-208{
    padding: 50rem;
  }

  .sevenhundred\:p-224{
    padding: 54rem;
  }

  .sevenhundred\:p-240{
    padding: 58rem;
  }

  .sevenhundred\:p-256{
    padding: 62rem;
  }

  .sevenhundred\:p-px{
    padding: 1px;
  }

  .sevenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sevenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sevenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sevenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sevenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sevenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sevenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sevenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sevenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sevenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sevenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sevenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sevenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sevenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sevenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sevenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sevenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sevenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sevenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sevenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sevenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sevenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sevenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sevenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sevenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sevenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sevenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sevenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sevenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sevenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sevenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sevenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sevenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sevenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sevenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sevenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sevenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sevenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sevenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sevenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sevenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sevenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sevenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sevenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sevenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .sevenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .sevenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sevenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .sevenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sevenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sevenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .sevenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .sevenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sevenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sevenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sevenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .sevenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .sevenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .sevenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .sevenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .sevenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .sevenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .sevenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .sevenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .sevenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .sevenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .sevenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sevenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sevenhundred\:pt-0{
    padding-top: 0;
  }

  .sevenhundred\:pr-0{
    padding-right: 0;
  }

  .sevenhundred\:pb-0{
    padding-bottom: 0;
  }

  .sevenhundred\:pl-0{
    padding-left: 0;
  }

  .sevenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .sevenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .sevenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sevenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .sevenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .sevenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .sevenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sevenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .sevenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .sevenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .sevenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sevenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .sevenhundred\:pt-4{
    padding-top: 1rem;
  }

  .sevenhundred\:pr-4{
    padding-right: 1rem;
  }

  .sevenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .sevenhundred\:pl-4{
    padding-left: 1rem;
  }

  .sevenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .sevenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .sevenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sevenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .sevenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .sevenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .sevenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sevenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .sevenhundred\:pt-8{
    padding-top: 2rem;
  }

  .sevenhundred\:pr-8{
    padding-right: 2rem;
  }

  .sevenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .sevenhundred\:pl-8{
    padding-left: 2rem;
  }

  .sevenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .sevenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .sevenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sevenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .sevenhundred\:pt-12{
    padding-top: 3rem;
  }

  .sevenhundred\:pr-12{
    padding-right: 3rem;
  }

  .sevenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .sevenhundred\:pl-12{
    padding-left: 3rem;
  }

  .sevenhundred\:pt-16{
    padding-top: 4rem;
  }

  .sevenhundred\:pr-16{
    padding-right: 4rem;
  }

  .sevenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .sevenhundred\:pl-16{
    padding-left: 4rem;
  }

  .sevenhundred\:pt-20{
    padding-top: 5rem;
  }

  .sevenhundred\:pr-20{
    padding-right: 5rem;
  }

  .sevenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .sevenhundred\:pl-20{
    padding-left: 5rem;
  }

  .sevenhundred\:pt-24{
    padding-top: 6rem;
  }

  .sevenhundred\:pr-24{
    padding-right: 6rem;
  }

  .sevenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .sevenhundred\:pl-24{
    padding-left: 6rem;
  }

  .sevenhundred\:pt-32{
    padding-top: 8rem;
  }

  .sevenhundred\:pr-32{
    padding-right: 8rem;
  }

  .sevenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .sevenhundred\:pl-32{
    padding-left: 8rem;
  }

  .sevenhundred\:pt-40{
    padding-top: 10rem;
  }

  .sevenhundred\:pr-40{
    padding-right: 10rem;
  }

  .sevenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .sevenhundred\:pl-40{
    padding-left: 10rem;
  }

  .sevenhundred\:pt-48{
    padding-top: 12rem;
  }

  .sevenhundred\:pr-48{
    padding-right: 12rem;
  }

  .sevenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .sevenhundred\:pl-48{
    padding-left: 12rem;
  }

  .sevenhundred\:pt-56{
    padding-top: 14rem;
  }

  .sevenhundred\:pr-56{
    padding-right: 14rem;
  }

  .sevenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .sevenhundred\:pl-56{
    padding-left: 14rem;
  }

  .sevenhundred\:pt-64{
    padding-top: 16rem;
  }

  .sevenhundred\:pr-64{
    padding-right: 16rem;
  }

  .sevenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .sevenhundred\:pl-64{
    padding-left: 16rem;
  }

  .sevenhundred\:pt-72{
    padding-top: 18rem;
  }

  .sevenhundred\:pr-72{
    padding-right: 18rem;
  }

  .sevenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .sevenhundred\:pl-72{
    padding-left: 18rem;
  }

  .sevenhundred\:pt-80{
    padding-top: 20rem;
  }

  .sevenhundred\:pr-80{
    padding-right: 20rem;
  }

  .sevenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .sevenhundred\:pl-80{
    padding-left: 20rem;
  }

  .sevenhundred\:pt-88{
    padding-top: 22rem;
  }

  .sevenhundred\:pr-88{
    padding-right: 22rem;
  }

  .sevenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .sevenhundred\:pl-88{
    padding-left: 22rem;
  }

  .sevenhundred\:pt-96{
    padding-top: 24rem;
  }

  .sevenhundred\:pr-96{
    padding-right: 24rem;
  }

  .sevenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .sevenhundred\:pl-96{
    padding-left: 24rem;
  }

  .sevenhundred\:pt-104{
    padding-top: 26rem;
  }

  .sevenhundred\:pr-104{
    padding-right: 26rem;
  }

  .sevenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .sevenhundred\:pl-104{
    padding-left: 26rem;
  }

  .sevenhundred\:pt-112{
    padding-top: 28rem;
  }

  .sevenhundred\:pr-112{
    padding-right: 28rem;
  }

  .sevenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .sevenhundred\:pl-112{
    padding-left: 28rem;
  }

  .sevenhundred\:pt-128{
    padding-top: 30rem;
  }

  .sevenhundred\:pr-128{
    padding-right: 30rem;
  }

  .sevenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .sevenhundred\:pl-128{
    padding-left: 30rem;
  }

  .sevenhundred\:pt-144{
    padding-top: 34rem;
  }

  .sevenhundred\:pr-144{
    padding-right: 34rem;
  }

  .sevenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .sevenhundred\:pl-144{
    padding-left: 34rem;
  }

  .sevenhundred\:pt-160{
    padding-top: 38rem;
  }

  .sevenhundred\:pr-160{
    padding-right: 38rem;
  }

  .sevenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .sevenhundred\:pl-160{
    padding-left: 38rem;
  }

  .sevenhundred\:pt-176{
    padding-top: 42rem;
  }

  .sevenhundred\:pr-176{
    padding-right: 42rem;
  }

  .sevenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .sevenhundred\:pl-176{
    padding-left: 42rem;
  }

  .sevenhundred\:pt-192{
    padding-top: 46rem;
  }

  .sevenhundred\:pr-192{
    padding-right: 46rem;
  }

  .sevenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .sevenhundred\:pl-192{
    padding-left: 46rem;
  }

  .sevenhundred\:pt-208{
    padding-top: 50rem;
  }

  .sevenhundred\:pr-208{
    padding-right: 50rem;
  }

  .sevenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .sevenhundred\:pl-208{
    padding-left: 50rem;
  }

  .sevenhundred\:pt-224{
    padding-top: 54rem;
  }

  .sevenhundred\:pr-224{
    padding-right: 54rem;
  }

  .sevenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .sevenhundred\:pl-224{
    padding-left: 54rem;
  }

  .sevenhundred\:pt-240{
    padding-top: 58rem;
  }

  .sevenhundred\:pr-240{
    padding-right: 58rem;
  }

  .sevenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .sevenhundred\:pl-240{
    padding-left: 58rem;
  }

  .sevenhundred\:pt-256{
    padding-top: 62rem;
  }

  .sevenhundred\:pr-256{
    padding-right: 62rem;
  }

  .sevenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .sevenhundred\:pl-256{
    padding-left: 62rem;
  }

  .sevenhundred\:pt-px{
    padding-top: 1px;
  }

  .sevenhundred\:pr-px{
    padding-right: 1px;
  }

  .sevenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .sevenhundred\:pl-px{
    padding-left: 1px;
  }

  .sevenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sevenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sevenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sevenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sevenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sevenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sevenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sevenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sevenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sevenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sevenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sevenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sevenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sevenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sevenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sevenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sevenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sevenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sevenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sevenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .sevenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .sevenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .sevenhundred\:static{
    position: static;
  }

  .sevenhundred\:fixed{
    position: fixed;
  }

  .sevenhundred\:absolute{
    position: absolute;
  }

  .sevenhundred\:relative{
    position: relative;
  }

  .sevenhundred\:sticky{
    position: sticky;
  }

  .sevenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sevenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sevenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sevenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sevenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sevenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sevenhundred\:top-0{
    top: 0;
  }

  .sevenhundred\:right-0{
    right: 0;
  }

  .sevenhundred\:bottom-0{
    bottom: 0;
  }

  .sevenhundred\:left-0{
    left: 0;
  }

  .sevenhundred\:top-auto{
    top: auto;
  }

  .sevenhundred\:right-auto{
    right: auto;
  }

  .sevenhundred\:bottom-auto{
    bottom: auto;
  }

  .sevenhundred\:left-auto{
    left: auto;
  }

  .sevenhundred\:resize-none{
    resize: none;
  }

  .sevenhundred\:resize-y{
    resize: vertical;
  }

  .sevenhundred\:resize-x{
    resize: horizontal;
  }

  .sevenhundred\:resize{
    resize: both;
  }

  .sevenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sevenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sevenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:shadow-none{
    box-shadow: none;
  }

  .sevenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sevenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sevenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sevenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sevenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sevenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sevenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sevenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sevenhundred\:fill-current{
    fill: currentColor;
  }

  .sevenhundred\:stroke-current{
    stroke: currentColor;
  }

  .sevenhundred\:stroke-0{
    stroke-width: 0;
  }

  .sevenhundred\:stroke-1{
    stroke-width: 1;
  }

  .sevenhundred\:stroke-2{
    stroke-width: 2;
  }

  .sevenhundred\:table-auto{
    table-layout: auto;
  }

  .sevenhundred\:table-fixed{
    table-layout: fixed;
  }

  .sevenhundred\:text-left{
    text-align: left;
  }

  .sevenhundred\:text-center{
    text-align: center;
  }

  .sevenhundred\:text-right{
    text-align: right;
  }

  .sevenhundred\:text-justify{
    text-align: justify;
  }

  .sevenhundred\:text-transparent{
    color: transparent;
  }

  .sevenhundred\:text-current{
    color: currentColor;
  }

  .sevenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sevenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sevenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sevenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sevenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sevenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sevenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sevenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sevenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sevenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sevenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sevenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sevenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sevenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sevenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sevenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sevenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sevenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sevenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sevenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sevenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sevenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sevenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sevenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sevenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sevenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sevenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sevenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sevenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sevenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sevenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sevenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sevenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sevenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sevenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sevenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sevenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sevenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sevenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sevenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sevenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sevenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sevenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sevenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sevenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sevenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sevenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sevenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sevenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sevenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sevenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sevenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sevenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sevenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sevenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sevenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sevenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sevenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sevenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sevenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sevenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sevenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sevenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sevenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sevenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sevenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sevenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sevenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sevenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sevenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sevenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sevenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sevenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sevenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sevenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .sevenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sevenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sevenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .sevenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sevenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sevenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sevenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .sevenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sevenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .sevenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sevenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .sevenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .sevenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sevenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .sevenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .sevenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sevenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sevenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .sevenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .sevenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sevenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sevenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .sevenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sevenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sevenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .sevenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .sevenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sevenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sevenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .sevenhundred\:italic{
    font-style: italic;
  }

  .sevenhundred\:not-italic{
    font-style: normal;
  }

  .sevenhundred\:uppercase{
    text-transform: uppercase;
  }

  .sevenhundred\:lowercase{
    text-transform: lowercase;
  }

  .sevenhundred\:capitalize{
    text-transform: capitalize;
  }

  .sevenhundred\:normal-case{
    text-transform: none;
  }

  .sevenhundred\:underline{
    text-decoration: underline;
  }

  .sevenhundred\:line-through{
    text-decoration: line-through;
  }

  .sevenhundred\:no-underline{
    text-decoration: none;
  }

  .sevenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sevenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sevenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sevenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sevenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sevenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sevenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sevenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sevenhundred\:ordinal, .sevenhundred\:slashed-zero, .sevenhundred\:lining-nums, .sevenhundred\:oldstyle-nums, .sevenhundred\:proportional-nums, .sevenhundred\:tabular-nums, .sevenhundred\:diagonal-fractions, .sevenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sevenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .sevenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .sevenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sevenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .sevenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sevenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sevenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sevenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sevenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sevenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sevenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sevenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .sevenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sevenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sevenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sevenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sevenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sevenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sevenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sevenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .sevenhundred\:align-top{
    vertical-align: top;
  }

  .sevenhundred\:align-middle{
    vertical-align: middle;
  }

  .sevenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .sevenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .sevenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sevenhundred\:visible{
    visibility: visible;
  }

  .sevenhundred\:invisible{
    visibility: hidden;
  }

  .sevenhundred\:whitespace-normal{
    white-space: normal;
  }

  .sevenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sevenhundred\:whitespace-pre{
    white-space: pre;
  }

  .sevenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sevenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sevenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sevenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sevenhundred\:break-all{
    word-break: break-all;
  }

  .sevenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sevenhundred\:w-0{
    width: 0;
  }

  .sevenhundred\:w-1{
    width: 0.25rem;
  }

  .sevenhundred\:w-2{
    width: 0.5rem;
  }

  .sevenhundred\:w-3{
    width: 0.75rem;
  }

  .sevenhundred\:w-4{
    width: 1rem;
  }

  .sevenhundred\:w-5{
    width: 1.25rem;
  }

  .sevenhundred\:w-6{
    width: 1.5rem;
  }

  .sevenhundred\:w-8{
    width: 2rem;
  }

  .sevenhundred\:w-10{
    width: 2.5rem;
  }

  .sevenhundred\:w-12{
    width: 3rem;
  }

  .sevenhundred\:w-16{
    width: 4rem;
  }

  .sevenhundred\:w-20{
    width: 5rem;
  }

  .sevenhundred\:w-24{
    width: 6rem;
  }

  .sevenhundred\:w-32{
    width: 8rem;
  }

  .sevenhundred\:w-40{
    width: 10rem;
  }

  .sevenhundred\:w-48{
    width: 12rem;
  }

  .sevenhundred\:w-56{
    width: 14rem;
  }

  .sevenhundred\:w-64{
    width: 16rem;
  }

  .sevenhundred\:w-72{
    width: 18rem;
  }

  .sevenhundred\:w-80{
    width: 20rem;
  }

  .sevenhundred\:w-88{
    width: 22rem;
  }

  .sevenhundred\:w-96{
    width: 24rem;
  }

  .sevenhundred\:w-104{
    width: 26rem;
  }

  .sevenhundred\:w-112{
    width: 28rem;
  }

  .sevenhundred\:w-128{
    width: 30rem;
  }

  .sevenhundred\:w-144{
    width: 34rem;
  }

  .sevenhundred\:w-160{
    width: 38rem;
  }

  .sevenhundred\:w-176{
    width: 42rem;
  }

  .sevenhundred\:w-192{
    width: 46rem;
  }

  .sevenhundred\:w-208{
    width: 50rem;
  }

  .sevenhundred\:w-224{
    width: 54rem;
  }

  .sevenhundred\:w-240{
    width: 58rem;
  }

  .sevenhundred\:w-256{
    width: 62rem;
  }

  .sevenhundred\:w-auto{
    width: auto;
  }

  .sevenhundred\:w-px{
    width: 1px;
  }

  .sevenhundred\:w-1\/2{
    width: 50%;
  }

  .sevenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .sevenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .sevenhundred\:w-1\/4{
    width: 25%;
  }

  .sevenhundred\:w-2\/4{
    width: 50%;
  }

  .sevenhundred\:w-3\/4{
    width: 75%;
  }

  .sevenhundred\:w-1\/5{
    width: 20%;
  }

  .sevenhundred\:w-2\/5{
    width: 40%;
  }

  .sevenhundred\:w-3\/5{
    width: 60%;
  }

  .sevenhundred\:w-4\/5{
    width: 80%;
  }

  .sevenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .sevenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .sevenhundred\:w-3\/6{
    width: 50%;
  }

  .sevenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .sevenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .sevenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .sevenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .sevenhundred\:w-3\/12{
    width: 25%;
  }

  .sevenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .sevenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .sevenhundred\:w-6\/12{
    width: 50%;
  }

  .sevenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .sevenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .sevenhundred\:w-9\/12{
    width: 75%;
  }

  .sevenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .sevenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .sevenhundred\:w-full{
    width: 100%;
  }

  .sevenhundred\:w-screen{
    width: 100vw;
  }

  .sevenhundred\:z-0{
    z-index: 0;
  }

  .sevenhundred\:z-10{
    z-index: 10;
  }

  .sevenhundred\:z-20{
    z-index: 20;
  }

  .sevenhundred\:z-30{
    z-index: 30;
  }

  .sevenhundred\:z-40{
    z-index: 40;
  }

  .sevenhundred\:z-50{
    z-index: 50;
  }

  .sevenhundred\:z-auto{
    z-index: auto;
  }

  .sevenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sevenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sevenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sevenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sevenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sevenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sevenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sevenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sevenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sevenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sevenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sevenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sevenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sevenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sevenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sevenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sevenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sevenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sevenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .sevenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .sevenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .sevenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .sevenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .sevenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .sevenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .sevenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .sevenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .sevenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .sevenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .sevenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .sevenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .sevenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .sevenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .sevenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sevenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sevenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sevenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sevenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sevenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sevenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sevenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sevenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sevenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sevenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sevenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sevenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sevenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sevenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sevenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sevenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sevenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sevenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sevenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sevenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sevenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sevenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sevenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sevenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sevenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sevenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sevenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sevenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sevenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sevenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sevenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sevenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sevenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sevenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sevenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sevenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sevenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sevenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sevenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sevenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sevenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sevenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sevenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sevenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sevenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sevenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sevenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sevenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sevenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sevenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sevenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sevenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sevenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sevenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sevenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sevenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sevenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sevenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sevenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sevenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sevenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sevenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sevenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sevenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sevenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sevenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sevenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sevenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sevenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sevenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sevenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sevenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sevenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sevenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sevenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sevenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sevenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sevenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sevenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sevenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sevenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sevenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sevenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sevenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sevenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sevenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sevenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sevenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sevenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sevenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sevenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sevenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sevenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sevenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sevenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sevenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sevenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sevenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sevenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sevenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sevenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sevenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sevenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sevenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sevenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sevenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sevenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sevenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sevenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sevenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sevenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sevenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sevenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sevenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sevenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sevenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sevenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sevenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sevenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sevenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sevenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sevenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sevenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sevenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sevenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sevenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sevenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sevenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sevenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sevenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sevenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sevenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sevenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sevenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sevenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sevenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sevenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sevenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sevenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sevenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sevenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sevenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .sevenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sevenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sevenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sevenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sevenhundred\:col-auto{
    grid-column: auto;
  }

  .sevenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sevenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sevenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sevenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sevenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sevenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sevenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sevenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sevenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sevenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sevenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sevenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sevenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .sevenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .sevenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .sevenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .sevenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .sevenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .sevenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .sevenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .sevenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .sevenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .sevenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .sevenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .sevenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .sevenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .sevenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .sevenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .sevenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .sevenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .sevenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .sevenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .sevenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .sevenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .sevenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .sevenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .sevenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .sevenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .sevenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .sevenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .sevenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sevenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .sevenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sevenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sevenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sevenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sevenhundred\:row-auto{
    grid-row: auto;
  }

  .sevenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sevenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sevenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sevenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sevenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sevenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sevenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .sevenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .sevenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .sevenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .sevenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .sevenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .sevenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .sevenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .sevenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .sevenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .sevenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .sevenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .sevenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .sevenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .sevenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .sevenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .sevenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sevenhundred\:transform-none{
    transform: none;
  }

  .sevenhundred\:origin-center{
    transform-origin: center;
  }

  .sevenhundred\:origin-top{
    transform-origin: top;
  }

  .sevenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .sevenhundred\:origin-right{
    transform-origin: right;
  }

  .sevenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sevenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .sevenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sevenhundred\:origin-left{
    transform-origin: left;
  }

  .sevenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .sevenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sevenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sevenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sevenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sevenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sevenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sevenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sevenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sevenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sevenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sevenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sevenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sevenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sevenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sevenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sevenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sevenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sevenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sevenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sevenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sevenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sevenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sevenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sevenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sevenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sevenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sevenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sevenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sevenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sevenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sevenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sevenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sevenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sevenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sevenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sevenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sevenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sevenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sevenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sevenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sevenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sevenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sevenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sevenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sevenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sevenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sevenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sevenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sevenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sevenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sevenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sevenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sevenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sevenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sevenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sevenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sevenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sevenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sevenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sevenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sevenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sevenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sevenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sevenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sevenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sevenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sevenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sevenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sevenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sevenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sevenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .sevenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sevenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sevenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sevenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sevenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sevenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sevenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sevenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sevenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sevenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sevenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sevenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sevenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sevenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sevenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sevenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sevenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sevenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sevenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sevenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sevenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sevenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sevenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sevenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sevenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sevenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sevenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sevenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sevenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sevenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sevenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sevenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sevenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sevenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sevenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sevenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sevenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sevenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sevenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .sevenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .sevenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .sevenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .sevenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .sevenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .sevenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .sevenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .sevenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .sevenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .sevenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .sevenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .sevenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .sevenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .sevenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .sevenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .sevenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sevenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sevenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sevenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sevenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sevenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sevenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sevenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sevenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sevenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sevenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sevenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sevenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sevenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sevenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sevenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sevenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sevenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .sevenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .sevenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .sevenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .sevenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .sevenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .sevenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .sevenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .sevenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .sevenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .sevenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .sevenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .sevenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .sevenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .sevenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .sevenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .sevenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .sevenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sevenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sevenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sevenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sevenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sevenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sevenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sevenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sevenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sevenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sevenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sevenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sevenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sevenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sevenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sevenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sevenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sevenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sevenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sevenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sevenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sevenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .sevenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .sevenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .sevenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .sevenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .sevenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .sevenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .sevenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .sevenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .sevenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .sevenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .sevenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .sevenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .sevenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .sevenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .sevenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .sevenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sevenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sevenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sevenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sevenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sevenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sevenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sevenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sevenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sevenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sevenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sevenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sevenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sevenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sevenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sevenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sevenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sevenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .sevenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .sevenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .sevenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .sevenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .sevenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .sevenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .sevenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .sevenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .sevenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .sevenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .sevenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .sevenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .sevenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .sevenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .sevenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .sevenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .sevenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sevenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sevenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sevenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sevenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sevenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sevenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sevenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sevenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sevenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sevenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sevenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sevenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sevenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sevenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sevenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sevenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sevenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sevenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sevenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sevenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sevenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .sevenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .sevenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .sevenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .sevenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .sevenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .sevenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .sevenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .sevenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .sevenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .sevenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .sevenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .sevenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .sevenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .sevenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .sevenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sevenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sevenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sevenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sevenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sevenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sevenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sevenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sevenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sevenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sevenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sevenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sevenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sevenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sevenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sevenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sevenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sevenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sevenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .sevenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .sevenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .sevenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .sevenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .sevenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .sevenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .sevenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .sevenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .sevenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .sevenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .sevenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .sevenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .sevenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .sevenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .sevenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sevenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sevenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sevenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sevenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sevenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sevenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sevenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sevenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sevenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sevenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sevenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sevenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sevenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sevenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sevenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sevenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sevenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sevenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sevenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sevenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sevenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sevenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sevenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .sevenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .sevenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .sevenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .sevenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .sevenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .sevenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .sevenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .sevenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .sevenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .sevenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .sevenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .sevenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .sevenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .sevenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .sevenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sevenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sevenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sevenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sevenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sevenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sevenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sevenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sevenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sevenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sevenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sevenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sevenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sevenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sevenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sevenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sevenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sevenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sevenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .sevenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .sevenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .sevenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .sevenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .sevenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .sevenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .sevenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .sevenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .sevenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .sevenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .sevenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .sevenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .sevenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .sevenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .sevenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sevenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sevenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sevenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sevenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sevenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sevenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sevenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sevenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sevenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sevenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sevenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sevenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sevenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sevenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sevenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sevenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sevenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sevenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sevenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sevenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sevenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sevenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sevenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .sevenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .sevenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .sevenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .sevenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .sevenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .sevenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .sevenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .sevenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .sevenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .sevenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .sevenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .sevenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .sevenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .sevenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .sevenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sevenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sevenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sevenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sevenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sevenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sevenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sevenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sevenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sevenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sevenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sevenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sevenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sevenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sevenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sevenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sevenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sevenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sevenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .sevenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .sevenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .sevenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .sevenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .sevenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .sevenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .sevenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .sevenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .sevenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .sevenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .sevenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .sevenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .sevenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .sevenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .sevenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sevenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sevenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sevenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sevenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sevenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sevenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sevenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sevenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sevenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sevenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sevenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sevenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sevenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sevenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sevenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sevenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sevenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sevenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sevenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sevenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sevenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sevenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sevenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .sevenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .sevenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .sevenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .sevenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .sevenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .sevenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .sevenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .sevenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .sevenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .sevenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .sevenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .sevenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .sevenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .sevenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .sevenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sevenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sevenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sevenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sevenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sevenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sevenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sevenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sevenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sevenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sevenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sevenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sevenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sevenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sevenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sevenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sevenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sevenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sevenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .sevenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .sevenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .sevenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .sevenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .sevenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .sevenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .sevenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .sevenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .sevenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .sevenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .sevenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .sevenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .sevenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .sevenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .sevenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sevenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sevenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sevenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sevenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sevenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sevenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sevenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sevenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sevenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sevenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sevenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sevenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sevenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sevenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sevenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sevenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sevenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sevenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sevenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sevenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sevenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sevenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sevenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sevenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sevenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sevenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sevenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sevenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sevenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sevenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sevenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sevenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sevenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sevenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sevenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sevenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sevenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sevenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sevenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sevenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sevenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sevenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sevenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sevenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sevenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sevenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sevenhundred\:transition-none{
    transition-property: none;
  }

  .sevenhundred\:transition-all{
    transition-property: all;
  }

  .sevenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sevenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sevenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .sevenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .sevenhundred\:transition-transform{
    transition-property: transform;
  }

  .sevenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .sevenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sevenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sevenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sevenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .sevenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .sevenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .sevenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .sevenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .sevenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .sevenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .sevenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .sevenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .sevenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .sevenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .sevenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .sevenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .sevenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .sevenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .sevenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .sevenhundred\:animate-none{
    animation: none;
  }

  .sevenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sevenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sevenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sevenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 800px){
  .eighthundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .eighthundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .eighthundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .eighthundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .eighthundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .eighthundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .eighthundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .eighthundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .eighthundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .eighthundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .eighthundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .eighthundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .eighthundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .eighthundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .eighthundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .eighthundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .eighthundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .eighthundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .eighthundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .eighthundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .eighthundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .eighthundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .eighthundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .eighthundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .eighthundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .eighthundred\:container{
      max-width: 2000px;
    }
  }

  .eighthundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .eighthundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .eighthundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .eighthundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .eighthundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .eighthundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .eighthundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .eighthundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .eighthundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .eighthundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .eighthundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .eighthundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .eighthundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .eighthundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .eighthundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .eighthundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .eighthundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .eighthundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .eighthundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .eighthundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .eighthundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .eighthundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .eighthundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .eighthundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .eighthundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .eighthundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .eighthundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .eighthundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .eighthundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .eighthundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .eighthundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .eighthundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .eighthundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .eighthundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .eighthundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .eighthundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .eighthundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .eighthundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .eighthundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .eighthundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .eighthundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .eighthundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .eighthundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .eighthundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .eighthundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .eighthundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .eighthundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .eighthundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .eighthundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .eighthundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .eighthundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .eighthundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .eighthundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .eighthundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .eighthundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .eighthundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .eighthundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .eighthundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .eighthundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .eighthundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .eighthundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .eighthundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .eighthundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .eighthundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .eighthundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .eighthundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .eighthundred\:bg-fixed{
    background-attachment: fixed;
  }

  .eighthundred\:bg-local{
    background-attachment: local;
  }

  .eighthundred\:bg-scroll{
    background-attachment: scroll;
  }

  .eighthundred\:bg-clip-border{
    background-clip: border-box;
  }

  .eighthundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .eighthundred\:bg-clip-content{
    background-clip: content-box;
  }

  .eighthundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .eighthundred\:bg-transparent{
    background-color: transparent;
  }

  .eighthundred\:bg-current{
    background-color: currentColor;
  }

  .eighthundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighthundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighthundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighthundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighthundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighthundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighthundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighthundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighthundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighthundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighthundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighthundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighthundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighthundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighthundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighthundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighthundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighthundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighthundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighthundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighthundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighthundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighthundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighthundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighthundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighthundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .eighthundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .eighthundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighthundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .eighthundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .eighthundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighthundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighthundred\:bg-none{
    background-image: none;
  }

  .eighthundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .eighthundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .eighthundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .eighthundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .eighthundred\:to-black{
    --gradient-to-color: #000;
  }

  .eighthundred\:to-white{
    --gradient-to-color: #fff;
  }

  .eighthundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .eighthundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .eighthundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .eighthundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .eighthundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .eighthundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .eighthundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .eighthundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .eighthundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .eighthundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .eighthundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .eighthundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .eighthundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .eighthundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .eighthundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .eighthundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .eighthundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .eighthundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .eighthundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .eighthundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .eighthundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .eighthundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .eighthundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .eighthundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .eighthundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .eighthundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .eighthundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .eighthundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .eighthundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .eighthundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .eighthundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .eighthundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .eighthundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .eighthundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .eighthundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .eighthundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .eighthundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .eighthundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .eighthundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .eighthundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .eighthundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .eighthundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .eighthundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .eighthundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .eighthundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .eighthundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .eighthundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .eighthundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .eighthundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .eighthundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .eighthundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .eighthundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .eighthundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .eighthundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .eighthundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .eighthundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .eighthundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .eighthundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .eighthundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .eighthundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .eighthundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .eighthundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .eighthundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .eighthundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .eighthundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .eighthundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .eighthundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .eighthundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .eighthundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .eighthundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .eighthundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .eighthundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .eighthundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .eighthundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .eighthundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .eighthundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .eighthundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .eighthundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .eighthundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .eighthundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .eighthundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .eighthundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .eighthundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .eighthundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .eighthundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .eighthundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .eighthundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .eighthundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .eighthundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .eighthundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .eighthundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .eighthundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .eighthundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .eighthundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .eighthundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .eighthundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .eighthundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .eighthundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .eighthundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .eighthundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .eighthundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .eighthundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .eighthundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .eighthundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .eighthundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .eighthundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .eighthundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .eighthundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .eighthundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .eighthundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .eighthundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .eighthundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .eighthundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .eighthundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .eighthundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .eighthundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .eighthundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .eighthundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .eighthundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .eighthundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .eighthundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .eighthundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .eighthundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .eighthundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .eighthundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .eighthundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .eighthundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .eighthundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .eighthundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .eighthundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .eighthundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .eighthundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .eighthundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .eighthundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .eighthundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .eighthundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .eighthundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .eighthundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .eighthundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .eighthundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .eighthundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .eighthundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .eighthundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .eighthundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .eighthundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .eighthundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .eighthundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .eighthundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .eighthundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .eighthundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .eighthundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .eighthundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .eighthundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .eighthundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .eighthundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .eighthundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .eighthundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .eighthundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .eighthundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .eighthundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .eighthundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .eighthundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .eighthundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .eighthundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .eighthundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .eighthundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .eighthundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .eighthundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .eighthundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .eighthundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .eighthundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .eighthundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .eighthundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .eighthundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .eighthundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .eighthundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .eighthundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .eighthundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .eighthundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .eighthundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .eighthundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighthundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighthundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighthundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighthundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighthundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighthundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighthundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighthundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighthundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighthundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighthundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighthundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighthundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighthundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighthundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighthundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighthundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighthundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighthundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighthundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighthundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighthundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighthundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighthundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighthundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighthundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighthundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighthundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighthundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighthundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighthundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighthundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighthundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighthundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighthundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighthundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighthundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighthundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighthundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighthundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighthundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighthundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighthundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighthundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighthundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighthundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighthundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighthundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighthundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighthundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighthundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighthundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighthundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighthundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighthundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighthundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighthundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighthundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighthundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighthundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighthundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighthundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighthundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighthundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighthundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighthundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighthundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighthundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighthundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighthundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighthundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighthundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighthundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighthundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighthundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighthundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighthundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighthundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighthundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighthundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighthundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighthundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighthundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighthundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighthundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighthundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighthundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighthundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighthundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighthundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighthundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .eighthundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .eighthundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .eighthundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .eighthundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .eighthundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .eighthundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .eighthundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .eighthundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .eighthundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .eighthundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .eighthundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .eighthundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .eighthundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .eighthundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .eighthundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .eighthundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .eighthundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .eighthundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .eighthundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .eighthundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .eighthundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .eighthundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .eighthundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .eighthundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .eighthundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .eighthundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .eighthundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .eighthundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .eighthundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .eighthundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .eighthundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .eighthundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .eighthundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .eighthundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .eighthundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .eighthundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .eighthundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .eighthundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .eighthundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .eighthundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .eighthundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .eighthundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .eighthundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .eighthundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .eighthundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .eighthundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .eighthundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .eighthundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .eighthundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .eighthundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .eighthundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .eighthundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .eighthundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .eighthundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .eighthundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .eighthundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .eighthundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .eighthundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .eighthundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .eighthundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .eighthundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .eighthundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .eighthundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .eighthundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .eighthundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .eighthundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .eighthundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .eighthundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .eighthundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .eighthundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .eighthundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .eighthundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .eighthundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .eighthundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .eighthundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .eighthundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .eighthundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .eighthundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .eighthundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .eighthundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .eighthundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .eighthundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .eighthundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .eighthundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .eighthundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .eighthundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .eighthundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .eighthundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .eighthundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .eighthundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .eighthundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .eighthundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .eighthundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .eighthundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .eighthundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .eighthundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .eighthundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .eighthundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .eighthundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .eighthundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .eighthundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .eighthundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .eighthundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .eighthundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .eighthundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .eighthundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .eighthundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .eighthundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .eighthundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .eighthundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .eighthundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .eighthundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .eighthundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .eighthundred\:bg-bottom{
    background-position: bottom;
  }

  .eighthundred\:bg-center{
    background-position: center;
  }

  .eighthundred\:bg-left{
    background-position: left;
  }

  .eighthundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .eighthundred\:bg-left-top{
    background-position: left top;
  }

  .eighthundred\:bg-right{
    background-position: right;
  }

  .eighthundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .eighthundred\:bg-right-top{
    background-position: right top;
  }

  .eighthundred\:bg-top{
    background-position: top;
  }

  .eighthundred\:bg-repeat{
    background-repeat: repeat;
  }

  .eighthundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .eighthundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .eighthundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .eighthundred\:bg-repeat-round{
    background-repeat: round;
  }

  .eighthundred\:bg-repeat-space{
    background-repeat: space;
  }

  .eighthundred\:bg-auto{
    background-size: auto;
  }

  .eighthundred\:bg-cover{
    background-size: cover;
  }

  .eighthundred\:bg-contain{
    background-size: contain;
  }

  .eighthundred\:border-collapse{
    border-collapse: collapse;
  }

  .eighthundred\:border-separate{
    border-collapse: separate;
  }

  .eighthundred\:border-transparent{
    border-color: transparent;
  }

  .eighthundred\:border-current{
    border-color: currentColor;
  }

  .eighthundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighthundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighthundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighthundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighthundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighthundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighthundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighthundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighthundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighthundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighthundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighthundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighthundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighthundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighthundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighthundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighthundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighthundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighthundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighthundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighthundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighthundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighthundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighthundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighthundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighthundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighthundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighthundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighthundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighthundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighthundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighthundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighthundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighthundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighthundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighthundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighthundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighthundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighthundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighthundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighthundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighthundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighthundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighthundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighthundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighthundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighthundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighthundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighthundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighthundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighthundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighthundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighthundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighthundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighthundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighthundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighthundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighthundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighthundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighthundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighthundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighthundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighthundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighthundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighthundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighthundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighthundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighthundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighthundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighthundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighthundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighthundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighthundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighthundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighthundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighthundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighthundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighthundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighthundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighthundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighthundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighthundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighthundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighthundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighthundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighthundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighthundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighthundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighthundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighthundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighthundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .eighthundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .eighthundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighthundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighthundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighthundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighthundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighthundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighthundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighthundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighthundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighthundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighthundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighthundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighthundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .eighthundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .eighthundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighthundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighthundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighthundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighthundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighthundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighthundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighthundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighthundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighthundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighthundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighthundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighthundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .eighthundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .eighthundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .eighthundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .eighthundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .eighthundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .eighthundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .eighthundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .eighthundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .eighthundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .eighthundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .eighthundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .eighthundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .eighthundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .eighthundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .eighthundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .eighthundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .eighthundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .eighthundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .eighthundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .eighthundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .eighthundred\:rounded-none{
    border-radius: 0;
  }

  .eighthundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .eighthundred\:rounded{
    border-radius: 0.25rem;
  }

  .eighthundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .eighthundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .eighthundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .eighthundred\:rounded-full{
    border-radius: 9999px;
  }

  .eighthundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .eighthundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .eighthundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .eighthundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .eighthundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .eighthundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .eighthundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .eighthundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .eighthundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .eighthundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .eighthundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .eighthundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .eighthundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .eighthundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .eighthundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .eighthundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .eighthundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .eighthundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .eighthundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .eighthundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .eighthundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .eighthundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .eighthundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .eighthundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .eighthundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .eighthundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .eighthundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .eighthundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .eighthundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .eighthundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .eighthundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .eighthundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .eighthundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .eighthundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .eighthundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .eighthundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .eighthundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .eighthundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .eighthundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .eighthundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .eighthundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .eighthundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .eighthundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .eighthundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .eighthundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .eighthundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .eighthundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .eighthundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .eighthundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .eighthundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .eighthundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .eighthundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .eighthundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .eighthundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .eighthundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .eighthundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .eighthundred\:border-solid{
    border-style: solid;
  }

  .eighthundred\:border-dashed{
    border-style: dashed;
  }

  .eighthundred\:border-dotted{
    border-style: dotted;
  }

  .eighthundred\:border-double{
    border-style: double;
  }

  .eighthundred\:border-none{
    border-style: none;
  }

  .eighthundred\:border-0{
    border-width: 0;
  }

  .eighthundred\:border-2{
    border-width: 2px;
  }

  .eighthundred\:border-4{
    border-width: 4px;
  }

  .eighthundred\:border-8{
    border-width: 8px;
  }

  .eighthundred\:border{
    border-width: 1px;
  }

  .eighthundred\:border-t-0{
    border-top-width: 0;
  }

  .eighthundred\:border-r-0{
    border-right-width: 0;
  }

  .eighthundred\:border-b-0{
    border-bottom-width: 0;
  }

  .eighthundred\:border-l-0{
    border-left-width: 0;
  }

  .eighthundred\:border-t-2{
    border-top-width: 2px;
  }

  .eighthundred\:border-r-2{
    border-right-width: 2px;
  }

  .eighthundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .eighthundred\:border-l-2{
    border-left-width: 2px;
  }

  .eighthundred\:border-t-4{
    border-top-width: 4px;
  }

  .eighthundred\:border-r-4{
    border-right-width: 4px;
  }

  .eighthundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .eighthundred\:border-l-4{
    border-left-width: 4px;
  }

  .eighthundred\:border-t-8{
    border-top-width: 8px;
  }

  .eighthundred\:border-r-8{
    border-right-width: 8px;
  }

  .eighthundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .eighthundred\:border-l-8{
    border-left-width: 8px;
  }

  .eighthundred\:border-t{
    border-top-width: 1px;
  }

  .eighthundred\:border-r{
    border-right-width: 1px;
  }

  .eighthundred\:border-b{
    border-bottom-width: 1px;
  }

  .eighthundred\:border-l{
    border-left-width: 1px;
  }

  .eighthundred\:box-border{
    box-sizing: border-box;
  }

  .eighthundred\:box-content{
    box-sizing: content-box;
  }

  .eighthundred\:cursor-auto{
    cursor: auto;
  }

  .eighthundred\:cursor-default{
    cursor: default;
  }

  .eighthundred\:cursor-pointer{
    cursor: pointer;
  }

  .eighthundred\:cursor-wait{
    cursor: wait;
  }

  .eighthundred\:cursor-text{
    cursor: text;
  }

  .eighthundred\:cursor-move{
    cursor: move;
  }

  .eighthundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .eighthundred\:block{
    display: block;
  }

  .eighthundred\:inline-block{
    display: inline-block;
  }

  .eighthundred\:inline{
    display: inline;
  }

  .eighthundred\:flex{
    display: flex;
  }

  .eighthundred\:inline-flex{
    display: inline-flex;
  }

  .eighthundred\:table{
    display: table;
  }

  .eighthundred\:table-caption{
    display: table-caption;
  }

  .eighthundred\:table-cell{
    display: table-cell;
  }

  .eighthundred\:table-column{
    display: table-column;
  }

  .eighthundred\:table-column-group{
    display: table-column-group;
  }

  .eighthundred\:table-footer-group{
    display: table-footer-group;
  }

  .eighthundred\:table-header-group{
    display: table-header-group;
  }

  .eighthundred\:table-row-group{
    display: table-row-group;
  }

  .eighthundred\:table-row{
    display: table-row;
  }

  .eighthundred\:flow-root{
    display: flow-root;
  }

  .eighthundred\:grid{
    display: grid;
  }

  .eighthundred\:inline-grid{
    display: inline-grid;
  }

  .eighthundred\:contents{
    display: contents;
  }

  .eighthundred\:hidden{
    display: none;
  }

  .eighthundred\:flex-row{
    flex-direction: row;
  }

  .eighthundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .eighthundred\:flex-col{
    flex-direction: column;
  }

  .eighthundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .eighthundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .eighthundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .eighthundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .eighthundred\:place-items-auto{
    place-items: auto;
  }

  .eighthundred\:place-items-start{
    place-items: start;
  }

  .eighthundred\:place-items-end{
    place-items: end;
  }

  .eighthundred\:place-items-center{
    place-items: center;
  }

  .eighthundred\:place-items-stretch{
    place-items: stretch;
  }

  .eighthundred\:place-content-center{
    place-content: center;
  }

  .eighthundred\:place-content-start{
    place-content: start;
  }

  .eighthundred\:place-content-end{
    place-content: end;
  }

  .eighthundred\:place-content-between{
    place-content: space-between;
  }

  .eighthundred\:place-content-around{
    place-content: space-around;
  }

  .eighthundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .eighthundred\:place-content-stretch{
    place-content: stretch;
  }

  .eighthundred\:place-self-auto{
    place-self: auto;
  }

  .eighthundred\:place-self-start{
    place-self: start;
  }

  .eighthundred\:place-self-end{
    place-self: end;
  }

  .eighthundred\:place-self-center{
    place-self: center;
  }

  .eighthundred\:place-self-stretch{
    place-self: stretch;
  }

  .eighthundred\:items-start{
    align-items: flex-start;
  }

  .eighthundred\:items-end{
    align-items: flex-end;
  }

  .eighthundred\:items-center{
    align-items: center;
  }

  .eighthundred\:items-baseline{
    align-items: baseline;
  }

  .eighthundred\:items-stretch{
    align-items: stretch;
  }

  .eighthundred\:content-center{
    align-content: center;
  }

  .eighthundred\:content-start{
    align-content: flex-start;
  }

  .eighthundred\:content-end{
    align-content: flex-end;
  }

  .eighthundred\:content-between{
    align-content: space-between;
  }

  .eighthundred\:content-around{
    align-content: space-around;
  }

  .eighthundred\:content-evenly{
    align-content: space-evenly;
  }

  .eighthundred\:self-auto{
    align-self: auto;
  }

  .eighthundred\:self-start{
    align-self: flex-start;
  }

  .eighthundred\:self-end{
    align-self: flex-end;
  }

  .eighthundred\:self-center{
    align-self: center;
  }

  .eighthundred\:self-stretch{
    align-self: stretch;
  }

  .eighthundred\:justify-items-auto{
    justify-items: auto;
  }

  .eighthundred\:justify-items-start{
    justify-items: start;
  }

  .eighthundred\:justify-items-end{
    justify-items: end;
  }

  .eighthundred\:justify-items-center{
    justify-items: center;
  }

  .eighthundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .eighthundred\:justify-start{
    justify-content: flex-start;
  }

  .eighthundred\:justify-end{
    justify-content: flex-end;
  }

  .eighthundred\:justify-center{
    justify-content: center;
  }

  .eighthundred\:justify-between{
    justify-content: space-between;
  }

  .eighthundred\:justify-around{
    justify-content: space-around;
  }

  .eighthundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .eighthundred\:justify-self-auto{
    justify-self: auto;
  }

  .eighthundred\:justify-self-start{
    justify-self: start;
  }

  .eighthundred\:justify-self-end{
    justify-self: end;
  }

  .eighthundred\:justify-self-center{
    justify-self: center;
  }

  .eighthundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .eighthundred\:flex-1{
    flex: 1 1 0%;
  }

  .eighthundred\:flex-auto{
    flex: 1 1 auto;
  }

  .eighthundred\:flex-initial{
    flex: 0 1 auto;
  }

  .eighthundred\:flex-none{
    flex: none;
  }

  .eighthundred\:flex-grow-0{
    flex-grow: 0;
  }

  .eighthundred\:flex-grow{
    flex-grow: 1;
  }

  .eighthundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .eighthundred\:flex-shrink{
    flex-shrink: 1;
  }

  .eighthundred\:order-1{
    order: 1;
  }

  .eighthundred\:order-2{
    order: 2;
  }

  .eighthundred\:order-3{
    order: 3;
  }

  .eighthundred\:order-4{
    order: 4;
  }

  .eighthundred\:order-5{
    order: 5;
  }

  .eighthundred\:order-6{
    order: 6;
  }

  .eighthundred\:order-7{
    order: 7;
  }

  .eighthundred\:order-8{
    order: 8;
  }

  .eighthundred\:order-9{
    order: 9;
  }

  .eighthundred\:order-10{
    order: 10;
  }

  .eighthundred\:order-11{
    order: 11;
  }

  .eighthundred\:order-12{
    order: 12;
  }

  .eighthundred\:order-first{
    order: -9999;
  }

  .eighthundred\:order-last{
    order: 9999;
  }

  .eighthundred\:order-none{
    order: 0;
  }

  .eighthundred\:float-right{
    float: right;
  }

  .eighthundred\:float-left{
    float: left;
  }

  .eighthundred\:float-none{
    float: none;
  }

  .eighthundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .eighthundred\:clear-left{
    clear: left;
  }

  .eighthundred\:clear-right{
    clear: right;
  }

  .eighthundred\:clear-both{
    clear: both;
  }

  .eighthundred\:clear-none{
    clear: none;
  }

  .eighthundred\: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";
  }

  .eighthundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .eighthundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .eighthundred\:font-hairline{
    font-weight: 100;
  }

  .eighthundred\:font-thin{
    font-weight: 200;
  }

  .eighthundred\:font-light{
    font-weight: 300;
  }

  .eighthundred\:font-normal{
    font-weight: 400;
  }

  .eighthundred\:font-medium{
    font-weight: 500;
  }

  .eighthundred\:font-semibold{
    font-weight: 600;
  }

  .eighthundred\:font-bold{
    font-weight: 700;
  }

  .eighthundred\:font-extrabold{
    font-weight: 800;
  }

  .eighthundred\:font-black{
    font-weight: 900;
  }

  .eighthundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .eighthundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .eighthundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .eighthundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .eighthundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .eighthundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .eighthundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .eighthundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .eighthundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .eighthundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .eighthundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .eighthundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .eighthundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .eighthundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .eighthundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .eighthundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .eighthundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .eighthundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .eighthundred\:h-0{
    height: 0;
  }

  .eighthundred\:h-1{
    height: 0.25rem;
  }

  .eighthundred\:h-2{
    height: 0.5rem;
  }

  .eighthundred\:h-3{
    height: 0.75rem;
  }

  .eighthundred\:h-4{
    height: 1rem;
  }

  .eighthundred\:h-5{
    height: 1.25rem;
  }

  .eighthundred\:h-6{
    height: 1.5rem;
  }

  .eighthundred\:h-8{
    height: 2rem;
  }

  .eighthundred\:h-10{
    height: 2.5rem;
  }

  .eighthundred\:h-12{
    height: 3rem;
  }

  .eighthundred\:h-16{
    height: 4rem;
  }

  .eighthundred\:h-20{
    height: 5rem;
  }

  .eighthundred\:h-24{
    height: 6rem;
  }

  .eighthundred\:h-32{
    height: 8rem;
  }

  .eighthundred\:h-40{
    height: 10rem;
  }

  .eighthundred\:h-48{
    height: 12rem;
  }

  .eighthundred\:h-56{
    height: 14rem;
  }

  .eighthundred\:h-64{
    height: 16rem;
  }

  .eighthundred\:h-72{
    height: 18rem;
  }

  .eighthundred\:h-80{
    height: 20rem;
  }

  .eighthundred\:h-88{
    height: 22rem;
  }

  .eighthundred\:h-96{
    height: 24rem;
  }

  .eighthundred\:h-104{
    height: 26rem;
  }

  .eighthundred\:h-112{
    height: 28rem;
  }

  .eighthundred\:h-128{
    height: 30rem;
  }

  .eighthundred\:h-144{
    height: 34rem;
  }

  .eighthundred\:h-160{
    height: 38rem;
  }

  .eighthundred\:h-176{
    height: 42rem;
  }

  .eighthundred\:h-192{
    height: 46rem;
  }

  .eighthundred\:h-208{
    height: 50rem;
  }

  .eighthundred\:h-224{
    height: 54rem;
  }

  .eighthundred\:h-240{
    height: 58rem;
  }

  .eighthundred\:h-256{
    height: 62rem;
  }

  .eighthundred\:h-auto{
    height: auto;
  }

  .eighthundred\:h-px{
    height: 1px;
  }

  .eighthundred\:h-full{
    height: 100%;
  }

  .eighthundred\:h-screen{
    height: 100vh;
  }

  .eighthundred\:text-3xs{
    font-size: 0.5rem;
  }

  .eighthundred\:text-2xs{
    font-size: 0.625rem;
  }

  .eighthundred\:text-xs{
    font-size: 0.75rem;
  }

  .eighthundred\:text-sm{
    font-size: 0.875rem;
  }

  .eighthundred\:text-base{
    font-size: 1rem;
  }

  .eighthundred\:text-lg{
    font-size: 1.125rem;
  }

  .eighthundred\:text-xl{
    font-size: 1.25rem;
  }

  .eighthundred\:text-2xl{
    font-size: 1.5rem;
  }

  .eighthundred\:text-3xl{
    font-size: 1.875rem;
  }

  .eighthundred\:text-4xl{
    font-size: 2.25rem;
  }

  .eighthundred\:text-5xl{
    font-size: 3rem;
  }

  .eighthundred\:text-6xl{
    font-size: 4rem;
  }

  .eighthundred\:text-7xl{
    font-size: 6rem;
  }

  .eighthundred\:text-8xl{
    font-size: 8rem;
  }

  .eighthundred\:leading-3{
    line-height: .75rem;
  }

  .eighthundred\:leading-4{
    line-height: 1rem;
  }

  .eighthundred\:leading-5{
    line-height: 1.25rem;
  }

  .eighthundred\:leading-6{
    line-height: 1.5rem;
  }

  .eighthundred\:leading-7{
    line-height: 1.75rem;
  }

  .eighthundred\:leading-8{
    line-height: 2rem;
  }

  .eighthundred\:leading-9{
    line-height: 2.25rem;
  }

  .eighthundred\:leading-10{
    line-height: 2.5rem;
  }

  .eighthundred\:leading-none{
    line-height: 1;
  }

  .eighthundred\:leading-tight{
    line-height: 1.25;
  }

  .eighthundred\:leading-snug{
    line-height: 1.375;
  }

  .eighthundred\:leading-normal{
    line-height: 1.5;
  }

  .eighthundred\:leading-relaxed{
    line-height: 1.625;
  }

  .eighthundred\:leading-loose{
    line-height: 2;
  }

  .eighthundred\:list-inside{
    list-style-position: inside;
  }

  .eighthundred\:list-outside{
    list-style-position: outside;
  }

  .eighthundred\:list-none{
    list-style-type: none;
  }

  .eighthundred\:list-disc{
    list-style-type: disc;
  }

  .eighthundred\:list-decimal{
    list-style-type: decimal;
  }

  .eighthundred\:m-0{
    margin: 0;
  }

  .eighthundred\:m-1{
    margin: 0.25rem;
  }

  .eighthundred\:m-2{
    margin: 0.5rem;
  }

  .eighthundred\:m-3{
    margin: 0.75rem;
  }

  .eighthundred\:m-4{
    margin: 1rem;
  }

  .eighthundred\:m-5{
    margin: 1.25rem;
  }

  .eighthundred\:m-6{
    margin: 1.5rem;
  }

  .eighthundred\:m-8{
    margin: 2rem;
  }

  .eighthundred\:m-10{
    margin: 2.5rem;
  }

  .eighthundred\:m-12{
    margin: 3rem;
  }

  .eighthundred\:m-16{
    margin: 4rem;
  }

  .eighthundred\:m-20{
    margin: 5rem;
  }

  .eighthundred\:m-24{
    margin: 6rem;
  }

  .eighthundred\:m-32{
    margin: 8rem;
  }

  .eighthundred\:m-40{
    margin: 10rem;
  }

  .eighthundred\:m-48{
    margin: 12rem;
  }

  .eighthundred\:m-56{
    margin: 14rem;
  }

  .eighthundred\:m-64{
    margin: 16rem;
  }

  .eighthundred\:m-72{
    margin: 18rem;
  }

  .eighthundred\:m-80{
    margin: 20rem;
  }

  .eighthundred\:m-88{
    margin: 22rem;
  }

  .eighthundred\:m-96{
    margin: 24rem;
  }

  .eighthundred\:m-104{
    margin: 26rem;
  }

  .eighthundred\:m-112{
    margin: 28rem;
  }

  .eighthundred\:m-128{
    margin: 30rem;
  }

  .eighthundred\:m-144{
    margin: 34rem;
  }

  .eighthundred\:m-160{
    margin: 38rem;
  }

  .eighthundred\:m-176{
    margin: 42rem;
  }

  .eighthundred\:m-192{
    margin: 46rem;
  }

  .eighthundred\:m-208{
    margin: 50rem;
  }

  .eighthundred\:m-224{
    margin: 54rem;
  }

  .eighthundred\:m-240{
    margin: 58rem;
  }

  .eighthundred\:m-256{
    margin: 62rem;
  }

  .eighthundred\:m-auto{
    margin: auto;
  }

  .eighthundred\:m-px{
    margin: 1px;
  }

  .eighthundred\:-m-1{
    margin: -0.25rem;
  }

  .eighthundred\:-m-2{
    margin: -0.5rem;
  }

  .eighthundred\:-m-3{
    margin: -0.75rem;
  }

  .eighthundred\:-m-4{
    margin: -1rem;
  }

  .eighthundred\:-m-5{
    margin: -1.25rem;
  }

  .eighthundred\:-m-6{
    margin: -1.5rem;
  }

  .eighthundred\:-m-8{
    margin: -2rem;
  }

  .eighthundred\:-m-10{
    margin: -2.5rem;
  }

  .eighthundred\:-m-12{
    margin: -3rem;
  }

  .eighthundred\:-m-16{
    margin: -4rem;
  }

  .eighthundred\:-m-20{
    margin: -5rem;
  }

  .eighthundred\:-m-24{
    margin: -6rem;
  }

  .eighthundred\:-m-32{
    margin: -8rem;
  }

  .eighthundred\:-m-40{
    margin: -10rem;
  }

  .eighthundred\:-m-48{
    margin: -12rem;
  }

  .eighthundred\:-m-56{
    margin: -14rem;
  }

  .eighthundred\:-m-64{
    margin: -16rem;
  }

  .eighthundred\:-m-72{
    margin: -18rem;
  }

  .eighthundred\:-m-80{
    margin: -20rem;
  }

  .eighthundred\:-m-88{
    margin: -22rem;
  }

  .eighthundred\:-m-96{
    margin: -24rem;
  }

  .eighthundred\:-m-104{
    margin: -26rem;
  }

  .eighthundred\:-m-112{
    margin: -28rem;
  }

  .eighthundred\:-m-128{
    margin: -30rem;
  }

  .eighthundred\:-m-144{
    margin: -34rem;
  }

  .eighthundred\:-m-160{
    margin: -38rem;
  }

  .eighthundred\:-m-176{
    margin: -42rem;
  }

  .eighthundred\:-m-192{
    margin: -46rem;
  }

  .eighthundred\:-m-208{
    margin: -50rem;
  }

  .eighthundred\:-m-224{
    margin: -54rem;
  }

  .eighthundred\:-m-240{
    margin: -58rem;
  }

  .eighthundred\:-m-256{
    margin: -62rem;
  }

  .eighthundred\:-m-px{
    margin: -1px;
  }

  .eighthundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .eighthundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .eighthundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .eighthundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .eighthundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .eighthundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .eighthundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .eighthundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .eighthundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .eighthundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .eighthundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .eighthundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .eighthundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .eighthundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .eighthundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .eighthundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .eighthundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .eighthundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .eighthundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .eighthundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .eighthundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .eighthundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .eighthundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .eighthundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .eighthundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .eighthundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .eighthundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .eighthundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .eighthundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .eighthundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .eighthundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .eighthundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .eighthundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .eighthundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .eighthundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .eighthundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .eighthundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .eighthundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .eighthundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .eighthundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .eighthundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .eighthundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .eighthundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .eighthundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .eighthundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .eighthundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .eighthundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .eighthundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .eighthundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .eighthundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .eighthundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .eighthundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .eighthundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .eighthundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .eighthundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .eighthundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .eighthundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .eighthundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .eighthundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .eighthundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .eighthundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .eighthundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .eighthundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .eighthundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .eighthundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .eighthundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .eighthundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .eighthundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .eighthundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .eighthundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .eighthundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .eighthundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .eighthundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .eighthundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .eighthundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .eighthundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .eighthundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .eighthundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .eighthundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .eighthundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .eighthundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .eighthundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .eighthundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .eighthundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .eighthundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .eighthundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .eighthundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .eighthundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .eighthundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .eighthundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .eighthundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .eighthundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .eighthundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .eighthundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .eighthundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .eighthundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .eighthundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .eighthundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .eighthundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .eighthundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .eighthundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .eighthundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .eighthundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .eighthundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .eighthundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .eighthundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .eighthundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .eighthundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .eighthundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .eighthundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .eighthundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .eighthundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .eighthundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .eighthundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .eighthundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .eighthundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .eighthundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .eighthundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .eighthundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .eighthundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .eighthundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .eighthundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .eighthundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .eighthundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .eighthundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .eighthundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .eighthundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .eighthundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .eighthundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .eighthundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .eighthundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .eighthundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .eighthundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .eighthundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .eighthundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .eighthundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .eighthundred\:mt-0{
    margin-top: 0;
  }

  .eighthundred\:mr-0{
    margin-right: 0;
  }

  .eighthundred\:mb-0{
    margin-bottom: 0;
  }

  .eighthundred\:ml-0{
    margin-left: 0;
  }

  .eighthundred\:mt-1{
    margin-top: 0.25rem;
  }

  .eighthundred\:mr-1{
    margin-right: 0.25rem;
  }

  .eighthundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .eighthundred\:ml-1{
    margin-left: 0.25rem;
  }

  .eighthundred\:mt-2{
    margin-top: 0.5rem;
  }

  .eighthundred\:mr-2{
    margin-right: 0.5rem;
  }

  .eighthundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .eighthundred\:ml-2{
    margin-left: 0.5rem;
  }

  .eighthundred\:mt-3{
    margin-top: 0.75rem;
  }

  .eighthundred\:mr-3{
    margin-right: 0.75rem;
  }

  .eighthundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .eighthundred\:ml-3{
    margin-left: 0.75rem;
  }

  .eighthundred\:mt-4{
    margin-top: 1rem;
  }

  .eighthundred\:mr-4{
    margin-right: 1rem;
  }

  .eighthundred\:mb-4{
    margin-bottom: 1rem;
  }

  .eighthundred\:ml-4{
    margin-left: 1rem;
  }

  .eighthundred\:mt-5{
    margin-top: 1.25rem;
  }

  .eighthundred\:mr-5{
    margin-right: 1.25rem;
  }

  .eighthundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .eighthundred\:ml-5{
    margin-left: 1.25rem;
  }

  .eighthundred\:mt-6{
    margin-top: 1.5rem;
  }

  .eighthundred\:mr-6{
    margin-right: 1.5rem;
  }

  .eighthundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .eighthundred\:ml-6{
    margin-left: 1.5rem;
  }

  .eighthundred\:mt-8{
    margin-top: 2rem;
  }

  .eighthundred\:mr-8{
    margin-right: 2rem;
  }

  .eighthundred\:mb-8{
    margin-bottom: 2rem;
  }

  .eighthundred\:ml-8{
    margin-left: 2rem;
  }

  .eighthundred\:mt-10{
    margin-top: 2.5rem;
  }

  .eighthundred\:mr-10{
    margin-right: 2.5rem;
  }

  .eighthundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .eighthundred\:ml-10{
    margin-left: 2.5rem;
  }

  .eighthundred\:mt-12{
    margin-top: 3rem;
  }

  .eighthundred\:mr-12{
    margin-right: 3rem;
  }

  .eighthundred\:mb-12{
    margin-bottom: 3rem;
  }

  .eighthundred\:ml-12{
    margin-left: 3rem;
  }

  .eighthundred\:mt-16{
    margin-top: 4rem;
  }

  .eighthundred\:mr-16{
    margin-right: 4rem;
  }

  .eighthundred\:mb-16{
    margin-bottom: 4rem;
  }

  .eighthundred\:ml-16{
    margin-left: 4rem;
  }

  .eighthundred\:mt-20{
    margin-top: 5rem;
  }

  .eighthundred\:mr-20{
    margin-right: 5rem;
  }

  .eighthundred\:mb-20{
    margin-bottom: 5rem;
  }

  .eighthundred\:ml-20{
    margin-left: 5rem;
  }

  .eighthundred\:mt-24{
    margin-top: 6rem;
  }

  .eighthundred\:mr-24{
    margin-right: 6rem;
  }

  .eighthundred\:mb-24{
    margin-bottom: 6rem;
  }

  .eighthundred\:ml-24{
    margin-left: 6rem;
  }

  .eighthundred\:mt-32{
    margin-top: 8rem;
  }

  .eighthundred\:mr-32{
    margin-right: 8rem;
  }

  .eighthundred\:mb-32{
    margin-bottom: 8rem;
  }

  .eighthundred\:ml-32{
    margin-left: 8rem;
  }

  .eighthundred\:mt-40{
    margin-top: 10rem;
  }

  .eighthundred\:mr-40{
    margin-right: 10rem;
  }

  .eighthundred\:mb-40{
    margin-bottom: 10rem;
  }

  .eighthundred\:ml-40{
    margin-left: 10rem;
  }

  .eighthundred\:mt-48{
    margin-top: 12rem;
  }

  .eighthundred\:mr-48{
    margin-right: 12rem;
  }

  .eighthundred\:mb-48{
    margin-bottom: 12rem;
  }

  .eighthundred\:ml-48{
    margin-left: 12rem;
  }

  .eighthundred\:mt-56{
    margin-top: 14rem;
  }

  .eighthundred\:mr-56{
    margin-right: 14rem;
  }

  .eighthundred\:mb-56{
    margin-bottom: 14rem;
  }

  .eighthundred\:ml-56{
    margin-left: 14rem;
  }

  .eighthundred\:mt-64{
    margin-top: 16rem;
  }

  .eighthundred\:mr-64{
    margin-right: 16rem;
  }

  .eighthundred\:mb-64{
    margin-bottom: 16rem;
  }

  .eighthundred\:ml-64{
    margin-left: 16rem;
  }

  .eighthundred\:mt-72{
    margin-top: 18rem;
  }

  .eighthundred\:mr-72{
    margin-right: 18rem;
  }

  .eighthundred\:mb-72{
    margin-bottom: 18rem;
  }

  .eighthundred\:ml-72{
    margin-left: 18rem;
  }

  .eighthundred\:mt-80{
    margin-top: 20rem;
  }

  .eighthundred\:mr-80{
    margin-right: 20rem;
  }

  .eighthundred\:mb-80{
    margin-bottom: 20rem;
  }

  .eighthundred\:ml-80{
    margin-left: 20rem;
  }

  .eighthundred\:mt-88{
    margin-top: 22rem;
  }

  .eighthundred\:mr-88{
    margin-right: 22rem;
  }

  .eighthundred\:mb-88{
    margin-bottom: 22rem;
  }

  .eighthundred\:ml-88{
    margin-left: 22rem;
  }

  .eighthundred\:mt-96{
    margin-top: 24rem;
  }

  .eighthundred\:mr-96{
    margin-right: 24rem;
  }

  .eighthundred\:mb-96{
    margin-bottom: 24rem;
  }

  .eighthundred\:ml-96{
    margin-left: 24rem;
  }

  .eighthundred\:mt-104{
    margin-top: 26rem;
  }

  .eighthundred\:mr-104{
    margin-right: 26rem;
  }

  .eighthundred\:mb-104{
    margin-bottom: 26rem;
  }

  .eighthundred\:ml-104{
    margin-left: 26rem;
  }

  .eighthundred\:mt-112{
    margin-top: 28rem;
  }

  .eighthundred\:mr-112{
    margin-right: 28rem;
  }

  .eighthundred\:mb-112{
    margin-bottom: 28rem;
  }

  .eighthundred\:ml-112{
    margin-left: 28rem;
  }

  .eighthundred\:mt-128{
    margin-top: 30rem;
  }

  .eighthundred\:mr-128{
    margin-right: 30rem;
  }

  .eighthundred\:mb-128{
    margin-bottom: 30rem;
  }

  .eighthundred\:ml-128{
    margin-left: 30rem;
  }

  .eighthundred\:mt-144{
    margin-top: 34rem;
  }

  .eighthundred\:mr-144{
    margin-right: 34rem;
  }

  .eighthundred\:mb-144{
    margin-bottom: 34rem;
  }

  .eighthundred\:ml-144{
    margin-left: 34rem;
  }

  .eighthundred\:mt-160{
    margin-top: 38rem;
  }

  .eighthundred\:mr-160{
    margin-right: 38rem;
  }

  .eighthundred\:mb-160{
    margin-bottom: 38rem;
  }

  .eighthundred\:ml-160{
    margin-left: 38rem;
  }

  .eighthundred\:mt-176{
    margin-top: 42rem;
  }

  .eighthundred\:mr-176{
    margin-right: 42rem;
  }

  .eighthundred\:mb-176{
    margin-bottom: 42rem;
  }

  .eighthundred\:ml-176{
    margin-left: 42rem;
  }

  .eighthundred\:mt-192{
    margin-top: 46rem;
  }

  .eighthundred\:mr-192{
    margin-right: 46rem;
  }

  .eighthundred\:mb-192{
    margin-bottom: 46rem;
  }

  .eighthundred\:ml-192{
    margin-left: 46rem;
  }

  .eighthundred\:mt-208{
    margin-top: 50rem;
  }

  .eighthundred\:mr-208{
    margin-right: 50rem;
  }

  .eighthundred\:mb-208{
    margin-bottom: 50rem;
  }

  .eighthundred\:ml-208{
    margin-left: 50rem;
  }

  .eighthundred\:mt-224{
    margin-top: 54rem;
  }

  .eighthundred\:mr-224{
    margin-right: 54rem;
  }

  .eighthundred\:mb-224{
    margin-bottom: 54rem;
  }

  .eighthundred\:ml-224{
    margin-left: 54rem;
  }

  .eighthundred\:mt-240{
    margin-top: 58rem;
  }

  .eighthundred\:mr-240{
    margin-right: 58rem;
  }

  .eighthundred\:mb-240{
    margin-bottom: 58rem;
  }

  .eighthundred\:ml-240{
    margin-left: 58rem;
  }

  .eighthundred\:mt-256{
    margin-top: 62rem;
  }

  .eighthundred\:mr-256{
    margin-right: 62rem;
  }

  .eighthundred\:mb-256{
    margin-bottom: 62rem;
  }

  .eighthundred\:ml-256{
    margin-left: 62rem;
  }

  .eighthundred\:mt-auto{
    margin-top: auto;
  }

  .eighthundred\:mr-auto{
    margin-right: auto;
  }

  .eighthundred\:mb-auto{
    margin-bottom: auto;
  }

  .eighthundred\:ml-auto{
    margin-left: auto;
  }

  .eighthundred\:mt-px{
    margin-top: 1px;
  }

  .eighthundred\:mr-px{
    margin-right: 1px;
  }

  .eighthundred\:mb-px{
    margin-bottom: 1px;
  }

  .eighthundred\:ml-px{
    margin-left: 1px;
  }

  .eighthundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .eighthundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .eighthundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .eighthundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .eighthundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .eighthundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .eighthundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .eighthundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .eighthundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .eighthundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .eighthundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .eighthundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .eighthundred\:-mt-4{
    margin-top: -1rem;
  }

  .eighthundred\:-mr-4{
    margin-right: -1rem;
  }

  .eighthundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .eighthundred\:-ml-4{
    margin-left: -1rem;
  }

  .eighthundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .eighthundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .eighthundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .eighthundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .eighthundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .eighthundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .eighthundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .eighthundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .eighthundred\:-mt-8{
    margin-top: -2rem;
  }

  .eighthundred\:-mr-8{
    margin-right: -2rem;
  }

  .eighthundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .eighthundred\:-ml-8{
    margin-left: -2rem;
  }

  .eighthundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .eighthundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .eighthundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .eighthundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .eighthundred\:-mt-12{
    margin-top: -3rem;
  }

  .eighthundred\:-mr-12{
    margin-right: -3rem;
  }

  .eighthundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .eighthundred\:-ml-12{
    margin-left: -3rem;
  }

  .eighthundred\:-mt-16{
    margin-top: -4rem;
  }

  .eighthundred\:-mr-16{
    margin-right: -4rem;
  }

  .eighthundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .eighthundred\:-ml-16{
    margin-left: -4rem;
  }

  .eighthundred\:-mt-20{
    margin-top: -5rem;
  }

  .eighthundred\:-mr-20{
    margin-right: -5rem;
  }

  .eighthundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .eighthundred\:-ml-20{
    margin-left: -5rem;
  }

  .eighthundred\:-mt-24{
    margin-top: -6rem;
  }

  .eighthundred\:-mr-24{
    margin-right: -6rem;
  }

  .eighthundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .eighthundred\:-ml-24{
    margin-left: -6rem;
  }

  .eighthundred\:-mt-32{
    margin-top: -8rem;
  }

  .eighthundred\:-mr-32{
    margin-right: -8rem;
  }

  .eighthundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .eighthundred\:-ml-32{
    margin-left: -8rem;
  }

  .eighthundred\:-mt-40{
    margin-top: -10rem;
  }

  .eighthundred\:-mr-40{
    margin-right: -10rem;
  }

  .eighthundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .eighthundred\:-ml-40{
    margin-left: -10rem;
  }

  .eighthundred\:-mt-48{
    margin-top: -12rem;
  }

  .eighthundred\:-mr-48{
    margin-right: -12rem;
  }

  .eighthundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .eighthundred\:-ml-48{
    margin-left: -12rem;
  }

  .eighthundred\:-mt-56{
    margin-top: -14rem;
  }

  .eighthundred\:-mr-56{
    margin-right: -14rem;
  }

  .eighthundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .eighthundred\:-ml-56{
    margin-left: -14rem;
  }

  .eighthundred\:-mt-64{
    margin-top: -16rem;
  }

  .eighthundred\:-mr-64{
    margin-right: -16rem;
  }

  .eighthundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .eighthundred\:-ml-64{
    margin-left: -16rem;
  }

  .eighthundred\:-mt-72{
    margin-top: -18rem;
  }

  .eighthundred\:-mr-72{
    margin-right: -18rem;
  }

  .eighthundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .eighthundred\:-ml-72{
    margin-left: -18rem;
  }

  .eighthundred\:-mt-80{
    margin-top: -20rem;
  }

  .eighthundred\:-mr-80{
    margin-right: -20rem;
  }

  .eighthundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .eighthundred\:-ml-80{
    margin-left: -20rem;
  }

  .eighthundred\:-mt-88{
    margin-top: -22rem;
  }

  .eighthundred\:-mr-88{
    margin-right: -22rem;
  }

  .eighthundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .eighthundred\:-ml-88{
    margin-left: -22rem;
  }

  .eighthundred\:-mt-96{
    margin-top: -24rem;
  }

  .eighthundred\:-mr-96{
    margin-right: -24rem;
  }

  .eighthundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .eighthundred\:-ml-96{
    margin-left: -24rem;
  }

  .eighthundred\:-mt-104{
    margin-top: -26rem;
  }

  .eighthundred\:-mr-104{
    margin-right: -26rem;
  }

  .eighthundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .eighthundred\:-ml-104{
    margin-left: -26rem;
  }

  .eighthundred\:-mt-112{
    margin-top: -28rem;
  }

  .eighthundred\:-mr-112{
    margin-right: -28rem;
  }

  .eighthundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .eighthundred\:-ml-112{
    margin-left: -28rem;
  }

  .eighthundred\:-mt-128{
    margin-top: -30rem;
  }

  .eighthundred\:-mr-128{
    margin-right: -30rem;
  }

  .eighthundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .eighthundred\:-ml-128{
    margin-left: -30rem;
  }

  .eighthundred\:-mt-144{
    margin-top: -34rem;
  }

  .eighthundred\:-mr-144{
    margin-right: -34rem;
  }

  .eighthundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .eighthundred\:-ml-144{
    margin-left: -34rem;
  }

  .eighthundred\:-mt-160{
    margin-top: -38rem;
  }

  .eighthundred\:-mr-160{
    margin-right: -38rem;
  }

  .eighthundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .eighthundred\:-ml-160{
    margin-left: -38rem;
  }

  .eighthundred\:-mt-176{
    margin-top: -42rem;
  }

  .eighthundred\:-mr-176{
    margin-right: -42rem;
  }

  .eighthundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .eighthundred\:-ml-176{
    margin-left: -42rem;
  }

  .eighthundred\:-mt-192{
    margin-top: -46rem;
  }

  .eighthundred\:-mr-192{
    margin-right: -46rem;
  }

  .eighthundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .eighthundred\:-ml-192{
    margin-left: -46rem;
  }

  .eighthundred\:-mt-208{
    margin-top: -50rem;
  }

  .eighthundred\:-mr-208{
    margin-right: -50rem;
  }

  .eighthundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .eighthundred\:-ml-208{
    margin-left: -50rem;
  }

  .eighthundred\:-mt-224{
    margin-top: -54rem;
  }

  .eighthundred\:-mr-224{
    margin-right: -54rem;
  }

  .eighthundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .eighthundred\:-ml-224{
    margin-left: -54rem;
  }

  .eighthundred\:-mt-240{
    margin-top: -58rem;
  }

  .eighthundred\:-mr-240{
    margin-right: -58rem;
  }

  .eighthundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .eighthundred\:-ml-240{
    margin-left: -58rem;
  }

  .eighthundred\:-mt-256{
    margin-top: -62rem;
  }

  .eighthundred\:-mr-256{
    margin-right: -62rem;
  }

  .eighthundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .eighthundred\:-ml-256{
    margin-left: -62rem;
  }

  .eighthundred\:-mt-px{
    margin-top: -1px;
  }

  .eighthundred\:-mr-px{
    margin-right: -1px;
  }

  .eighthundred\:-mb-px{
    margin-bottom: -1px;
  }

  .eighthundred\:-ml-px{
    margin-left: -1px;
  }

  .eighthundred\:max-h-full{
    max-height: 100%;
  }

  .eighthundred\:max-h-screen{
    max-height: 100vh;
  }

  .eighthundred\:max-w-none{
    max-width: none;
  }

  .eighthundred\:max-w-xs{
    max-width: 20rem;
  }

  .eighthundred\:max-w-sm{
    max-width: 24rem;
  }

  .eighthundred\:max-w-md{
    max-width: 28rem;
  }

  .eighthundred\:max-w-lg{
    max-width: 32rem;
  }

  .eighthundred\:max-w-xl{
    max-width: 36rem;
  }

  .eighthundred\:max-w-2xl{
    max-width: 42rem;
  }

  .eighthundred\:max-w-3xl{
    max-width: 48rem;
  }

  .eighthundred\:max-w-4xl{
    max-width: 56rem;
  }

  .eighthundred\:max-w-5xl{
    max-width: 64rem;
  }

  .eighthundred\:max-w-6xl{
    max-width: 72rem;
  }

  .eighthundred\:max-w-full{
    max-width: 100%;
  }

  .eighthundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .eighthundred\:max-w-screen-md{
    max-width: 768px;
  }

  .eighthundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .eighthundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .eighthundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .eighthundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .eighthundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .eighthundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .eighthundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .eighthundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .eighthundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .eighthundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .eighthundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .eighthundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .eighthundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .eighthundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .eighthundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .eighthundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .eighthundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .eighthundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .eighthundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .eighthundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .eighthundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .eighthundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .eighthundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .eighthundred\:min-h-0{
    min-height: 0;
  }

  .eighthundred\:min-h-full{
    min-height: 100%;
  }

  .eighthundred\:min-h-screen{
    min-height: 100vh;
  }

  .eighthundred\:min-w-0{
    min-width: 0;
  }

  .eighthundred\:min-w-80{
    min-width: 20rem;
  }

  .eighthundred\:min-w-full{
    min-width: 100%;
  }

  .eighthundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .eighthundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .eighthundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .eighthundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .eighthundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .eighthundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .eighthundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .eighthundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .eighthundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .eighthundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .eighthundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .eighthundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .eighthundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .eighthundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .eighthundred\:opacity-0{
    opacity: 0;
  }

  .eighthundred\:opacity-25{
    opacity: 0.25;
  }

  .eighthundred\:opacity-30{
    opacity: 0.3;
  }

  .eighthundred\:opacity-40{
    opacity: 0.4;
  }

  .eighthundred\:opacity-50{
    opacity: 0.5;
  }

  .eighthundred\:opacity-75{
    opacity: 0.75;
  }

  .eighthundred\:opacity-100{
    opacity: 1;
  }

  .eighthundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .eighthundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .eighthundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .eighthundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .eighthundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .eighthundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .eighthundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .eighthundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .eighthundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .eighthundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .eighthundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .eighthundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .eighthundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .eighthundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .eighthundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .eighthundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .eighthundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .eighthundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .eighthundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .eighthundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .eighthundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .eighthundred\:overflow-auto{
    overflow: auto;
  }

  .eighthundred\:overflow-hidden{
    overflow: hidden;
  }

  .eighthundred\:overflow-visible{
    overflow: visible;
  }

  .eighthundred\:overflow-scroll{
    overflow: scroll;
  }

  .eighthundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .eighthundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .eighthundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .eighthundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .eighthundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .eighthundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .eighthundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .eighthundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .eighthundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .eighthundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .eighthundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .eighthundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .eighthundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .eighthundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .eighthundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .eighthundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .eighthundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .eighthundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .eighthundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .eighthundred\:p-0{
    padding: 0;
  }

  .eighthundred\:p-1{
    padding: 0.25rem;
  }

  .eighthundred\:p-2{
    padding: 0.5rem;
  }

  .eighthundred\:p-3{
    padding: 0.75rem;
  }

  .eighthundred\:p-4{
    padding: 1rem;
  }

  .eighthundred\:p-5{
    padding: 1.25rem;
  }

  .eighthundred\:p-6{
    padding: 1.5rem;
  }

  .eighthundred\:p-8{
    padding: 2rem;
  }

  .eighthundred\:p-10{
    padding: 2.5rem;
  }

  .eighthundred\:p-12{
    padding: 3rem;
  }

  .eighthundred\:p-16{
    padding: 4rem;
  }

  .eighthundred\:p-20{
    padding: 5rem;
  }

  .eighthundred\:p-24{
    padding: 6rem;
  }

  .eighthundred\:p-32{
    padding: 8rem;
  }

  .eighthundred\:p-40{
    padding: 10rem;
  }

  .eighthundred\:p-48{
    padding: 12rem;
  }

  .eighthundred\:p-56{
    padding: 14rem;
  }

  .eighthundred\:p-64{
    padding: 16rem;
  }

  .eighthundred\:p-72{
    padding: 18rem;
  }

  .eighthundred\:p-80{
    padding: 20rem;
  }

  .eighthundred\:p-88{
    padding: 22rem;
  }

  .eighthundred\:p-96{
    padding: 24rem;
  }

  .eighthundred\:p-104{
    padding: 26rem;
  }

  .eighthundred\:p-112{
    padding: 28rem;
  }

  .eighthundred\:p-128{
    padding: 30rem;
  }

  .eighthundred\:p-144{
    padding: 34rem;
  }

  .eighthundred\:p-160{
    padding: 38rem;
  }

  .eighthundred\:p-176{
    padding: 42rem;
  }

  .eighthundred\:p-192{
    padding: 46rem;
  }

  .eighthundred\:p-208{
    padding: 50rem;
  }

  .eighthundred\:p-224{
    padding: 54rem;
  }

  .eighthundred\:p-240{
    padding: 58rem;
  }

  .eighthundred\:p-256{
    padding: 62rem;
  }

  .eighthundred\:p-px{
    padding: 1px;
  }

  .eighthundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .eighthundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .eighthundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .eighthundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .eighthundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .eighthundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .eighthundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .eighthundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .eighthundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .eighthundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eighthundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .eighthundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .eighthundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .eighthundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .eighthundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .eighthundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .eighthundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .eighthundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .eighthundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .eighthundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .eighthundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .eighthundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .eighthundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .eighthundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .eighthundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .eighthundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .eighthundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .eighthundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .eighthundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .eighthundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .eighthundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .eighthundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .eighthundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .eighthundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .eighthundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .eighthundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .eighthundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .eighthundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .eighthundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .eighthundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .eighthundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .eighthundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .eighthundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .eighthundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .eighthundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .eighthundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .eighthundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .eighthundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .eighthundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .eighthundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .eighthundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .eighthundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .eighthundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .eighthundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .eighthundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .eighthundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .eighthundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .eighthundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .eighthundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .eighthundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .eighthundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .eighthundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .eighthundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .eighthundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .eighthundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .eighthundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .eighthundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .eighthundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .eighthundred\:pt-0{
    padding-top: 0;
  }

  .eighthundred\:pr-0{
    padding-right: 0;
  }

  .eighthundred\:pb-0{
    padding-bottom: 0;
  }

  .eighthundred\:pl-0{
    padding-left: 0;
  }

  .eighthundred\:pt-1{
    padding-top: 0.25rem;
  }

  .eighthundred\:pr-1{
    padding-right: 0.25rem;
  }

  .eighthundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .eighthundred\:pl-1{
    padding-left: 0.25rem;
  }

  .eighthundred\:pt-2{
    padding-top: 0.5rem;
  }

  .eighthundred\:pr-2{
    padding-right: 0.5rem;
  }

  .eighthundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .eighthundred\:pl-2{
    padding-left: 0.5rem;
  }

  .eighthundred\:pt-3{
    padding-top: 0.75rem;
  }

  .eighthundred\:pr-3{
    padding-right: 0.75rem;
  }

  .eighthundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .eighthundred\:pl-3{
    padding-left: 0.75rem;
  }

  .eighthundred\:pt-4{
    padding-top: 1rem;
  }

  .eighthundred\:pr-4{
    padding-right: 1rem;
  }

  .eighthundred\:pb-4{
    padding-bottom: 1rem;
  }

  .eighthundred\:pl-4{
    padding-left: 1rem;
  }

  .eighthundred\:pt-5{
    padding-top: 1.25rem;
  }

  .eighthundred\:pr-5{
    padding-right: 1.25rem;
  }

  .eighthundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .eighthundred\:pl-5{
    padding-left: 1.25rem;
  }

  .eighthundred\:pt-6{
    padding-top: 1.5rem;
  }

  .eighthundred\:pr-6{
    padding-right: 1.5rem;
  }

  .eighthundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .eighthundred\:pl-6{
    padding-left: 1.5rem;
  }

  .eighthundred\:pt-8{
    padding-top: 2rem;
  }

  .eighthundred\:pr-8{
    padding-right: 2rem;
  }

  .eighthundred\:pb-8{
    padding-bottom: 2rem;
  }

  .eighthundred\:pl-8{
    padding-left: 2rem;
  }

  .eighthundred\:pt-10{
    padding-top: 2.5rem;
  }

  .eighthundred\:pr-10{
    padding-right: 2.5rem;
  }

  .eighthundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .eighthundred\:pl-10{
    padding-left: 2.5rem;
  }

  .eighthundred\:pt-12{
    padding-top: 3rem;
  }

  .eighthundred\:pr-12{
    padding-right: 3rem;
  }

  .eighthundred\:pb-12{
    padding-bottom: 3rem;
  }

  .eighthundred\:pl-12{
    padding-left: 3rem;
  }

  .eighthundred\:pt-16{
    padding-top: 4rem;
  }

  .eighthundred\:pr-16{
    padding-right: 4rem;
  }

  .eighthundred\:pb-16{
    padding-bottom: 4rem;
  }

  .eighthundred\:pl-16{
    padding-left: 4rem;
  }

  .eighthundred\:pt-20{
    padding-top: 5rem;
  }

  .eighthundred\:pr-20{
    padding-right: 5rem;
  }

  .eighthundred\:pb-20{
    padding-bottom: 5rem;
  }

  .eighthundred\:pl-20{
    padding-left: 5rem;
  }

  .eighthundred\:pt-24{
    padding-top: 6rem;
  }

  .eighthundred\:pr-24{
    padding-right: 6rem;
  }

  .eighthundred\:pb-24{
    padding-bottom: 6rem;
  }

  .eighthundred\:pl-24{
    padding-left: 6rem;
  }

  .eighthundred\:pt-32{
    padding-top: 8rem;
  }

  .eighthundred\:pr-32{
    padding-right: 8rem;
  }

  .eighthundred\:pb-32{
    padding-bottom: 8rem;
  }

  .eighthundred\:pl-32{
    padding-left: 8rem;
  }

  .eighthundred\:pt-40{
    padding-top: 10rem;
  }

  .eighthundred\:pr-40{
    padding-right: 10rem;
  }

  .eighthundred\:pb-40{
    padding-bottom: 10rem;
  }

  .eighthundred\:pl-40{
    padding-left: 10rem;
  }

  .eighthundred\:pt-48{
    padding-top: 12rem;
  }

  .eighthundred\:pr-48{
    padding-right: 12rem;
  }

  .eighthundred\:pb-48{
    padding-bottom: 12rem;
  }

  .eighthundred\:pl-48{
    padding-left: 12rem;
  }

  .eighthundred\:pt-56{
    padding-top: 14rem;
  }

  .eighthundred\:pr-56{
    padding-right: 14rem;
  }

  .eighthundred\:pb-56{
    padding-bottom: 14rem;
  }

  .eighthundred\:pl-56{
    padding-left: 14rem;
  }

  .eighthundred\:pt-64{
    padding-top: 16rem;
  }

  .eighthundred\:pr-64{
    padding-right: 16rem;
  }

  .eighthundred\:pb-64{
    padding-bottom: 16rem;
  }

  .eighthundred\:pl-64{
    padding-left: 16rem;
  }

  .eighthundred\:pt-72{
    padding-top: 18rem;
  }

  .eighthundred\:pr-72{
    padding-right: 18rem;
  }

  .eighthundred\:pb-72{
    padding-bottom: 18rem;
  }

  .eighthundred\:pl-72{
    padding-left: 18rem;
  }

  .eighthundred\:pt-80{
    padding-top: 20rem;
  }

  .eighthundred\:pr-80{
    padding-right: 20rem;
  }

  .eighthundred\:pb-80{
    padding-bottom: 20rem;
  }

  .eighthundred\:pl-80{
    padding-left: 20rem;
  }

  .eighthundred\:pt-88{
    padding-top: 22rem;
  }

  .eighthundred\:pr-88{
    padding-right: 22rem;
  }

  .eighthundred\:pb-88{
    padding-bottom: 22rem;
  }

  .eighthundred\:pl-88{
    padding-left: 22rem;
  }

  .eighthundred\:pt-96{
    padding-top: 24rem;
  }

  .eighthundred\:pr-96{
    padding-right: 24rem;
  }

  .eighthundred\:pb-96{
    padding-bottom: 24rem;
  }

  .eighthundred\:pl-96{
    padding-left: 24rem;
  }

  .eighthundred\:pt-104{
    padding-top: 26rem;
  }

  .eighthundred\:pr-104{
    padding-right: 26rem;
  }

  .eighthundred\:pb-104{
    padding-bottom: 26rem;
  }

  .eighthundred\:pl-104{
    padding-left: 26rem;
  }

  .eighthundred\:pt-112{
    padding-top: 28rem;
  }

  .eighthundred\:pr-112{
    padding-right: 28rem;
  }

  .eighthundred\:pb-112{
    padding-bottom: 28rem;
  }

  .eighthundred\:pl-112{
    padding-left: 28rem;
  }

  .eighthundred\:pt-128{
    padding-top: 30rem;
  }

  .eighthundred\:pr-128{
    padding-right: 30rem;
  }

  .eighthundred\:pb-128{
    padding-bottom: 30rem;
  }

  .eighthundred\:pl-128{
    padding-left: 30rem;
  }

  .eighthundred\:pt-144{
    padding-top: 34rem;
  }

  .eighthundred\:pr-144{
    padding-right: 34rem;
  }

  .eighthundred\:pb-144{
    padding-bottom: 34rem;
  }

  .eighthundred\:pl-144{
    padding-left: 34rem;
  }

  .eighthundred\:pt-160{
    padding-top: 38rem;
  }

  .eighthundred\:pr-160{
    padding-right: 38rem;
  }

  .eighthundred\:pb-160{
    padding-bottom: 38rem;
  }

  .eighthundred\:pl-160{
    padding-left: 38rem;
  }

  .eighthundred\:pt-176{
    padding-top: 42rem;
  }

  .eighthundred\:pr-176{
    padding-right: 42rem;
  }

  .eighthundred\:pb-176{
    padding-bottom: 42rem;
  }

  .eighthundred\:pl-176{
    padding-left: 42rem;
  }

  .eighthundred\:pt-192{
    padding-top: 46rem;
  }

  .eighthundred\:pr-192{
    padding-right: 46rem;
  }

  .eighthundred\:pb-192{
    padding-bottom: 46rem;
  }

  .eighthundred\:pl-192{
    padding-left: 46rem;
  }

  .eighthundred\:pt-208{
    padding-top: 50rem;
  }

  .eighthundred\:pr-208{
    padding-right: 50rem;
  }

  .eighthundred\:pb-208{
    padding-bottom: 50rem;
  }

  .eighthundred\:pl-208{
    padding-left: 50rem;
  }

  .eighthundred\:pt-224{
    padding-top: 54rem;
  }

  .eighthundred\:pr-224{
    padding-right: 54rem;
  }

  .eighthundred\:pb-224{
    padding-bottom: 54rem;
  }

  .eighthundred\:pl-224{
    padding-left: 54rem;
  }

  .eighthundred\:pt-240{
    padding-top: 58rem;
  }

  .eighthundred\:pr-240{
    padding-right: 58rem;
  }

  .eighthundred\:pb-240{
    padding-bottom: 58rem;
  }

  .eighthundred\:pl-240{
    padding-left: 58rem;
  }

  .eighthundred\:pt-256{
    padding-top: 62rem;
  }

  .eighthundred\:pr-256{
    padding-right: 62rem;
  }

  .eighthundred\:pb-256{
    padding-bottom: 62rem;
  }

  .eighthundred\:pl-256{
    padding-left: 62rem;
  }

  .eighthundred\:pt-px{
    padding-top: 1px;
  }

  .eighthundred\:pr-px{
    padding-right: 1px;
  }

  .eighthundred\:pb-px{
    padding-bottom: 1px;
  }

  .eighthundred\:pl-px{
    padding-left: 1px;
  }

  .eighthundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .eighthundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .eighthundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .eighthundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .eighthundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .eighthundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .eighthundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .eighthundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .eighthundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .eighthundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .eighthundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .eighthundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .eighthundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighthundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .eighthundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighthundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighthundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighthundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighthundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighthundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .eighthundred\:pointer-events-none{
    pointer-events: none;
  }

  .eighthundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .eighthundred\:static{
    position: static;
  }

  .eighthundred\:fixed{
    position: fixed;
  }

  .eighthundred\:absolute{
    position: absolute;
  }

  .eighthundred\:relative{
    position: relative;
  }

  .eighthundred\:sticky{
    position: sticky;
  }

  .eighthundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .eighthundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .eighthundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .eighthundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .eighthundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .eighthundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .eighthundred\:top-0{
    top: 0;
  }

  .eighthundred\:right-0{
    right: 0;
  }

  .eighthundred\:bottom-0{
    bottom: 0;
  }

  .eighthundred\:left-0{
    left: 0;
  }

  .eighthundred\:top-auto{
    top: auto;
  }

  .eighthundred\:right-auto{
    right: auto;
  }

  .eighthundred\:bottom-auto{
    bottom: auto;
  }

  .eighthundred\:left-auto{
    left: auto;
  }

  .eighthundred\:resize-none{
    resize: none;
  }

  .eighthundred\:resize-y{
    resize: vertical;
  }

  .eighthundred\:resize-x{
    resize: horizontal;
  }

  .eighthundred\:resize{
    resize: both;
  }

  .eighthundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighthundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighthundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:shadow-none{
    box-shadow: none;
  }

  .eighthundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighthundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighthundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .eighthundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighthundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighthundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighthundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighthundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .eighthundred\:fill-current{
    fill: currentColor;
  }

  .eighthundred\:stroke-current{
    stroke: currentColor;
  }

  .eighthundred\:stroke-0{
    stroke-width: 0;
  }

  .eighthundred\:stroke-1{
    stroke-width: 1;
  }

  .eighthundred\:stroke-2{
    stroke-width: 2;
  }

  .eighthundred\:table-auto{
    table-layout: auto;
  }

  .eighthundred\:table-fixed{
    table-layout: fixed;
  }

  .eighthundred\:text-left{
    text-align: left;
  }

  .eighthundred\:text-center{
    text-align: center;
  }

  .eighthundred\:text-right{
    text-align: right;
  }

  .eighthundred\:text-justify{
    text-align: justify;
  }

  .eighthundred\:text-transparent{
    color: transparent;
  }

  .eighthundred\:text-current{
    color: currentColor;
  }

  .eighthundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighthundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighthundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighthundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighthundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighthundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighthundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighthundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighthundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighthundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighthundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighthundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighthundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighthundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighthundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighthundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighthundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighthundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighthundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighthundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighthundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighthundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighthundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighthundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighthundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighthundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighthundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighthundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighthundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighthundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighthundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighthundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighthundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighthundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighthundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighthundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighthundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighthundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighthundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighthundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighthundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighthundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighthundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighthundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighthundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighthundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighthundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighthundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighthundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighthundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighthundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighthundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighthundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighthundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighthundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighthundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighthundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighthundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighthundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighthundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighthundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighthundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighthundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighthundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighthundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighthundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighthundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighthundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighthundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighthundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighthundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighthundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighthundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighthundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighthundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighthundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighthundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighthundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighthundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighthundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighthundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighthundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighthundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighthundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighthundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighthundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighthundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighthundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighthundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighthundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighthundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .eighthundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .eighthundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighthundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighthundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighthundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighthundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighthundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighthundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighthundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighthundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighthundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighthundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighthundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighthundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .eighthundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .eighthundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighthundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighthundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighthundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighthundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighthundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighthundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighthundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighthundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighthundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighthundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighthundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .eighthundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .eighthundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .eighthundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighthundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .eighthundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .eighthundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .eighthundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .eighthundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .eighthundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .eighthundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .eighthundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .eighthundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .eighthundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .eighthundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .eighthundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .eighthundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .eighthundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .eighthundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .eighthundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .eighthundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .eighthundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .eighthundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .eighthundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .eighthundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .eighthundred\:italic{
    font-style: italic;
  }

  .eighthundred\:not-italic{
    font-style: normal;
  }

  .eighthundred\:uppercase{
    text-transform: uppercase;
  }

  .eighthundred\:lowercase{
    text-transform: lowercase;
  }

  .eighthundred\:capitalize{
    text-transform: capitalize;
  }

  .eighthundred\:normal-case{
    text-transform: none;
  }

  .eighthundred\:underline{
    text-decoration: underline;
  }

  .eighthundred\:line-through{
    text-decoration: line-through;
  }

  .eighthundred\:no-underline{
    text-decoration: none;
  }

  .eighthundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .eighthundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .eighthundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .eighthundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .eighthundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .eighthundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .eighthundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .eighthundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .eighthundred\:ordinal, .eighthundred\:slashed-zero, .eighthundred\:lining-nums, .eighthundred\:oldstyle-nums, .eighthundred\:proportional-nums, .eighthundred\:tabular-nums, .eighthundred\:diagonal-fractions, .eighthundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .eighthundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .eighthundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .eighthundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .eighthundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .eighthundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .eighthundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .eighthundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .eighthundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .eighthundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .eighthundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .eighthundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .eighthundred\:tracking-normal{
    letter-spacing: 0;
  }

  .eighthundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .eighthundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .eighthundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .eighthundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .eighthundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .eighthundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .eighthundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .eighthundred\:align-baseline{
    vertical-align: baseline;
  }

  .eighthundred\:align-top{
    vertical-align: top;
  }

  .eighthundred\:align-middle{
    vertical-align: middle;
  }

  .eighthundred\:align-bottom{
    vertical-align: bottom;
  }

  .eighthundred\:align-text-top{
    vertical-align: text-top;
  }

  .eighthundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .eighthundred\:visible{
    visibility: visible;
  }

  .eighthundred\:invisible{
    visibility: hidden;
  }

  .eighthundred\:whitespace-normal{
    white-space: normal;
  }

  .eighthundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .eighthundred\:whitespace-pre{
    white-space: pre;
  }

  .eighthundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .eighthundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .eighthundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .eighthundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .eighthundred\:break-all{
    word-break: break-all;
  }

  .eighthundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .eighthundred\:w-0{
    width: 0;
  }

  .eighthundred\:w-1{
    width: 0.25rem;
  }

  .eighthundred\:w-2{
    width: 0.5rem;
  }

  .eighthundred\:w-3{
    width: 0.75rem;
  }

  .eighthundred\:w-4{
    width: 1rem;
  }

  .eighthundred\:w-5{
    width: 1.25rem;
  }

  .eighthundred\:w-6{
    width: 1.5rem;
  }

  .eighthundred\:w-8{
    width: 2rem;
  }

  .eighthundred\:w-10{
    width: 2.5rem;
  }

  .eighthundred\:w-12{
    width: 3rem;
  }

  .eighthundred\:w-16{
    width: 4rem;
  }

  .eighthundred\:w-20{
    width: 5rem;
  }

  .eighthundred\:w-24{
    width: 6rem;
  }

  .eighthundred\:w-32{
    width: 8rem;
  }

  .eighthundred\:w-40{
    width: 10rem;
  }

  .eighthundred\:w-48{
    width: 12rem;
  }

  .eighthundred\:w-56{
    width: 14rem;
  }

  .eighthundred\:w-64{
    width: 16rem;
  }

  .eighthundred\:w-72{
    width: 18rem;
  }

  .eighthundred\:w-80{
    width: 20rem;
  }

  .eighthundred\:w-88{
    width: 22rem;
  }

  .eighthundred\:w-96{
    width: 24rem;
  }

  .eighthundred\:w-104{
    width: 26rem;
  }

  .eighthundred\:w-112{
    width: 28rem;
  }

  .eighthundred\:w-128{
    width: 30rem;
  }

  .eighthundred\:w-144{
    width: 34rem;
  }

  .eighthundred\:w-160{
    width: 38rem;
  }

  .eighthundred\:w-176{
    width: 42rem;
  }

  .eighthundred\:w-192{
    width: 46rem;
  }

  .eighthundred\:w-208{
    width: 50rem;
  }

  .eighthundred\:w-224{
    width: 54rem;
  }

  .eighthundred\:w-240{
    width: 58rem;
  }

  .eighthundred\:w-256{
    width: 62rem;
  }

  .eighthundred\:w-auto{
    width: auto;
  }

  .eighthundred\:w-px{
    width: 1px;
  }

  .eighthundred\:w-1\/2{
    width: 50%;
  }

  .eighthundred\:w-1\/3{
    width: 33.333333%;
  }

  .eighthundred\:w-2\/3{
    width: 66.666667%;
  }

  .eighthundred\:w-1\/4{
    width: 25%;
  }

  .eighthundred\:w-2\/4{
    width: 50%;
  }

  .eighthundred\:w-3\/4{
    width: 75%;
  }

  .eighthundred\:w-1\/5{
    width: 20%;
  }

  .eighthundred\:w-2\/5{
    width: 40%;
  }

  .eighthundred\:w-3\/5{
    width: 60%;
  }

  .eighthundred\:w-4\/5{
    width: 80%;
  }

  .eighthundred\:w-1\/6{
    width: 16.666667%;
  }

  .eighthundred\:w-2\/6{
    width: 33.333333%;
  }

  .eighthundred\:w-3\/6{
    width: 50%;
  }

  .eighthundred\:w-4\/6{
    width: 66.666667%;
  }

  .eighthundred\:w-5\/6{
    width: 83.333333%;
  }

  .eighthundred\:w-1\/12{
    width: 8.333333%;
  }

  .eighthundred\:w-2\/12{
    width: 16.666667%;
  }

  .eighthundred\:w-3\/12{
    width: 25%;
  }

  .eighthundred\:w-4\/12{
    width: 33.333333%;
  }

  .eighthundred\:w-5\/12{
    width: 41.666667%;
  }

  .eighthundred\:w-6\/12{
    width: 50%;
  }

  .eighthundred\:w-7\/12{
    width: 58.333333%;
  }

  .eighthundred\:w-8\/12{
    width: 66.666667%;
  }

  .eighthundred\:w-9\/12{
    width: 75%;
  }

  .eighthundred\:w-10\/12{
    width: 83.333333%;
  }

  .eighthundred\:w-11\/12{
    width: 91.666667%;
  }

  .eighthundred\:w-full{
    width: 100%;
  }

  .eighthundred\:w-screen{
    width: 100vw;
  }

  .eighthundred\:z-0{
    z-index: 0;
  }

  .eighthundred\:z-10{
    z-index: 10;
  }

  .eighthundred\:z-20{
    z-index: 20;
  }

  .eighthundred\:z-30{
    z-index: 30;
  }

  .eighthundred\:z-40{
    z-index: 40;
  }

  .eighthundred\:z-50{
    z-index: 50;
  }

  .eighthundred\:z-auto{
    z-index: auto;
  }

  .eighthundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .eighthundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .eighthundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .eighthundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .eighthundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .eighthundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .eighthundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .eighthundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .eighthundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .eighthundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .eighthundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .eighthundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .eighthundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .eighthundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .eighthundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .eighthundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .eighthundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .eighthundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .eighthundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .eighthundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .eighthundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .eighthundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .eighthundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .eighthundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .eighthundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .eighthundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .eighthundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .eighthundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .eighthundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .eighthundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .eighthundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .eighthundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .eighthundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .eighthundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .eighthundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .eighthundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .eighthundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .eighthundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .eighthundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .eighthundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .eighthundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .eighthundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .eighthundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .eighthundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .eighthundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .eighthundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .eighthundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .eighthundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .eighthundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .eighthundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .eighthundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .eighthundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .eighthundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .eighthundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .eighthundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .eighthundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .eighthundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .eighthundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .eighthundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .eighthundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .eighthundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .eighthundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .eighthundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .eighthundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .eighthundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .eighthundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .eighthundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .eighthundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .eighthundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .eighthundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .eighthundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .eighthundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .eighthundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .eighthundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .eighthundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .eighthundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .eighthundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .eighthundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .eighthundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .eighthundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .eighthundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .eighthundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .eighthundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .eighthundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .eighthundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .eighthundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .eighthundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .eighthundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .eighthundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .eighthundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .eighthundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .eighthundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .eighthundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .eighthundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .eighthundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .eighthundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .eighthundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .eighthundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .eighthundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .eighthundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .eighthundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .eighthundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .eighthundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .eighthundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .eighthundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .eighthundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .eighthundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .eighthundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .eighthundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .eighthundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .eighthundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .eighthundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .eighthundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .eighthundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .eighthundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .eighthundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .eighthundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .eighthundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .eighthundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .eighthundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .eighthundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .eighthundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .eighthundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .eighthundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .eighthundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .eighthundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .eighthundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .eighthundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .eighthundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .eighthundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .eighthundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .eighthundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .eighthundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .eighthundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .eighthundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .eighthundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .eighthundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .eighthundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .eighthundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .eighthundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .eighthundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .eighthundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .eighthundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .eighthundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .eighthundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .eighthundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .eighthundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .eighthundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .eighthundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .eighthundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .eighthundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .eighthundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .eighthundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .eighthundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .eighthundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .eighthundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .eighthundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .eighthundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .eighthundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .eighthundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .eighthundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .eighthundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .eighthundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .eighthundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .eighthundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .eighthundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .eighthundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .eighthundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .eighthundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .eighthundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .eighthundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .eighthundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .eighthundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .eighthundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .eighthundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .eighthundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .eighthundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .eighthundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .eighthundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .eighthundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .eighthundred\:col-auto{
    grid-column: auto;
  }

  .eighthundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .eighthundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .eighthundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .eighthundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .eighthundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .eighthundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .eighthundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .eighthundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .eighthundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .eighthundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .eighthundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .eighthundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .eighthundred\:col-start-1{
    grid-column-start: 1;
  }

  .eighthundred\:col-start-2{
    grid-column-start: 2;
  }

  .eighthundred\:col-start-3{
    grid-column-start: 3;
  }

  .eighthundred\:col-start-4{
    grid-column-start: 4;
  }

  .eighthundred\:col-start-5{
    grid-column-start: 5;
  }

  .eighthundred\:col-start-6{
    grid-column-start: 6;
  }

  .eighthundred\:col-start-7{
    grid-column-start: 7;
  }

  .eighthundred\:col-start-8{
    grid-column-start: 8;
  }

  .eighthundred\:col-start-9{
    grid-column-start: 9;
  }

  .eighthundred\:col-start-10{
    grid-column-start: 10;
  }

  .eighthundred\:col-start-11{
    grid-column-start: 11;
  }

  .eighthundred\:col-start-12{
    grid-column-start: 12;
  }

  .eighthundred\:col-start-13{
    grid-column-start: 13;
  }

  .eighthundred\:col-start-auto{
    grid-column-start: auto;
  }

  .eighthundred\:col-end-1{
    grid-column-end: 1;
  }

  .eighthundred\:col-end-2{
    grid-column-end: 2;
  }

  .eighthundred\:col-end-3{
    grid-column-end: 3;
  }

  .eighthundred\:col-end-4{
    grid-column-end: 4;
  }

  .eighthundred\:col-end-5{
    grid-column-end: 5;
  }

  .eighthundred\:col-end-6{
    grid-column-end: 6;
  }

  .eighthundred\:col-end-7{
    grid-column-end: 7;
  }

  .eighthundred\:col-end-8{
    grid-column-end: 8;
  }

  .eighthundred\:col-end-9{
    grid-column-end: 9;
  }

  .eighthundred\:col-end-10{
    grid-column-end: 10;
  }

  .eighthundred\:col-end-11{
    grid-column-end: 11;
  }

  .eighthundred\:col-end-12{
    grid-column-end: 12;
  }

  .eighthundred\:col-end-13{
    grid-column-end: 13;
  }

  .eighthundred\:col-end-auto{
    grid-column-end: auto;
  }

  .eighthundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .eighthundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .eighthundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .eighthundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .eighthundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .eighthundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .eighthundred\:row-auto{
    grid-row: auto;
  }

  .eighthundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .eighthundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .eighthundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .eighthundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .eighthundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .eighthundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .eighthundred\:row-start-1{
    grid-row-start: 1;
  }

  .eighthundred\:row-start-2{
    grid-row-start: 2;
  }

  .eighthundred\:row-start-3{
    grid-row-start: 3;
  }

  .eighthundred\:row-start-4{
    grid-row-start: 4;
  }

  .eighthundred\:row-start-5{
    grid-row-start: 5;
  }

  .eighthundred\:row-start-6{
    grid-row-start: 6;
  }

  .eighthundred\:row-start-7{
    grid-row-start: 7;
  }

  .eighthundred\:row-start-auto{
    grid-row-start: auto;
  }

  .eighthundred\:row-end-1{
    grid-row-end: 1;
  }

  .eighthundred\:row-end-2{
    grid-row-end: 2;
  }

  .eighthundred\:row-end-3{
    grid-row-end: 3;
  }

  .eighthundred\:row-end-4{
    grid-row-end: 4;
  }

  .eighthundred\:row-end-5{
    grid-row-end: 5;
  }

  .eighthundred\:row-end-6{
    grid-row-end: 6;
  }

  .eighthundred\:row-end-7{
    grid-row-end: 7;
  }

  .eighthundred\:row-end-auto{
    grid-row-end: auto;
  }

  .eighthundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .eighthundred\:transform-none{
    transform: none;
  }

  .eighthundred\:origin-center{
    transform-origin: center;
  }

  .eighthundred\:origin-top{
    transform-origin: top;
  }

  .eighthundred\:origin-top-right{
    transform-origin: top right;
  }

  .eighthundred\:origin-right{
    transform-origin: right;
  }

  .eighthundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .eighthundred\:origin-bottom{
    transform-origin: bottom;
  }

  .eighthundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .eighthundred\:origin-left{
    transform-origin: left;
  }

  .eighthundred\:origin-top-left{
    transform-origin: top left;
  }

  .eighthundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighthundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighthundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighthundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighthundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighthundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighthundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighthundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighthundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighthundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighthundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .eighthundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .eighthundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .eighthundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .eighthundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .eighthundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .eighthundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .eighthundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .eighthundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .eighthundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .eighthundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .eighthundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .eighthundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .eighthundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .eighthundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .eighthundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .eighthundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .eighthundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .eighthundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .eighthundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .eighthundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighthundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighthundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighthundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighthundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighthundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighthundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighthundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighthundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighthundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighthundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .eighthundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .eighthundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .eighthundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .eighthundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .eighthundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .eighthundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .eighthundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .eighthundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .eighthundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .eighthundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .eighthundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .eighthundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .eighthundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .eighthundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .eighthundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .eighthundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .eighthundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .eighthundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .eighthundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .eighthundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighthundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighthundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighthundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighthundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighthundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighthundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighthundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighthundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighthundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighthundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .eighthundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .eighthundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .eighthundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .eighthundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .eighthundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .eighthundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .eighthundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .eighthundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .eighthundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .eighthundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .eighthundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .eighthundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .eighthundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .eighthundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .eighthundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .eighthundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .eighthundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .eighthundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .eighthundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .eighthundred\:rotate-0{
    --transform-rotate: 0;
  }

  .eighthundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .eighthundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .eighthundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .eighthundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .eighthundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .eighthundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .eighthundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .eighthundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .eighthundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .eighthundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .eighthundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .eighthundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .eighthundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .eighthundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .eighthundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .eighthundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .eighthundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .eighthundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .eighthundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .eighthundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .eighthundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .eighthundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .eighthundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .eighthundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .eighthundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .eighthundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .eighthundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .eighthundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .eighthundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .eighthundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .eighthundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .eighthundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .eighthundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .eighthundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .eighthundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .eighthundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .eighthundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .eighthundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .eighthundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .eighthundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .eighthundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .eighthundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .eighthundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .eighthundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .eighthundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .eighthundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .eighthundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .eighthundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .eighthundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .eighthundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .eighthundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .eighthundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .eighthundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .eighthundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .eighthundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .eighthundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .eighthundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .eighthundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .eighthundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .eighthundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .eighthundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .eighthundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .eighthundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .eighthundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .eighthundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .eighthundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .eighthundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .eighthundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .eighthundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .eighthundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .eighthundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .eighthundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .eighthundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .eighthundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .eighthundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .eighthundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .eighthundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .eighthundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .eighthundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .eighthundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .eighthundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .eighthundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .eighthundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .eighthundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .eighthundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .eighthundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .eighthundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .eighthundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .eighthundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .eighthundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .eighthundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .eighthundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .eighthundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .eighthundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .eighthundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .eighthundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .eighthundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .eighthundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .eighthundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .eighthundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .eighthundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .eighthundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .eighthundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .eighthundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .eighthundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .eighthundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .eighthundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .eighthundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .eighthundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .eighthundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .eighthundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .eighthundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .eighthundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .eighthundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .eighthundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .eighthundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .eighthundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .eighthundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .eighthundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .eighthundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .eighthundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .eighthundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .eighthundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .eighthundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .eighthundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .eighthundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .eighthundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .eighthundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .eighthundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .eighthundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .eighthundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .eighthundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .eighthundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .eighthundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .eighthundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .eighthundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .eighthundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .eighthundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .eighthundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .eighthundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .eighthundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .eighthundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .eighthundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .eighthundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .eighthundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .eighthundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .eighthundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .eighthundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .eighthundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .eighthundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .eighthundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .eighthundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .eighthundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .eighthundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .eighthundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .eighthundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .eighthundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .eighthundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .eighthundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .eighthundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .eighthundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .eighthundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .eighthundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .eighthundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .eighthundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .eighthundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .eighthundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .eighthundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .eighthundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .eighthundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .eighthundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .eighthundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .eighthundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .eighthundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .eighthundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .eighthundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .eighthundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .eighthundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .eighthundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .eighthundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .eighthundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .eighthundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .eighthundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .eighthundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .eighthundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .eighthundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .eighthundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .eighthundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .eighthundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .eighthundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .eighthundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .eighthundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .eighthundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .eighthundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .eighthundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .eighthundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .eighthundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .eighthundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .eighthundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .eighthundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .eighthundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .eighthundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .eighthundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .eighthundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .eighthundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .eighthundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .eighthundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .eighthundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .eighthundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .eighthundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .eighthundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .eighthundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .eighthundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .eighthundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .eighthundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .eighthundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .eighthundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .eighthundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .eighthundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .eighthundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .eighthundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .eighthundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .eighthundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .eighthundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .eighthundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .eighthundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .eighthundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .eighthundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .eighthundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .eighthundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .eighthundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .eighthundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .eighthundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .eighthundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .eighthundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .eighthundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .eighthundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .eighthundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .eighthundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .eighthundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .eighthundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .eighthundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .eighthundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .eighthundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .eighthundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .eighthundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .eighthundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .eighthundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .eighthundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .eighthundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .eighthundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .eighthundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .eighthundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .eighthundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .eighthundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .eighthundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .eighthundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .eighthundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .eighthundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .eighthundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .eighthundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .eighthundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .eighthundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .eighthundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .eighthundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .eighthundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .eighthundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .eighthundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .eighthundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .eighthundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .eighthundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .eighthundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .eighthundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .eighthundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .eighthundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .eighthundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .eighthundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .eighthundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .eighthundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .eighthundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .eighthundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .eighthundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .eighthundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .eighthundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .eighthundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .eighthundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .eighthundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .eighthundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .eighthundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .eighthundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .eighthundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .eighthundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .eighthundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .eighthundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .eighthundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .eighthundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .eighthundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .eighthundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .eighthundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .eighthundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .eighthundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .eighthundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .eighthundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .eighthundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .eighthundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .eighthundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .eighthundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .eighthundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .eighthundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .eighthundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .eighthundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .eighthundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .eighthundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .eighthundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .eighthundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .eighthundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .eighthundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .eighthundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .eighthundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .eighthundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .eighthundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .eighthundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .eighthundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .eighthundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .eighthundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .eighthundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .eighthundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .eighthundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .eighthundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .eighthundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .eighthundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .eighthundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .eighthundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .eighthundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .eighthundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .eighthundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .eighthundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .eighthundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .eighthundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .eighthundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .eighthundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .eighthundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .eighthundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .eighthundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .eighthundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .eighthundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .eighthundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .eighthundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .eighthundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .eighthundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .eighthundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .eighthundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .eighthundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .eighthundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .eighthundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .eighthundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .eighthundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .eighthundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .eighthundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .eighthundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .eighthundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .eighthundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .eighthundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .eighthundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .eighthundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .eighthundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .eighthundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .eighthundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .eighthundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .eighthundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .eighthundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .eighthundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .eighthundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .eighthundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .eighthundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .eighthundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .eighthundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .eighthundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .eighthundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .eighthundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .eighthundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .eighthundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .eighthundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .eighthundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .eighthundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .eighthundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .eighthundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .eighthundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .eighthundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .eighthundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .eighthundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .eighthundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .eighthundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .eighthundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .eighthundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .eighthundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .eighthundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .eighthundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .eighthundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .eighthundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .eighthundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .eighthundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .eighthundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .eighthundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .eighthundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .eighthundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .eighthundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .eighthundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .eighthundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .eighthundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .eighthundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .eighthundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .eighthundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .eighthundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .eighthundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .eighthundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .eighthundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .eighthundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .eighthundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .eighthundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .eighthundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .eighthundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .eighthundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .eighthundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .eighthundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .eighthundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .eighthundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .eighthundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .eighthundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .eighthundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .eighthundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .eighthundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .eighthundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .eighthundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .eighthundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .eighthundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .eighthundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .eighthundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .eighthundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .eighthundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .eighthundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .eighthundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .eighthundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .eighthundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .eighthundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .eighthundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .eighthundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .eighthundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .eighthundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .eighthundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .eighthundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .eighthundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .eighthundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .eighthundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .eighthundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .eighthundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .eighthundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .eighthundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .eighthundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .eighthundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .eighthundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .eighthundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .eighthundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .eighthundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .eighthundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .eighthundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .eighthundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .eighthundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .eighthundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .eighthundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .eighthundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .eighthundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .eighthundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .eighthundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .eighthundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .eighthundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .eighthundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .eighthundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .eighthundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .eighthundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .eighthundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .eighthundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .eighthundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .eighthundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .eighthundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .eighthundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .eighthundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .eighthundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .eighthundred\:transition-none{
    transition-property: none;
  }

  .eighthundred\:transition-all{
    transition-property: all;
  }

  .eighthundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .eighthundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .eighthundred\:transition-opacity{
    transition-property: opacity;
  }

  .eighthundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .eighthundred\:transition-transform{
    transition-property: transform;
  }

  .eighthundred\:ease-linear{
    transition-timing-function: linear;
  }

  .eighthundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .eighthundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .eighthundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .eighthundred\:duration-75{
    transition-duration: 75ms;
  }

  .eighthundred\:duration-100{
    transition-duration: 100ms;
  }

  .eighthundred\:duration-150{
    transition-duration: 150ms;
  }

  .eighthundred\:duration-200{
    transition-duration: 200ms;
  }

  .eighthundred\:duration-300{
    transition-duration: 300ms;
  }

  .eighthundred\:duration-500{
    transition-duration: 500ms;
  }

  .eighthundred\:duration-700{
    transition-duration: 700ms;
  }

  .eighthundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .eighthundred\:delay-75{
    transition-delay: 75ms;
  }

  .eighthundred\:delay-100{
    transition-delay: 100ms;
  }

  .eighthundred\:delay-150{
    transition-delay: 150ms;
  }

  .eighthundred\:delay-200{
    transition-delay: 200ms;
  }

  .eighthundred\:delay-300{
    transition-delay: 300ms;
  }

  .eighthundred\:delay-500{
    transition-delay: 500ms;
  }

  .eighthundred\:delay-700{
    transition-delay: 700ms;
  }

  .eighthundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .eighthundred\:animate-none{
    animation: none;
  }

  .eighthundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .eighthundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .eighthundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .eighthundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 900px){
  .ninehundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .ninehundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .ninehundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .ninehundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .ninehundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .ninehundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .ninehundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .ninehundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .ninehundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .ninehundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .ninehundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .ninehundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .ninehundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .ninehundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .ninehundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .ninehundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .ninehundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .ninehundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .ninehundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .ninehundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .ninehundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .ninehundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .ninehundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .ninehundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .ninehundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .ninehundred\:container{
      max-width: 2000px;
    }
  }

  .ninehundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .ninehundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .ninehundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .ninehundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .ninehundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .ninehundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .ninehundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .ninehundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .ninehundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .ninehundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .ninehundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .ninehundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .ninehundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .ninehundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .ninehundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .ninehundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .ninehundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .ninehundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .ninehundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .ninehundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .ninehundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .ninehundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .ninehundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .ninehundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .ninehundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .ninehundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .ninehundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .ninehundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .ninehundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .ninehundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .ninehundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .ninehundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .ninehundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .ninehundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .ninehundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .ninehundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .ninehundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .ninehundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .ninehundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .ninehundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .ninehundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .ninehundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .ninehundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .ninehundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .ninehundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .ninehundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .ninehundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .ninehundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .ninehundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .ninehundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .ninehundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .ninehundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .ninehundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .ninehundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .ninehundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .ninehundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .ninehundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .ninehundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .ninehundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .ninehundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .ninehundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .ninehundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .ninehundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .ninehundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .ninehundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .ninehundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .ninehundred\:bg-fixed{
    background-attachment: fixed;
  }

  .ninehundred\:bg-local{
    background-attachment: local;
  }

  .ninehundred\:bg-scroll{
    background-attachment: scroll;
  }

  .ninehundred\:bg-clip-border{
    background-clip: border-box;
  }

  .ninehundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .ninehundred\:bg-clip-content{
    background-clip: content-box;
  }

  .ninehundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .ninehundred\:bg-transparent{
    background-color: transparent;
  }

  .ninehundred\:bg-current{
    background-color: currentColor;
  }

  .ninehundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .ninehundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .ninehundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .ninehundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .ninehundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .ninehundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .ninehundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .ninehundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .ninehundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .ninehundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .ninehundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .ninehundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .ninehundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .ninehundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .ninehundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .ninehundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .ninehundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .ninehundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .ninehundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .ninehundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .ninehundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .ninehundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .ninehundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .ninehundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .ninehundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .ninehundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .ninehundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .ninehundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .ninehundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .ninehundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .ninehundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .ninehundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .ninehundred\:bg-none{
    background-image: none;
  }

  .ninehundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .ninehundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .ninehundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .ninehundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .ninehundred\:to-black{
    --gradient-to-color: #000;
  }

  .ninehundred\:to-white{
    --gradient-to-color: #fff;
  }

  .ninehundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .ninehundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .ninehundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .ninehundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .ninehundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .ninehundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .ninehundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .ninehundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .ninehundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .ninehundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .ninehundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .ninehundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .ninehundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .ninehundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .ninehundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .ninehundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .ninehundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .ninehundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .ninehundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .ninehundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .ninehundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .ninehundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .ninehundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .ninehundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .ninehundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .ninehundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .ninehundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .ninehundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .ninehundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .ninehundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .ninehundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .ninehundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .ninehundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .ninehundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .ninehundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .ninehundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .ninehundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .ninehundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .ninehundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .ninehundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .ninehundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .ninehundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .ninehundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .ninehundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .ninehundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .ninehundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .ninehundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .ninehundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .ninehundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .ninehundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .ninehundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .ninehundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .ninehundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .ninehundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .ninehundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .ninehundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .ninehundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .ninehundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .ninehundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .ninehundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .ninehundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .ninehundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .ninehundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .ninehundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .ninehundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .ninehundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .ninehundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .ninehundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .ninehundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .ninehundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .ninehundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .ninehundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .ninehundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .ninehundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .ninehundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .ninehundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .ninehundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .ninehundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .ninehundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .ninehundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .ninehundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .ninehundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .ninehundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .ninehundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .ninehundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .ninehundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .ninehundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .ninehundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .ninehundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .ninehundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .ninehundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .ninehundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .ninehundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .ninehundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .ninehundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .ninehundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .ninehundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .ninehundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .ninehundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .ninehundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .ninehundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .ninehundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .ninehundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .ninehundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .ninehundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .ninehundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .ninehundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .ninehundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .ninehundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .ninehundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .ninehundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .ninehundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .ninehundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .ninehundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .ninehundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .ninehundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .ninehundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .ninehundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .ninehundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .ninehundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .ninehundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .ninehundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .ninehundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .ninehundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .ninehundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .ninehundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .ninehundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .ninehundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .ninehundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .ninehundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .ninehundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .ninehundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .ninehundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .ninehundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .ninehundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .ninehundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .ninehundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .ninehundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .ninehundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .ninehundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .ninehundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .ninehundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .ninehundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .ninehundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .ninehundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .ninehundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .ninehundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .ninehundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .ninehundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .ninehundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .ninehundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .ninehundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .ninehundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .ninehundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .ninehundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .ninehundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .ninehundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .ninehundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .ninehundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .ninehundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .ninehundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .ninehundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .ninehundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .ninehundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .ninehundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .ninehundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .ninehundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .ninehundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .ninehundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .ninehundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .ninehundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .ninehundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .ninehundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .ninehundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .ninehundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .ninehundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .ninehundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .ninehundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .ninehundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .ninehundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .ninehundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .ninehundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .ninehundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .ninehundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .ninehundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .ninehundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .ninehundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .ninehundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .ninehundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .ninehundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .ninehundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .ninehundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .ninehundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .ninehundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .ninehundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .ninehundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .ninehundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .ninehundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .ninehundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .ninehundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .ninehundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .ninehundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .ninehundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .ninehundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .ninehundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .ninehundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .ninehundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .ninehundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .ninehundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .ninehundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .ninehundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .ninehundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .ninehundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .ninehundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .ninehundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .ninehundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .ninehundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .ninehundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .ninehundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .ninehundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .ninehundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .ninehundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .ninehundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .ninehundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .ninehundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .ninehundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .ninehundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .ninehundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .ninehundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .ninehundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .ninehundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .ninehundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .ninehundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .ninehundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .ninehundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .ninehundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .ninehundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .ninehundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .ninehundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .ninehundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .ninehundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .ninehundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .ninehundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .ninehundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .ninehundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .ninehundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .ninehundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .ninehundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .ninehundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .ninehundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .ninehundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .ninehundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .ninehundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .ninehundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .ninehundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .ninehundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .ninehundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .ninehundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .ninehundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .ninehundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .ninehundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .ninehundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .ninehundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .ninehundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .ninehundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .ninehundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .ninehundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .ninehundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .ninehundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .ninehundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .ninehundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .ninehundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .ninehundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .ninehundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .ninehundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .ninehundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .ninehundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .ninehundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .ninehundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .ninehundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .ninehundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .ninehundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .ninehundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .ninehundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .ninehundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .ninehundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .ninehundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .ninehundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .ninehundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .ninehundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .ninehundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .ninehundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .ninehundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .ninehundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .ninehundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .ninehundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .ninehundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .ninehundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .ninehundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .ninehundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .ninehundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .ninehundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .ninehundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .ninehundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .ninehundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .ninehundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .ninehundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .ninehundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .ninehundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .ninehundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .ninehundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .ninehundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .ninehundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .ninehundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .ninehundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .ninehundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .ninehundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .ninehundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .ninehundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .ninehundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .ninehundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .ninehundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .ninehundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .ninehundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .ninehundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .ninehundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .ninehundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .ninehundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .ninehundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .ninehundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .ninehundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .ninehundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .ninehundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .ninehundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .ninehundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .ninehundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .ninehundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .ninehundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .ninehundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .ninehundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .ninehundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .ninehundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .ninehundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .ninehundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .ninehundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .ninehundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .ninehundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .ninehundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .ninehundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .ninehundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .ninehundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .ninehundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .ninehundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .ninehundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .ninehundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .ninehundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .ninehundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .ninehundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .ninehundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .ninehundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .ninehundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .ninehundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .ninehundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .ninehundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .ninehundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .ninehundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .ninehundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .ninehundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .ninehundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .ninehundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .ninehundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .ninehundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .ninehundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .ninehundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .ninehundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .ninehundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .ninehundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .ninehundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .ninehundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .ninehundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .ninehundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .ninehundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .ninehundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .ninehundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .ninehundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .ninehundred\:bg-bottom{
    background-position: bottom;
  }

  .ninehundred\:bg-center{
    background-position: center;
  }

  .ninehundred\:bg-left{
    background-position: left;
  }

  .ninehundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .ninehundred\:bg-left-top{
    background-position: left top;
  }

  .ninehundred\:bg-right{
    background-position: right;
  }

  .ninehundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .ninehundred\:bg-right-top{
    background-position: right top;
  }

  .ninehundred\:bg-top{
    background-position: top;
  }

  .ninehundred\:bg-repeat{
    background-repeat: repeat;
  }

  .ninehundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .ninehundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .ninehundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .ninehundred\:bg-repeat-round{
    background-repeat: round;
  }

  .ninehundred\:bg-repeat-space{
    background-repeat: space;
  }

  .ninehundred\:bg-auto{
    background-size: auto;
  }

  .ninehundred\:bg-cover{
    background-size: cover;
  }

  .ninehundred\:bg-contain{
    background-size: contain;
  }

  .ninehundred\:border-collapse{
    border-collapse: collapse;
  }

  .ninehundred\:border-separate{
    border-collapse: separate;
  }

  .ninehundred\:border-transparent{
    border-color: transparent;
  }

  .ninehundred\:border-current{
    border-color: currentColor;
  }

  .ninehundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .ninehundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .ninehundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .ninehundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .ninehundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .ninehundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .ninehundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .ninehundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .ninehundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .ninehundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .ninehundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .ninehundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .ninehundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .ninehundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .ninehundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .ninehundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .ninehundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .ninehundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .ninehundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .ninehundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .ninehundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .ninehundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .ninehundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .ninehundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .ninehundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .ninehundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .ninehundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .ninehundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .ninehundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .ninehundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .ninehundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .ninehundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .ninehundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .ninehundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .ninehundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .ninehundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .ninehundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .ninehundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .ninehundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .ninehundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .ninehundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .ninehundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .ninehundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .ninehundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .ninehundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .ninehundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .ninehundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .ninehundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .ninehundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .ninehundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .ninehundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .ninehundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .ninehundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .ninehundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .ninehundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .ninehundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .ninehundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .ninehundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .ninehundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .ninehundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .ninehundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .ninehundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .ninehundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .ninehundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .ninehundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .ninehundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .ninehundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .ninehundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .ninehundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .ninehundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .ninehundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .ninehundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .ninehundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .ninehundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .ninehundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .ninehundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .ninehundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .ninehundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .ninehundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .ninehundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .ninehundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .ninehundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .ninehundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .ninehundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .ninehundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .ninehundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .ninehundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .ninehundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .ninehundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .ninehundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .ninehundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .ninehundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .ninehundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .ninehundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .ninehundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .ninehundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .ninehundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .ninehundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .ninehundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .ninehundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .ninehundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .ninehundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .ninehundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .ninehundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .ninehundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .ninehundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .ninehundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .ninehundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .ninehundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .ninehundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .ninehundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .ninehundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .ninehundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .ninehundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .ninehundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .ninehundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .ninehundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .ninehundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .ninehundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .ninehundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .ninehundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .ninehundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .ninehundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .ninehundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .ninehundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .ninehundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .ninehundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .ninehundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .ninehundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .ninehundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .ninehundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .ninehundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .ninehundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .ninehundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .ninehundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .ninehundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .ninehundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .ninehundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .ninehundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .ninehundred\:rounded-none{
    border-radius: 0;
  }

  .ninehundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .ninehundred\:rounded{
    border-radius: 0.25rem;
  }

  .ninehundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .ninehundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .ninehundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .ninehundred\:rounded-full{
    border-radius: 9999px;
  }

  .ninehundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .ninehundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .ninehundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .ninehundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .ninehundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .ninehundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .ninehundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .ninehundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .ninehundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .ninehundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .ninehundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .ninehundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .ninehundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .ninehundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .ninehundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .ninehundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .ninehundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .ninehundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .ninehundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .ninehundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .ninehundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .ninehundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .ninehundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .ninehundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .ninehundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .ninehundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .ninehundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .ninehundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .ninehundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .ninehundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .ninehundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .ninehundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .ninehundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .ninehundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .ninehundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .ninehundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .ninehundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .ninehundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .ninehundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .ninehundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .ninehundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .ninehundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .ninehundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .ninehundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .ninehundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .ninehundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .ninehundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .ninehundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .ninehundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .ninehundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .ninehundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .ninehundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .ninehundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .ninehundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .ninehundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .ninehundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .ninehundred\:border-solid{
    border-style: solid;
  }

  .ninehundred\:border-dashed{
    border-style: dashed;
  }

  .ninehundred\:border-dotted{
    border-style: dotted;
  }

  .ninehundred\:border-double{
    border-style: double;
  }

  .ninehundred\:border-none{
    border-style: none;
  }

  .ninehundred\:border-0{
    border-width: 0;
  }

  .ninehundred\:border-2{
    border-width: 2px;
  }

  .ninehundred\:border-4{
    border-width: 4px;
  }

  .ninehundred\:border-8{
    border-width: 8px;
  }

  .ninehundred\:border{
    border-width: 1px;
  }

  .ninehundred\:border-t-0{
    border-top-width: 0;
  }

  .ninehundred\:border-r-0{
    border-right-width: 0;
  }

  .ninehundred\:border-b-0{
    border-bottom-width: 0;
  }

  .ninehundred\:border-l-0{
    border-left-width: 0;
  }

  .ninehundred\:border-t-2{
    border-top-width: 2px;
  }

  .ninehundred\:border-r-2{
    border-right-width: 2px;
  }

  .ninehundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .ninehundred\:border-l-2{
    border-left-width: 2px;
  }

  .ninehundred\:border-t-4{
    border-top-width: 4px;
  }

  .ninehundred\:border-r-4{
    border-right-width: 4px;
  }

  .ninehundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .ninehundred\:border-l-4{
    border-left-width: 4px;
  }

  .ninehundred\:border-t-8{
    border-top-width: 8px;
  }

  .ninehundred\:border-r-8{
    border-right-width: 8px;
  }

  .ninehundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .ninehundred\:border-l-8{
    border-left-width: 8px;
  }

  .ninehundred\:border-t{
    border-top-width: 1px;
  }

  .ninehundred\:border-r{
    border-right-width: 1px;
  }

  .ninehundred\:border-b{
    border-bottom-width: 1px;
  }

  .ninehundred\:border-l{
    border-left-width: 1px;
  }

  .ninehundred\:box-border{
    box-sizing: border-box;
  }

  .ninehundred\:box-content{
    box-sizing: content-box;
  }

  .ninehundred\:cursor-auto{
    cursor: auto;
  }

  .ninehundred\:cursor-default{
    cursor: default;
  }

  .ninehundred\:cursor-pointer{
    cursor: pointer;
  }

  .ninehundred\:cursor-wait{
    cursor: wait;
  }

  .ninehundred\:cursor-text{
    cursor: text;
  }

  .ninehundred\:cursor-move{
    cursor: move;
  }

  .ninehundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .ninehundred\:block{
    display: block;
  }

  .ninehundred\:inline-block{
    display: inline-block;
  }

  .ninehundred\:inline{
    display: inline;
  }

  .ninehundred\:flex{
    display: flex;
  }

  .ninehundred\:inline-flex{
    display: inline-flex;
  }

  .ninehundred\:table{
    display: table;
  }

  .ninehundred\:table-caption{
    display: table-caption;
  }

  .ninehundred\:table-cell{
    display: table-cell;
  }

  .ninehundred\:table-column{
    display: table-column;
  }

  .ninehundred\:table-column-group{
    display: table-column-group;
  }

  .ninehundred\:table-footer-group{
    display: table-footer-group;
  }

  .ninehundred\:table-header-group{
    display: table-header-group;
  }

  .ninehundred\:table-row-group{
    display: table-row-group;
  }

  .ninehundred\:table-row{
    display: table-row;
  }

  .ninehundred\:flow-root{
    display: flow-root;
  }

  .ninehundred\:grid{
    display: grid;
  }

  .ninehundred\:inline-grid{
    display: inline-grid;
  }

  .ninehundred\:contents{
    display: contents;
  }

  .ninehundred\:hidden{
    display: none;
  }

  .ninehundred\:flex-row{
    flex-direction: row;
  }

  .ninehundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .ninehundred\:flex-col{
    flex-direction: column;
  }

  .ninehundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .ninehundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .ninehundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .ninehundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .ninehundred\:place-items-auto{
    place-items: auto;
  }

  .ninehundred\:place-items-start{
    place-items: start;
  }

  .ninehundred\:place-items-end{
    place-items: end;
  }

  .ninehundred\:place-items-center{
    place-items: center;
  }

  .ninehundred\:place-items-stretch{
    place-items: stretch;
  }

  .ninehundred\:place-content-center{
    place-content: center;
  }

  .ninehundred\:place-content-start{
    place-content: start;
  }

  .ninehundred\:place-content-end{
    place-content: end;
  }

  .ninehundred\:place-content-between{
    place-content: space-between;
  }

  .ninehundred\:place-content-around{
    place-content: space-around;
  }

  .ninehundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .ninehundred\:place-content-stretch{
    place-content: stretch;
  }

  .ninehundred\:place-self-auto{
    place-self: auto;
  }

  .ninehundred\:place-self-start{
    place-self: start;
  }

  .ninehundred\:place-self-end{
    place-self: end;
  }

  .ninehundred\:place-self-center{
    place-self: center;
  }

  .ninehundred\:place-self-stretch{
    place-self: stretch;
  }

  .ninehundred\:items-start{
    align-items: flex-start;
  }

  .ninehundred\:items-end{
    align-items: flex-end;
  }

  .ninehundred\:items-center{
    align-items: center;
  }

  .ninehundred\:items-baseline{
    align-items: baseline;
  }

  .ninehundred\:items-stretch{
    align-items: stretch;
  }

  .ninehundred\:content-center{
    align-content: center;
  }

  .ninehundred\:content-start{
    align-content: flex-start;
  }

  .ninehundred\:content-end{
    align-content: flex-end;
  }

  .ninehundred\:content-between{
    align-content: space-between;
  }

  .ninehundred\:content-around{
    align-content: space-around;
  }

  .ninehundred\:content-evenly{
    align-content: space-evenly;
  }

  .ninehundred\:self-auto{
    align-self: auto;
  }

  .ninehundred\:self-start{
    align-self: flex-start;
  }

  .ninehundred\:self-end{
    align-self: flex-end;
  }

  .ninehundred\:self-center{
    align-self: center;
  }

  .ninehundred\:self-stretch{
    align-self: stretch;
  }

  .ninehundred\:justify-items-auto{
    justify-items: auto;
  }

  .ninehundred\:justify-items-start{
    justify-items: start;
  }

  .ninehundred\:justify-items-end{
    justify-items: end;
  }

  .ninehundred\:justify-items-center{
    justify-items: center;
  }

  .ninehundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .ninehundred\:justify-start{
    justify-content: flex-start;
  }

  .ninehundred\:justify-end{
    justify-content: flex-end;
  }

  .ninehundred\:justify-center{
    justify-content: center;
  }

  .ninehundred\:justify-between{
    justify-content: space-between;
  }

  .ninehundred\:justify-around{
    justify-content: space-around;
  }

  .ninehundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .ninehundred\:justify-self-auto{
    justify-self: auto;
  }

  .ninehundred\:justify-self-start{
    justify-self: start;
  }

  .ninehundred\:justify-self-end{
    justify-self: end;
  }

  .ninehundred\:justify-self-center{
    justify-self: center;
  }

  .ninehundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .ninehundred\:flex-1{
    flex: 1 1 0%;
  }

  .ninehundred\:flex-auto{
    flex: 1 1 auto;
  }

  .ninehundred\:flex-initial{
    flex: 0 1 auto;
  }

  .ninehundred\:flex-none{
    flex: none;
  }

  .ninehundred\:flex-grow-0{
    flex-grow: 0;
  }

  .ninehundred\:flex-grow{
    flex-grow: 1;
  }

  .ninehundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .ninehundred\:flex-shrink{
    flex-shrink: 1;
  }

  .ninehundred\:order-1{
    order: 1;
  }

  .ninehundred\:order-2{
    order: 2;
  }

  .ninehundred\:order-3{
    order: 3;
  }

  .ninehundred\:order-4{
    order: 4;
  }

  .ninehundred\:order-5{
    order: 5;
  }

  .ninehundred\:order-6{
    order: 6;
  }

  .ninehundred\:order-7{
    order: 7;
  }

  .ninehundred\:order-8{
    order: 8;
  }

  .ninehundred\:order-9{
    order: 9;
  }

  .ninehundred\:order-10{
    order: 10;
  }

  .ninehundred\:order-11{
    order: 11;
  }

  .ninehundred\:order-12{
    order: 12;
  }

  .ninehundred\:order-first{
    order: -9999;
  }

  .ninehundred\:order-last{
    order: 9999;
  }

  .ninehundred\:order-none{
    order: 0;
  }

  .ninehundred\:float-right{
    float: right;
  }

  .ninehundred\:float-left{
    float: left;
  }

  .ninehundred\:float-none{
    float: none;
  }

  .ninehundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .ninehundred\:clear-left{
    clear: left;
  }

  .ninehundred\:clear-right{
    clear: right;
  }

  .ninehundred\:clear-both{
    clear: both;
  }

  .ninehundred\:clear-none{
    clear: none;
  }

  .ninehundred\: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";
  }

  .ninehundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .ninehundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .ninehundred\:font-hairline{
    font-weight: 100;
  }

  .ninehundred\:font-thin{
    font-weight: 200;
  }

  .ninehundred\:font-light{
    font-weight: 300;
  }

  .ninehundred\:font-normal{
    font-weight: 400;
  }

  .ninehundred\:font-medium{
    font-weight: 500;
  }

  .ninehundred\:font-semibold{
    font-weight: 600;
  }

  .ninehundred\:font-bold{
    font-weight: 700;
  }

  .ninehundred\:font-extrabold{
    font-weight: 800;
  }

  .ninehundred\:font-black{
    font-weight: 900;
  }

  .ninehundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .ninehundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .ninehundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .ninehundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .ninehundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .ninehundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .ninehundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .ninehundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .ninehundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .ninehundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .ninehundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .ninehundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .ninehundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .ninehundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .ninehundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .ninehundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .ninehundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .ninehundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .ninehundred\:h-0{
    height: 0;
  }

  .ninehundred\:h-1{
    height: 0.25rem;
  }

  .ninehundred\:h-2{
    height: 0.5rem;
  }

  .ninehundred\:h-3{
    height: 0.75rem;
  }

  .ninehundred\:h-4{
    height: 1rem;
  }

  .ninehundred\:h-5{
    height: 1.25rem;
  }

  .ninehundred\:h-6{
    height: 1.5rem;
  }

  .ninehundred\:h-8{
    height: 2rem;
  }

  .ninehundred\:h-10{
    height: 2.5rem;
  }

  .ninehundred\:h-12{
    height: 3rem;
  }

  .ninehundred\:h-16{
    height: 4rem;
  }

  .ninehundred\:h-20{
    height: 5rem;
  }

  .ninehundred\:h-24{
    height: 6rem;
  }

  .ninehundred\:h-32{
    height: 8rem;
  }

  .ninehundred\:h-40{
    height: 10rem;
  }

  .ninehundred\:h-48{
    height: 12rem;
  }

  .ninehundred\:h-56{
    height: 14rem;
  }

  .ninehundred\:h-64{
    height: 16rem;
  }

  .ninehundred\:h-72{
    height: 18rem;
  }

  .ninehundred\:h-80{
    height: 20rem;
  }

  .ninehundred\:h-88{
    height: 22rem;
  }

  .ninehundred\:h-96{
    height: 24rem;
  }

  .ninehundred\:h-104{
    height: 26rem;
  }

  .ninehundred\:h-112{
    height: 28rem;
  }

  .ninehundred\:h-128{
    height: 30rem;
  }

  .ninehundred\:h-144{
    height: 34rem;
  }

  .ninehundred\:h-160{
    height: 38rem;
  }

  .ninehundred\:h-176{
    height: 42rem;
  }

  .ninehundred\:h-192{
    height: 46rem;
  }

  .ninehundred\:h-208{
    height: 50rem;
  }

  .ninehundred\:h-224{
    height: 54rem;
  }

  .ninehundred\:h-240{
    height: 58rem;
  }

  .ninehundred\:h-256{
    height: 62rem;
  }

  .ninehundred\:h-auto{
    height: auto;
  }

  .ninehundred\:h-px{
    height: 1px;
  }

  .ninehundred\:h-full{
    height: 100%;
  }

  .ninehundred\:h-screen{
    height: 100vh;
  }

  .ninehundred\:text-3xs{
    font-size: 0.5rem;
  }

  .ninehundred\:text-2xs{
    font-size: 0.625rem;
  }

  .ninehundred\:text-xs{
    font-size: 0.75rem;
  }

  .ninehundred\:text-sm{
    font-size: 0.875rem;
  }

  .ninehundred\:text-base{
    font-size: 1rem;
  }

  .ninehundred\:text-lg{
    font-size: 1.125rem;
  }

  .ninehundred\:text-xl{
    font-size: 1.25rem;
  }

  .ninehundred\:text-2xl{
    font-size: 1.5rem;
  }

  .ninehundred\:text-3xl{
    font-size: 1.875rem;
  }

  .ninehundred\:text-4xl{
    font-size: 2.25rem;
  }

  .ninehundred\:text-5xl{
    font-size: 3rem;
  }

  .ninehundred\:text-6xl{
    font-size: 4rem;
  }

  .ninehundred\:text-7xl{
    font-size: 6rem;
  }

  .ninehundred\:text-8xl{
    font-size: 8rem;
  }

  .ninehundred\:leading-3{
    line-height: .75rem;
  }

  .ninehundred\:leading-4{
    line-height: 1rem;
  }

  .ninehundred\:leading-5{
    line-height: 1.25rem;
  }

  .ninehundred\:leading-6{
    line-height: 1.5rem;
  }

  .ninehundred\:leading-7{
    line-height: 1.75rem;
  }

  .ninehundred\:leading-8{
    line-height: 2rem;
  }

  .ninehundred\:leading-9{
    line-height: 2.25rem;
  }

  .ninehundred\:leading-10{
    line-height: 2.5rem;
  }

  .ninehundred\:leading-none{
    line-height: 1;
  }

  .ninehundred\:leading-tight{
    line-height: 1.25;
  }

  .ninehundred\:leading-snug{
    line-height: 1.375;
  }

  .ninehundred\:leading-normal{
    line-height: 1.5;
  }

  .ninehundred\:leading-relaxed{
    line-height: 1.625;
  }

  .ninehundred\:leading-loose{
    line-height: 2;
  }

  .ninehundred\:list-inside{
    list-style-position: inside;
  }

  .ninehundred\:list-outside{
    list-style-position: outside;
  }

  .ninehundred\:list-none{
    list-style-type: none;
  }

  .ninehundred\:list-disc{
    list-style-type: disc;
  }

  .ninehundred\:list-decimal{
    list-style-type: decimal;
  }

  .ninehundred\:m-0{
    margin: 0;
  }

  .ninehundred\:m-1{
    margin: 0.25rem;
  }

  .ninehundred\:m-2{
    margin: 0.5rem;
  }

  .ninehundred\:m-3{
    margin: 0.75rem;
  }

  .ninehundred\:m-4{
    margin: 1rem;
  }

  .ninehundred\:m-5{
    margin: 1.25rem;
  }

  .ninehundred\:m-6{
    margin: 1.5rem;
  }

  .ninehundred\:m-8{
    margin: 2rem;
  }

  .ninehundred\:m-10{
    margin: 2.5rem;
  }

  .ninehundred\:m-12{
    margin: 3rem;
  }

  .ninehundred\:m-16{
    margin: 4rem;
  }

  .ninehundred\:m-20{
    margin: 5rem;
  }

  .ninehundred\:m-24{
    margin: 6rem;
  }

  .ninehundred\:m-32{
    margin: 8rem;
  }

  .ninehundred\:m-40{
    margin: 10rem;
  }

  .ninehundred\:m-48{
    margin: 12rem;
  }

  .ninehundred\:m-56{
    margin: 14rem;
  }

  .ninehundred\:m-64{
    margin: 16rem;
  }

  .ninehundred\:m-72{
    margin: 18rem;
  }

  .ninehundred\:m-80{
    margin: 20rem;
  }

  .ninehundred\:m-88{
    margin: 22rem;
  }

  .ninehundred\:m-96{
    margin: 24rem;
  }

  .ninehundred\:m-104{
    margin: 26rem;
  }

  .ninehundred\:m-112{
    margin: 28rem;
  }

  .ninehundred\:m-128{
    margin: 30rem;
  }

  .ninehundred\:m-144{
    margin: 34rem;
  }

  .ninehundred\:m-160{
    margin: 38rem;
  }

  .ninehundred\:m-176{
    margin: 42rem;
  }

  .ninehundred\:m-192{
    margin: 46rem;
  }

  .ninehundred\:m-208{
    margin: 50rem;
  }

  .ninehundred\:m-224{
    margin: 54rem;
  }

  .ninehundred\:m-240{
    margin: 58rem;
  }

  .ninehundred\:m-256{
    margin: 62rem;
  }

  .ninehundred\:m-auto{
    margin: auto;
  }

  .ninehundred\:m-px{
    margin: 1px;
  }

  .ninehundred\:-m-1{
    margin: -0.25rem;
  }

  .ninehundred\:-m-2{
    margin: -0.5rem;
  }

  .ninehundred\:-m-3{
    margin: -0.75rem;
  }

  .ninehundred\:-m-4{
    margin: -1rem;
  }

  .ninehundred\:-m-5{
    margin: -1.25rem;
  }

  .ninehundred\:-m-6{
    margin: -1.5rem;
  }

  .ninehundred\:-m-8{
    margin: -2rem;
  }

  .ninehundred\:-m-10{
    margin: -2.5rem;
  }

  .ninehundred\:-m-12{
    margin: -3rem;
  }

  .ninehundred\:-m-16{
    margin: -4rem;
  }

  .ninehundred\:-m-20{
    margin: -5rem;
  }

  .ninehundred\:-m-24{
    margin: -6rem;
  }

  .ninehundred\:-m-32{
    margin: -8rem;
  }

  .ninehundred\:-m-40{
    margin: -10rem;
  }

  .ninehundred\:-m-48{
    margin: -12rem;
  }

  .ninehundred\:-m-56{
    margin: -14rem;
  }

  .ninehundred\:-m-64{
    margin: -16rem;
  }

  .ninehundred\:-m-72{
    margin: -18rem;
  }

  .ninehundred\:-m-80{
    margin: -20rem;
  }

  .ninehundred\:-m-88{
    margin: -22rem;
  }

  .ninehundred\:-m-96{
    margin: -24rem;
  }

  .ninehundred\:-m-104{
    margin: -26rem;
  }

  .ninehundred\:-m-112{
    margin: -28rem;
  }

  .ninehundred\:-m-128{
    margin: -30rem;
  }

  .ninehundred\:-m-144{
    margin: -34rem;
  }

  .ninehundred\:-m-160{
    margin: -38rem;
  }

  .ninehundred\:-m-176{
    margin: -42rem;
  }

  .ninehundred\:-m-192{
    margin: -46rem;
  }

  .ninehundred\:-m-208{
    margin: -50rem;
  }

  .ninehundred\:-m-224{
    margin: -54rem;
  }

  .ninehundred\:-m-240{
    margin: -58rem;
  }

  .ninehundred\:-m-256{
    margin: -62rem;
  }

  .ninehundred\:-m-px{
    margin: -1px;
  }

  .ninehundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .ninehundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .ninehundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .ninehundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .ninehundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .ninehundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .ninehundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .ninehundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .ninehundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .ninehundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .ninehundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .ninehundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .ninehundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ninehundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .ninehundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .ninehundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .ninehundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .ninehundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .ninehundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .ninehundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .ninehundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .ninehundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .ninehundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .ninehundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .ninehundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .ninehundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .ninehundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .ninehundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .ninehundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .ninehundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .ninehundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .ninehundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .ninehundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .ninehundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .ninehundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .ninehundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .ninehundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .ninehundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .ninehundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .ninehundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .ninehundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .ninehundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .ninehundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .ninehundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .ninehundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .ninehundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .ninehundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .ninehundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .ninehundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .ninehundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .ninehundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .ninehundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .ninehundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .ninehundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .ninehundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .ninehundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .ninehundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .ninehundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .ninehundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .ninehundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .ninehundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .ninehundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .ninehundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .ninehundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .ninehundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .ninehundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .ninehundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .ninehundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .ninehundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .ninehundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .ninehundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .ninehundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .ninehundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .ninehundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .ninehundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .ninehundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .ninehundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .ninehundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .ninehundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .ninehundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .ninehundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .ninehundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .ninehundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .ninehundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .ninehundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .ninehundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .ninehundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .ninehundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .ninehundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .ninehundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .ninehundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .ninehundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .ninehundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .ninehundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .ninehundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .ninehundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .ninehundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .ninehundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .ninehundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .ninehundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .ninehundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .ninehundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .ninehundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .ninehundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .ninehundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .ninehundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .ninehundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .ninehundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .ninehundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .ninehundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .ninehundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .ninehundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .ninehundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .ninehundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .ninehundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .ninehundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .ninehundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .ninehundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .ninehundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .ninehundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .ninehundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .ninehundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .ninehundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .ninehundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .ninehundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .ninehundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .ninehundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .ninehundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .ninehundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .ninehundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .ninehundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .ninehundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .ninehundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .ninehundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .ninehundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .ninehundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .ninehundred\:mt-0{
    margin-top: 0;
  }

  .ninehundred\:mr-0{
    margin-right: 0;
  }

  .ninehundred\:mb-0{
    margin-bottom: 0;
  }

  .ninehundred\:ml-0{
    margin-left: 0;
  }

  .ninehundred\:mt-1{
    margin-top: 0.25rem;
  }

  .ninehundred\:mr-1{
    margin-right: 0.25rem;
  }

  .ninehundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .ninehundred\:ml-1{
    margin-left: 0.25rem;
  }

  .ninehundred\:mt-2{
    margin-top: 0.5rem;
  }

  .ninehundred\:mr-2{
    margin-right: 0.5rem;
  }

  .ninehundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .ninehundred\:ml-2{
    margin-left: 0.5rem;
  }

  .ninehundred\:mt-3{
    margin-top: 0.75rem;
  }

  .ninehundred\:mr-3{
    margin-right: 0.75rem;
  }

  .ninehundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .ninehundred\:ml-3{
    margin-left: 0.75rem;
  }

  .ninehundred\:mt-4{
    margin-top: 1rem;
  }

  .ninehundred\:mr-4{
    margin-right: 1rem;
  }

  .ninehundred\:mb-4{
    margin-bottom: 1rem;
  }

  .ninehundred\:ml-4{
    margin-left: 1rem;
  }

  .ninehundred\:mt-5{
    margin-top: 1.25rem;
  }

  .ninehundred\:mr-5{
    margin-right: 1.25rem;
  }

  .ninehundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .ninehundred\:ml-5{
    margin-left: 1.25rem;
  }

  .ninehundred\:mt-6{
    margin-top: 1.5rem;
  }

  .ninehundred\:mr-6{
    margin-right: 1.5rem;
  }

  .ninehundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .ninehundred\:ml-6{
    margin-left: 1.5rem;
  }

  .ninehundred\:mt-8{
    margin-top: 2rem;
  }

  .ninehundred\:mr-8{
    margin-right: 2rem;
  }

  .ninehundred\:mb-8{
    margin-bottom: 2rem;
  }

  .ninehundred\:ml-8{
    margin-left: 2rem;
  }

  .ninehundred\:mt-10{
    margin-top: 2.5rem;
  }

  .ninehundred\:mr-10{
    margin-right: 2.5rem;
  }

  .ninehundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .ninehundred\:ml-10{
    margin-left: 2.5rem;
  }

  .ninehundred\:mt-12{
    margin-top: 3rem;
  }

  .ninehundred\:mr-12{
    margin-right: 3rem;
  }

  .ninehundred\:mb-12{
    margin-bottom: 3rem;
  }

  .ninehundred\:ml-12{
    margin-left: 3rem;
  }

  .ninehundred\:mt-16{
    margin-top: 4rem;
  }

  .ninehundred\:mr-16{
    margin-right: 4rem;
  }

  .ninehundred\:mb-16{
    margin-bottom: 4rem;
  }

  .ninehundred\:ml-16{
    margin-left: 4rem;
  }

  .ninehundred\:mt-20{
    margin-top: 5rem;
  }

  .ninehundred\:mr-20{
    margin-right: 5rem;
  }

  .ninehundred\:mb-20{
    margin-bottom: 5rem;
  }

  .ninehundred\:ml-20{
    margin-left: 5rem;
  }

  .ninehundred\:mt-24{
    margin-top: 6rem;
  }

  .ninehundred\:mr-24{
    margin-right: 6rem;
  }

  .ninehundred\:mb-24{
    margin-bottom: 6rem;
  }

  .ninehundred\:ml-24{
    margin-left: 6rem;
  }

  .ninehundred\:mt-32{
    margin-top: 8rem;
  }

  .ninehundred\:mr-32{
    margin-right: 8rem;
  }

  .ninehundred\:mb-32{
    margin-bottom: 8rem;
  }

  .ninehundred\:ml-32{
    margin-left: 8rem;
  }

  .ninehundred\:mt-40{
    margin-top: 10rem;
  }

  .ninehundred\:mr-40{
    margin-right: 10rem;
  }

  .ninehundred\:mb-40{
    margin-bottom: 10rem;
  }

  .ninehundred\:ml-40{
    margin-left: 10rem;
  }

  .ninehundred\:mt-48{
    margin-top: 12rem;
  }

  .ninehundred\:mr-48{
    margin-right: 12rem;
  }

  .ninehundred\:mb-48{
    margin-bottom: 12rem;
  }

  .ninehundred\:ml-48{
    margin-left: 12rem;
  }

  .ninehundred\:mt-56{
    margin-top: 14rem;
  }

  .ninehundred\:mr-56{
    margin-right: 14rem;
  }

  .ninehundred\:mb-56{
    margin-bottom: 14rem;
  }

  .ninehundred\:ml-56{
    margin-left: 14rem;
  }

  .ninehundred\:mt-64{
    margin-top: 16rem;
  }

  .ninehundred\:mr-64{
    margin-right: 16rem;
  }

  .ninehundred\:mb-64{
    margin-bottom: 16rem;
  }

  .ninehundred\:ml-64{
    margin-left: 16rem;
  }

  .ninehundred\:mt-72{
    margin-top: 18rem;
  }

  .ninehundred\:mr-72{
    margin-right: 18rem;
  }

  .ninehundred\:mb-72{
    margin-bottom: 18rem;
  }

  .ninehundred\:ml-72{
    margin-left: 18rem;
  }

  .ninehundred\:mt-80{
    margin-top: 20rem;
  }

  .ninehundred\:mr-80{
    margin-right: 20rem;
  }

  .ninehundred\:mb-80{
    margin-bottom: 20rem;
  }

  .ninehundred\:ml-80{
    margin-left: 20rem;
  }

  .ninehundred\:mt-88{
    margin-top: 22rem;
  }

  .ninehundred\:mr-88{
    margin-right: 22rem;
  }

  .ninehundred\:mb-88{
    margin-bottom: 22rem;
  }

  .ninehundred\:ml-88{
    margin-left: 22rem;
  }

  .ninehundred\:mt-96{
    margin-top: 24rem;
  }

  .ninehundred\:mr-96{
    margin-right: 24rem;
  }

  .ninehundred\:mb-96{
    margin-bottom: 24rem;
  }

  .ninehundred\:ml-96{
    margin-left: 24rem;
  }

  .ninehundred\:mt-104{
    margin-top: 26rem;
  }

  .ninehundred\:mr-104{
    margin-right: 26rem;
  }

  .ninehundred\:mb-104{
    margin-bottom: 26rem;
  }

  .ninehundred\:ml-104{
    margin-left: 26rem;
  }

  .ninehundred\:mt-112{
    margin-top: 28rem;
  }

  .ninehundred\:mr-112{
    margin-right: 28rem;
  }

  .ninehundred\:mb-112{
    margin-bottom: 28rem;
  }

  .ninehundred\:ml-112{
    margin-left: 28rem;
  }

  .ninehundred\:mt-128{
    margin-top: 30rem;
  }

  .ninehundred\:mr-128{
    margin-right: 30rem;
  }

  .ninehundred\:mb-128{
    margin-bottom: 30rem;
  }

  .ninehundred\:ml-128{
    margin-left: 30rem;
  }

  .ninehundred\:mt-144{
    margin-top: 34rem;
  }

  .ninehundred\:mr-144{
    margin-right: 34rem;
  }

  .ninehundred\:mb-144{
    margin-bottom: 34rem;
  }

  .ninehundred\:ml-144{
    margin-left: 34rem;
  }

  .ninehundred\:mt-160{
    margin-top: 38rem;
  }

  .ninehundred\:mr-160{
    margin-right: 38rem;
  }

  .ninehundred\:mb-160{
    margin-bottom: 38rem;
  }

  .ninehundred\:ml-160{
    margin-left: 38rem;
  }

  .ninehundred\:mt-176{
    margin-top: 42rem;
  }

  .ninehundred\:mr-176{
    margin-right: 42rem;
  }

  .ninehundred\:mb-176{
    margin-bottom: 42rem;
  }

  .ninehundred\:ml-176{
    margin-left: 42rem;
  }

  .ninehundred\:mt-192{
    margin-top: 46rem;
  }

  .ninehundred\:mr-192{
    margin-right: 46rem;
  }

  .ninehundred\:mb-192{
    margin-bottom: 46rem;
  }

  .ninehundred\:ml-192{
    margin-left: 46rem;
  }

  .ninehundred\:mt-208{
    margin-top: 50rem;
  }

  .ninehundred\:mr-208{
    margin-right: 50rem;
  }

  .ninehundred\:mb-208{
    margin-bottom: 50rem;
  }

  .ninehundred\:ml-208{
    margin-left: 50rem;
  }

  .ninehundred\:mt-224{
    margin-top: 54rem;
  }

  .ninehundred\:mr-224{
    margin-right: 54rem;
  }

  .ninehundred\:mb-224{
    margin-bottom: 54rem;
  }

  .ninehundred\:ml-224{
    margin-left: 54rem;
  }

  .ninehundred\:mt-240{
    margin-top: 58rem;
  }

  .ninehundred\:mr-240{
    margin-right: 58rem;
  }

  .ninehundred\:mb-240{
    margin-bottom: 58rem;
  }

  .ninehundred\:ml-240{
    margin-left: 58rem;
  }

  .ninehundred\:mt-256{
    margin-top: 62rem;
  }

  .ninehundred\:mr-256{
    margin-right: 62rem;
  }

  .ninehundred\:mb-256{
    margin-bottom: 62rem;
  }

  .ninehundred\:ml-256{
    margin-left: 62rem;
  }

  .ninehundred\:mt-auto{
    margin-top: auto;
  }

  .ninehundred\:mr-auto{
    margin-right: auto;
  }

  .ninehundred\:mb-auto{
    margin-bottom: auto;
  }

  .ninehundred\:ml-auto{
    margin-left: auto;
  }

  .ninehundred\:mt-px{
    margin-top: 1px;
  }

  .ninehundred\:mr-px{
    margin-right: 1px;
  }

  .ninehundred\:mb-px{
    margin-bottom: 1px;
  }

  .ninehundred\:ml-px{
    margin-left: 1px;
  }

  .ninehundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .ninehundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .ninehundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .ninehundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .ninehundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .ninehundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .ninehundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .ninehundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .ninehundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .ninehundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .ninehundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .ninehundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .ninehundred\:-mt-4{
    margin-top: -1rem;
  }

  .ninehundred\:-mr-4{
    margin-right: -1rem;
  }

  .ninehundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .ninehundred\:-ml-4{
    margin-left: -1rem;
  }

  .ninehundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .ninehundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .ninehundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .ninehundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .ninehundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .ninehundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .ninehundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .ninehundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .ninehundred\:-mt-8{
    margin-top: -2rem;
  }

  .ninehundred\:-mr-8{
    margin-right: -2rem;
  }

  .ninehundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .ninehundred\:-ml-8{
    margin-left: -2rem;
  }

  .ninehundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .ninehundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .ninehundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .ninehundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .ninehundred\:-mt-12{
    margin-top: -3rem;
  }

  .ninehundred\:-mr-12{
    margin-right: -3rem;
  }

  .ninehundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .ninehundred\:-ml-12{
    margin-left: -3rem;
  }

  .ninehundred\:-mt-16{
    margin-top: -4rem;
  }

  .ninehundred\:-mr-16{
    margin-right: -4rem;
  }

  .ninehundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .ninehundred\:-ml-16{
    margin-left: -4rem;
  }

  .ninehundred\:-mt-20{
    margin-top: -5rem;
  }

  .ninehundred\:-mr-20{
    margin-right: -5rem;
  }

  .ninehundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .ninehundred\:-ml-20{
    margin-left: -5rem;
  }

  .ninehundred\:-mt-24{
    margin-top: -6rem;
  }

  .ninehundred\:-mr-24{
    margin-right: -6rem;
  }

  .ninehundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .ninehundred\:-ml-24{
    margin-left: -6rem;
  }

  .ninehundred\:-mt-32{
    margin-top: -8rem;
  }

  .ninehundred\:-mr-32{
    margin-right: -8rem;
  }

  .ninehundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .ninehundred\:-ml-32{
    margin-left: -8rem;
  }

  .ninehundred\:-mt-40{
    margin-top: -10rem;
  }

  .ninehundred\:-mr-40{
    margin-right: -10rem;
  }

  .ninehundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .ninehundred\:-ml-40{
    margin-left: -10rem;
  }

  .ninehundred\:-mt-48{
    margin-top: -12rem;
  }

  .ninehundred\:-mr-48{
    margin-right: -12rem;
  }

  .ninehundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .ninehundred\:-ml-48{
    margin-left: -12rem;
  }

  .ninehundred\:-mt-56{
    margin-top: -14rem;
  }

  .ninehundred\:-mr-56{
    margin-right: -14rem;
  }

  .ninehundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .ninehundred\:-ml-56{
    margin-left: -14rem;
  }

  .ninehundred\:-mt-64{
    margin-top: -16rem;
  }

  .ninehundred\:-mr-64{
    margin-right: -16rem;
  }

  .ninehundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .ninehundred\:-ml-64{
    margin-left: -16rem;
  }

  .ninehundred\:-mt-72{
    margin-top: -18rem;
  }

  .ninehundred\:-mr-72{
    margin-right: -18rem;
  }

  .ninehundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .ninehundred\:-ml-72{
    margin-left: -18rem;
  }

  .ninehundred\:-mt-80{
    margin-top: -20rem;
  }

  .ninehundred\:-mr-80{
    margin-right: -20rem;
  }

  .ninehundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .ninehundred\:-ml-80{
    margin-left: -20rem;
  }

  .ninehundred\:-mt-88{
    margin-top: -22rem;
  }

  .ninehundred\:-mr-88{
    margin-right: -22rem;
  }

  .ninehundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .ninehundred\:-ml-88{
    margin-left: -22rem;
  }

  .ninehundred\:-mt-96{
    margin-top: -24rem;
  }

  .ninehundred\:-mr-96{
    margin-right: -24rem;
  }

  .ninehundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .ninehundred\:-ml-96{
    margin-left: -24rem;
  }

  .ninehundred\:-mt-104{
    margin-top: -26rem;
  }

  .ninehundred\:-mr-104{
    margin-right: -26rem;
  }

  .ninehundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .ninehundred\:-ml-104{
    margin-left: -26rem;
  }

  .ninehundred\:-mt-112{
    margin-top: -28rem;
  }

  .ninehundred\:-mr-112{
    margin-right: -28rem;
  }

  .ninehundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .ninehundred\:-ml-112{
    margin-left: -28rem;
  }

  .ninehundred\:-mt-128{
    margin-top: -30rem;
  }

  .ninehundred\:-mr-128{
    margin-right: -30rem;
  }

  .ninehundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .ninehundred\:-ml-128{
    margin-left: -30rem;
  }

  .ninehundred\:-mt-144{
    margin-top: -34rem;
  }

  .ninehundred\:-mr-144{
    margin-right: -34rem;
  }

  .ninehundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .ninehundred\:-ml-144{
    margin-left: -34rem;
  }

  .ninehundred\:-mt-160{
    margin-top: -38rem;
  }

  .ninehundred\:-mr-160{
    margin-right: -38rem;
  }

  .ninehundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .ninehundred\:-ml-160{
    margin-left: -38rem;
  }

  .ninehundred\:-mt-176{
    margin-top: -42rem;
  }

  .ninehundred\:-mr-176{
    margin-right: -42rem;
  }

  .ninehundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .ninehundred\:-ml-176{
    margin-left: -42rem;
  }

  .ninehundred\:-mt-192{
    margin-top: -46rem;
  }

  .ninehundred\:-mr-192{
    margin-right: -46rem;
  }

  .ninehundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .ninehundred\:-ml-192{
    margin-left: -46rem;
  }

  .ninehundred\:-mt-208{
    margin-top: -50rem;
  }

  .ninehundred\:-mr-208{
    margin-right: -50rem;
  }

  .ninehundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .ninehundred\:-ml-208{
    margin-left: -50rem;
  }

  .ninehundred\:-mt-224{
    margin-top: -54rem;
  }

  .ninehundred\:-mr-224{
    margin-right: -54rem;
  }

  .ninehundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .ninehundred\:-ml-224{
    margin-left: -54rem;
  }

  .ninehundred\:-mt-240{
    margin-top: -58rem;
  }

  .ninehundred\:-mr-240{
    margin-right: -58rem;
  }

  .ninehundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .ninehundred\:-ml-240{
    margin-left: -58rem;
  }

  .ninehundred\:-mt-256{
    margin-top: -62rem;
  }

  .ninehundred\:-mr-256{
    margin-right: -62rem;
  }

  .ninehundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .ninehundred\:-ml-256{
    margin-left: -62rem;
  }

  .ninehundred\:-mt-px{
    margin-top: -1px;
  }

  .ninehundred\:-mr-px{
    margin-right: -1px;
  }

  .ninehundred\:-mb-px{
    margin-bottom: -1px;
  }

  .ninehundred\:-ml-px{
    margin-left: -1px;
  }

  .ninehundred\:max-h-full{
    max-height: 100%;
  }

  .ninehundred\:max-h-screen{
    max-height: 100vh;
  }

  .ninehundred\:max-w-none{
    max-width: none;
  }

  .ninehundred\:max-w-xs{
    max-width: 20rem;
  }

  .ninehundred\:max-w-sm{
    max-width: 24rem;
  }

  .ninehundred\:max-w-md{
    max-width: 28rem;
  }

  .ninehundred\:max-w-lg{
    max-width: 32rem;
  }

  .ninehundred\:max-w-xl{
    max-width: 36rem;
  }

  .ninehundred\:max-w-2xl{
    max-width: 42rem;
  }

  .ninehundred\:max-w-3xl{
    max-width: 48rem;
  }

  .ninehundred\:max-w-4xl{
    max-width: 56rem;
  }

  .ninehundred\:max-w-5xl{
    max-width: 64rem;
  }

  .ninehundred\:max-w-6xl{
    max-width: 72rem;
  }

  .ninehundred\:max-w-full{
    max-width: 100%;
  }

  .ninehundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .ninehundred\:max-w-screen-md{
    max-width: 768px;
  }

  .ninehundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .ninehundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .ninehundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .ninehundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .ninehundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .ninehundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .ninehundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .ninehundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .ninehundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .ninehundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .ninehundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .ninehundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .ninehundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .ninehundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .ninehundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .ninehundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .ninehundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .ninehundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .ninehundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .ninehundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .ninehundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .ninehundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .ninehundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .ninehundred\:min-h-0{
    min-height: 0;
  }

  .ninehundred\:min-h-full{
    min-height: 100%;
  }

  .ninehundred\:min-h-screen{
    min-height: 100vh;
  }

  .ninehundred\:min-w-0{
    min-width: 0;
  }

  .ninehundred\:min-w-80{
    min-width: 20rem;
  }

  .ninehundred\:min-w-full{
    min-width: 100%;
  }

  .ninehundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .ninehundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ninehundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .ninehundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .ninehundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .ninehundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .ninehundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .ninehundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .ninehundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .ninehundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .ninehundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .ninehundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .ninehundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .ninehundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .ninehundred\:opacity-0{
    opacity: 0;
  }

  .ninehundred\:opacity-25{
    opacity: 0.25;
  }

  .ninehundred\:opacity-30{
    opacity: 0.3;
  }

  .ninehundred\:opacity-40{
    opacity: 0.4;
  }

  .ninehundred\:opacity-50{
    opacity: 0.5;
  }

  .ninehundred\:opacity-75{
    opacity: 0.75;
  }

  .ninehundred\:opacity-100{
    opacity: 1;
  }

  .ninehundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .ninehundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .ninehundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .ninehundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .ninehundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .ninehundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .ninehundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .ninehundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .ninehundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .ninehundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .ninehundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .ninehundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .ninehundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .ninehundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .ninehundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .ninehundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .ninehundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .ninehundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .ninehundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .ninehundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .ninehundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .ninehundred\:overflow-auto{
    overflow: auto;
  }

  .ninehundred\:overflow-hidden{
    overflow: hidden;
  }

  .ninehundred\:overflow-visible{
    overflow: visible;
  }

  .ninehundred\:overflow-scroll{
    overflow: scroll;
  }

  .ninehundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .ninehundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .ninehundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .ninehundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .ninehundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .ninehundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .ninehundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .ninehundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .ninehundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .ninehundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .ninehundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .ninehundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .ninehundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .ninehundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .ninehundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .ninehundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .ninehundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .ninehundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .ninehundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .ninehundred\:p-0{
    padding: 0;
  }

  .ninehundred\:p-1{
    padding: 0.25rem;
  }

  .ninehundred\:p-2{
    padding: 0.5rem;
  }

  .ninehundred\:p-3{
    padding: 0.75rem;
  }

  .ninehundred\:p-4{
    padding: 1rem;
  }

  .ninehundred\:p-5{
    padding: 1.25rem;
  }

  .ninehundred\:p-6{
    padding: 1.5rem;
  }

  .ninehundred\:p-8{
    padding: 2rem;
  }

  .ninehundred\:p-10{
    padding: 2.5rem;
  }

  .ninehundred\:p-12{
    padding: 3rem;
  }

  .ninehundred\:p-16{
    padding: 4rem;
  }

  .ninehundred\:p-20{
    padding: 5rem;
  }

  .ninehundred\:p-24{
    padding: 6rem;
  }

  .ninehundred\:p-32{
    padding: 8rem;
  }

  .ninehundred\:p-40{
    padding: 10rem;
  }

  .ninehundred\:p-48{
    padding: 12rem;
  }

  .ninehundred\:p-56{
    padding: 14rem;
  }

  .ninehundred\:p-64{
    padding: 16rem;
  }

  .ninehundred\:p-72{
    padding: 18rem;
  }

  .ninehundred\:p-80{
    padding: 20rem;
  }

  .ninehundred\:p-88{
    padding: 22rem;
  }

  .ninehundred\:p-96{
    padding: 24rem;
  }

  .ninehundred\:p-104{
    padding: 26rem;
  }

  .ninehundred\:p-112{
    padding: 28rem;
  }

  .ninehundred\:p-128{
    padding: 30rem;
  }

  .ninehundred\:p-144{
    padding: 34rem;
  }

  .ninehundred\:p-160{
    padding: 38rem;
  }

  .ninehundred\:p-176{
    padding: 42rem;
  }

  .ninehundred\:p-192{
    padding: 46rem;
  }

  .ninehundred\:p-208{
    padding: 50rem;
  }

  .ninehundred\:p-224{
    padding: 54rem;
  }

  .ninehundred\:p-240{
    padding: 58rem;
  }

  .ninehundred\:p-256{
    padding: 62rem;
  }

  .ninehundred\:p-px{
    padding: 1px;
  }

  .ninehundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .ninehundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .ninehundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .ninehundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .ninehundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .ninehundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ninehundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .ninehundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .ninehundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ninehundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ninehundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .ninehundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ninehundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .ninehundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ninehundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ninehundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ninehundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ninehundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .ninehundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ninehundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ninehundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ninehundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ninehundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ninehundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .ninehundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ninehundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .ninehundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ninehundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .ninehundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .ninehundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .ninehundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .ninehundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .ninehundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .ninehundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .ninehundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .ninehundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .ninehundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .ninehundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .ninehundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .ninehundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .ninehundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .ninehundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .ninehundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .ninehundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .ninehundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .ninehundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .ninehundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .ninehundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .ninehundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .ninehundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .ninehundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .ninehundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .ninehundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .ninehundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .ninehundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .ninehundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .ninehundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .ninehundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .ninehundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .ninehundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .ninehundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .ninehundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .ninehundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .ninehundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .ninehundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .ninehundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .ninehundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .ninehundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .ninehundred\:pt-0{
    padding-top: 0;
  }

  .ninehundred\:pr-0{
    padding-right: 0;
  }

  .ninehundred\:pb-0{
    padding-bottom: 0;
  }

  .ninehundred\:pl-0{
    padding-left: 0;
  }

  .ninehundred\:pt-1{
    padding-top: 0.25rem;
  }

  .ninehundred\:pr-1{
    padding-right: 0.25rem;
  }

  .ninehundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .ninehundred\:pl-1{
    padding-left: 0.25rem;
  }

  .ninehundred\:pt-2{
    padding-top: 0.5rem;
  }

  .ninehundred\:pr-2{
    padding-right: 0.5rem;
  }

  .ninehundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .ninehundred\:pl-2{
    padding-left: 0.5rem;
  }

  .ninehundred\:pt-3{
    padding-top: 0.75rem;
  }

  .ninehundred\:pr-3{
    padding-right: 0.75rem;
  }

  .ninehundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .ninehundred\:pl-3{
    padding-left: 0.75rem;
  }

  .ninehundred\:pt-4{
    padding-top: 1rem;
  }

  .ninehundred\:pr-4{
    padding-right: 1rem;
  }

  .ninehundred\:pb-4{
    padding-bottom: 1rem;
  }

  .ninehundred\:pl-4{
    padding-left: 1rem;
  }

  .ninehundred\:pt-5{
    padding-top: 1.25rem;
  }

  .ninehundred\:pr-5{
    padding-right: 1.25rem;
  }

  .ninehundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .ninehundred\:pl-5{
    padding-left: 1.25rem;
  }

  .ninehundred\:pt-6{
    padding-top: 1.5rem;
  }

  .ninehundred\:pr-6{
    padding-right: 1.5rem;
  }

  .ninehundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .ninehundred\:pl-6{
    padding-left: 1.5rem;
  }

  .ninehundred\:pt-8{
    padding-top: 2rem;
  }

  .ninehundred\:pr-8{
    padding-right: 2rem;
  }

  .ninehundred\:pb-8{
    padding-bottom: 2rem;
  }

  .ninehundred\:pl-8{
    padding-left: 2rem;
  }

  .ninehundred\:pt-10{
    padding-top: 2.5rem;
  }

  .ninehundred\:pr-10{
    padding-right: 2.5rem;
  }

  .ninehundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .ninehundred\:pl-10{
    padding-left: 2.5rem;
  }

  .ninehundred\:pt-12{
    padding-top: 3rem;
  }

  .ninehundred\:pr-12{
    padding-right: 3rem;
  }

  .ninehundred\:pb-12{
    padding-bottom: 3rem;
  }

  .ninehundred\:pl-12{
    padding-left: 3rem;
  }

  .ninehundred\:pt-16{
    padding-top: 4rem;
  }

  .ninehundred\:pr-16{
    padding-right: 4rem;
  }

  .ninehundred\:pb-16{
    padding-bottom: 4rem;
  }

  .ninehundred\:pl-16{
    padding-left: 4rem;
  }

  .ninehundred\:pt-20{
    padding-top: 5rem;
  }

  .ninehundred\:pr-20{
    padding-right: 5rem;
  }

  .ninehundred\:pb-20{
    padding-bottom: 5rem;
  }

  .ninehundred\:pl-20{
    padding-left: 5rem;
  }

  .ninehundred\:pt-24{
    padding-top: 6rem;
  }

  .ninehundred\:pr-24{
    padding-right: 6rem;
  }

  .ninehundred\:pb-24{
    padding-bottom: 6rem;
  }

  .ninehundred\:pl-24{
    padding-left: 6rem;
  }

  .ninehundred\:pt-32{
    padding-top: 8rem;
  }

  .ninehundred\:pr-32{
    padding-right: 8rem;
  }

  .ninehundred\:pb-32{
    padding-bottom: 8rem;
  }

  .ninehundred\:pl-32{
    padding-left: 8rem;
  }

  .ninehundred\:pt-40{
    padding-top: 10rem;
  }

  .ninehundred\:pr-40{
    padding-right: 10rem;
  }

  .ninehundred\:pb-40{
    padding-bottom: 10rem;
  }

  .ninehundred\:pl-40{
    padding-left: 10rem;
  }

  .ninehundred\:pt-48{
    padding-top: 12rem;
  }

  .ninehundred\:pr-48{
    padding-right: 12rem;
  }

  .ninehundred\:pb-48{
    padding-bottom: 12rem;
  }

  .ninehundred\:pl-48{
    padding-left: 12rem;
  }

  .ninehundred\:pt-56{
    padding-top: 14rem;
  }

  .ninehundred\:pr-56{
    padding-right: 14rem;
  }

  .ninehundred\:pb-56{
    padding-bottom: 14rem;
  }

  .ninehundred\:pl-56{
    padding-left: 14rem;
  }

  .ninehundred\:pt-64{
    padding-top: 16rem;
  }

  .ninehundred\:pr-64{
    padding-right: 16rem;
  }

  .ninehundred\:pb-64{
    padding-bottom: 16rem;
  }

  .ninehundred\:pl-64{
    padding-left: 16rem;
  }

  .ninehundred\:pt-72{
    padding-top: 18rem;
  }

  .ninehundred\:pr-72{
    padding-right: 18rem;
  }

  .ninehundred\:pb-72{
    padding-bottom: 18rem;
  }

  .ninehundred\:pl-72{
    padding-left: 18rem;
  }

  .ninehundred\:pt-80{
    padding-top: 20rem;
  }

  .ninehundred\:pr-80{
    padding-right: 20rem;
  }

  .ninehundred\:pb-80{
    padding-bottom: 20rem;
  }

  .ninehundred\:pl-80{
    padding-left: 20rem;
  }

  .ninehundred\:pt-88{
    padding-top: 22rem;
  }

  .ninehundred\:pr-88{
    padding-right: 22rem;
  }

  .ninehundred\:pb-88{
    padding-bottom: 22rem;
  }

  .ninehundred\:pl-88{
    padding-left: 22rem;
  }

  .ninehundred\:pt-96{
    padding-top: 24rem;
  }

  .ninehundred\:pr-96{
    padding-right: 24rem;
  }

  .ninehundred\:pb-96{
    padding-bottom: 24rem;
  }

  .ninehundred\:pl-96{
    padding-left: 24rem;
  }

  .ninehundred\:pt-104{
    padding-top: 26rem;
  }

  .ninehundred\:pr-104{
    padding-right: 26rem;
  }

  .ninehundred\:pb-104{
    padding-bottom: 26rem;
  }

  .ninehundred\:pl-104{
    padding-left: 26rem;
  }

  .ninehundred\:pt-112{
    padding-top: 28rem;
  }

  .ninehundred\:pr-112{
    padding-right: 28rem;
  }

  .ninehundred\:pb-112{
    padding-bottom: 28rem;
  }

  .ninehundred\:pl-112{
    padding-left: 28rem;
  }

  .ninehundred\:pt-128{
    padding-top: 30rem;
  }

  .ninehundred\:pr-128{
    padding-right: 30rem;
  }

  .ninehundred\:pb-128{
    padding-bottom: 30rem;
  }

  .ninehundred\:pl-128{
    padding-left: 30rem;
  }

  .ninehundred\:pt-144{
    padding-top: 34rem;
  }

  .ninehundred\:pr-144{
    padding-right: 34rem;
  }

  .ninehundred\:pb-144{
    padding-bottom: 34rem;
  }

  .ninehundred\:pl-144{
    padding-left: 34rem;
  }

  .ninehundred\:pt-160{
    padding-top: 38rem;
  }

  .ninehundred\:pr-160{
    padding-right: 38rem;
  }

  .ninehundred\:pb-160{
    padding-bottom: 38rem;
  }

  .ninehundred\:pl-160{
    padding-left: 38rem;
  }

  .ninehundred\:pt-176{
    padding-top: 42rem;
  }

  .ninehundred\:pr-176{
    padding-right: 42rem;
  }

  .ninehundred\:pb-176{
    padding-bottom: 42rem;
  }

  .ninehundred\:pl-176{
    padding-left: 42rem;
  }

  .ninehundred\:pt-192{
    padding-top: 46rem;
  }

  .ninehundred\:pr-192{
    padding-right: 46rem;
  }

  .ninehundred\:pb-192{
    padding-bottom: 46rem;
  }

  .ninehundred\:pl-192{
    padding-left: 46rem;
  }

  .ninehundred\:pt-208{
    padding-top: 50rem;
  }

  .ninehundred\:pr-208{
    padding-right: 50rem;
  }

  .ninehundred\:pb-208{
    padding-bottom: 50rem;
  }

  .ninehundred\:pl-208{
    padding-left: 50rem;
  }

  .ninehundred\:pt-224{
    padding-top: 54rem;
  }

  .ninehundred\:pr-224{
    padding-right: 54rem;
  }

  .ninehundred\:pb-224{
    padding-bottom: 54rem;
  }

  .ninehundred\:pl-224{
    padding-left: 54rem;
  }

  .ninehundred\:pt-240{
    padding-top: 58rem;
  }

  .ninehundred\:pr-240{
    padding-right: 58rem;
  }

  .ninehundred\:pb-240{
    padding-bottom: 58rem;
  }

  .ninehundred\:pl-240{
    padding-left: 58rem;
  }

  .ninehundred\:pt-256{
    padding-top: 62rem;
  }

  .ninehundred\:pr-256{
    padding-right: 62rem;
  }

  .ninehundred\:pb-256{
    padding-bottom: 62rem;
  }

  .ninehundred\:pl-256{
    padding-left: 62rem;
  }

  .ninehundred\:pt-px{
    padding-top: 1px;
  }

  .ninehundred\:pr-px{
    padding-right: 1px;
  }

  .ninehundred\:pb-px{
    padding-bottom: 1px;
  }

  .ninehundred\:pl-px{
    padding-left: 1px;
  }

  .ninehundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .ninehundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .ninehundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .ninehundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .ninehundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .ninehundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .ninehundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .ninehundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .ninehundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .ninehundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .ninehundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .ninehundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .ninehundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .ninehundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .ninehundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .ninehundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .ninehundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .ninehundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .ninehundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .ninehundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .ninehundred\:pointer-events-none{
    pointer-events: none;
  }

  .ninehundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .ninehundred\:static{
    position: static;
  }

  .ninehundred\:fixed{
    position: fixed;
  }

  .ninehundred\:absolute{
    position: absolute;
  }

  .ninehundred\:relative{
    position: relative;
  }

  .ninehundred\:sticky{
    position: sticky;
  }

  .ninehundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ninehundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .ninehundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .ninehundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .ninehundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .ninehundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .ninehundred\:top-0{
    top: 0;
  }

  .ninehundred\:right-0{
    right: 0;
  }

  .ninehundred\:bottom-0{
    bottom: 0;
  }

  .ninehundred\:left-0{
    left: 0;
  }

  .ninehundred\:top-auto{
    top: auto;
  }

  .ninehundred\:right-auto{
    right: auto;
  }

  .ninehundred\:bottom-auto{
    bottom: auto;
  }

  .ninehundred\:left-auto{
    left: auto;
  }

  .ninehundred\:resize-none{
    resize: none;
  }

  .ninehundred\:resize-y{
    resize: vertical;
  }

  .ninehundred\:resize-x{
    resize: horizontal;
  }

  .ninehundred\:resize{
    resize: both;
  }

  .ninehundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .ninehundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .ninehundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:shadow-none{
    box-shadow: none;
  }

  .ninehundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .ninehundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .ninehundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .ninehundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .ninehundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .ninehundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .ninehundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .ninehundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .ninehundred\:fill-current{
    fill: currentColor;
  }

  .ninehundred\:stroke-current{
    stroke: currentColor;
  }

  .ninehundred\:stroke-0{
    stroke-width: 0;
  }

  .ninehundred\:stroke-1{
    stroke-width: 1;
  }

  .ninehundred\:stroke-2{
    stroke-width: 2;
  }

  .ninehundred\:table-auto{
    table-layout: auto;
  }

  .ninehundred\:table-fixed{
    table-layout: fixed;
  }

  .ninehundred\:text-left{
    text-align: left;
  }

  .ninehundred\:text-center{
    text-align: center;
  }

  .ninehundred\:text-right{
    text-align: right;
  }

  .ninehundred\:text-justify{
    text-align: justify;
  }

  .ninehundred\:text-transparent{
    color: transparent;
  }

  .ninehundred\:text-current{
    color: currentColor;
  }

  .ninehundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .ninehundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .ninehundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .ninehundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .ninehundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .ninehundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .ninehundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .ninehundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .ninehundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .ninehundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .ninehundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .ninehundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .ninehundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .ninehundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .ninehundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .ninehundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .ninehundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .ninehundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .ninehundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .ninehundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .ninehundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .ninehundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .ninehundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .ninehundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .ninehundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .ninehundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .ninehundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .ninehundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .ninehundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .ninehundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .ninehundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .ninehundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .ninehundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .ninehundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .ninehundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .ninehundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .ninehundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .ninehundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .ninehundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .ninehundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .ninehundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .ninehundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .ninehundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .ninehundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .ninehundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .ninehundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .ninehundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .ninehundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .ninehundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .ninehundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .ninehundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .ninehundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .ninehundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .ninehundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .ninehundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .ninehundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .ninehundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .ninehundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .ninehundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .ninehundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .ninehundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .ninehundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .ninehundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .ninehundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .ninehundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .ninehundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .ninehundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .ninehundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .ninehundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .ninehundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .ninehundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .ninehundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .ninehundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .ninehundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .ninehundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .ninehundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .ninehundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .ninehundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .ninehundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .ninehundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .ninehundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .ninehundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .ninehundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .ninehundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .ninehundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .ninehundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .ninehundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .ninehundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .ninehundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .ninehundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .ninehundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .ninehundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .ninehundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .ninehundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .ninehundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .ninehundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .ninehundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .ninehundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .ninehundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .ninehundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .ninehundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .ninehundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .ninehundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .ninehundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .ninehundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .ninehundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .ninehundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .ninehundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .ninehundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .ninehundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .ninehundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .ninehundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .ninehundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .ninehundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .ninehundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .ninehundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .ninehundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .ninehundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .ninehundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .ninehundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .ninehundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .ninehundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .ninehundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .ninehundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .ninehundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .ninehundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .ninehundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .ninehundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .ninehundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .ninehundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .ninehundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .ninehundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .ninehundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .ninehundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .ninehundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .ninehundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .ninehundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .ninehundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .ninehundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .ninehundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .ninehundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .ninehundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .ninehundred\:italic{
    font-style: italic;
  }

  .ninehundred\:not-italic{
    font-style: normal;
  }

  .ninehundred\:uppercase{
    text-transform: uppercase;
  }

  .ninehundred\:lowercase{
    text-transform: lowercase;
  }

  .ninehundred\:capitalize{
    text-transform: capitalize;
  }

  .ninehundred\:normal-case{
    text-transform: none;
  }

  .ninehundred\:underline{
    text-decoration: underline;
  }

  .ninehundred\:line-through{
    text-decoration: line-through;
  }

  .ninehundred\:no-underline{
    text-decoration: none;
  }

  .ninehundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .ninehundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .ninehundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .ninehundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .ninehundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .ninehundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .ninehundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .ninehundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .ninehundred\:ordinal, .ninehundred\:slashed-zero, .ninehundred\:lining-nums, .ninehundred\:oldstyle-nums, .ninehundred\:proportional-nums, .ninehundred\:tabular-nums, .ninehundred\:diagonal-fractions, .ninehundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .ninehundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .ninehundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .ninehundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .ninehundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .ninehundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .ninehundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .ninehundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .ninehundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .ninehundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .ninehundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .ninehundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .ninehundred\:tracking-normal{
    letter-spacing: 0;
  }

  .ninehundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .ninehundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .ninehundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .ninehundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .ninehundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .ninehundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .ninehundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .ninehundred\:align-baseline{
    vertical-align: baseline;
  }

  .ninehundred\:align-top{
    vertical-align: top;
  }

  .ninehundred\:align-middle{
    vertical-align: middle;
  }

  .ninehundred\:align-bottom{
    vertical-align: bottom;
  }

  .ninehundred\:align-text-top{
    vertical-align: text-top;
  }

  .ninehundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .ninehundred\:visible{
    visibility: visible;
  }

  .ninehundred\:invisible{
    visibility: hidden;
  }

  .ninehundred\:whitespace-normal{
    white-space: normal;
  }

  .ninehundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .ninehundred\:whitespace-pre{
    white-space: pre;
  }

  .ninehundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .ninehundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .ninehundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ninehundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .ninehundred\:break-all{
    word-break: break-all;
  }

  .ninehundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ninehundred\:w-0{
    width: 0;
  }

  .ninehundred\:w-1{
    width: 0.25rem;
  }

  .ninehundred\:w-2{
    width: 0.5rem;
  }

  .ninehundred\:w-3{
    width: 0.75rem;
  }

  .ninehundred\:w-4{
    width: 1rem;
  }

  .ninehundred\:w-5{
    width: 1.25rem;
  }

  .ninehundred\:w-6{
    width: 1.5rem;
  }

  .ninehundred\:w-8{
    width: 2rem;
  }

  .ninehundred\:w-10{
    width: 2.5rem;
  }

  .ninehundred\:w-12{
    width: 3rem;
  }

  .ninehundred\:w-16{
    width: 4rem;
  }

  .ninehundred\:w-20{
    width: 5rem;
  }

  .ninehundred\:w-24{
    width: 6rem;
  }

  .ninehundred\:w-32{
    width: 8rem;
  }

  .ninehundred\:w-40{
    width: 10rem;
  }

  .ninehundred\:w-48{
    width: 12rem;
  }

  .ninehundred\:w-56{
    width: 14rem;
  }

  .ninehundred\:w-64{
    width: 16rem;
  }

  .ninehundred\:w-72{
    width: 18rem;
  }

  .ninehundred\:w-80{
    width: 20rem;
  }

  .ninehundred\:w-88{
    width: 22rem;
  }

  .ninehundred\:w-96{
    width: 24rem;
  }

  .ninehundred\:w-104{
    width: 26rem;
  }

  .ninehundred\:w-112{
    width: 28rem;
  }

  .ninehundred\:w-128{
    width: 30rem;
  }

  .ninehundred\:w-144{
    width: 34rem;
  }

  .ninehundred\:w-160{
    width: 38rem;
  }

  .ninehundred\:w-176{
    width: 42rem;
  }

  .ninehundred\:w-192{
    width: 46rem;
  }

  .ninehundred\:w-208{
    width: 50rem;
  }

  .ninehundred\:w-224{
    width: 54rem;
  }

  .ninehundred\:w-240{
    width: 58rem;
  }

  .ninehundred\:w-256{
    width: 62rem;
  }

  .ninehundred\:w-auto{
    width: auto;
  }

  .ninehundred\:w-px{
    width: 1px;
  }

  .ninehundred\:w-1\/2{
    width: 50%;
  }

  .ninehundred\:w-1\/3{
    width: 33.333333%;
  }

  .ninehundred\:w-2\/3{
    width: 66.666667%;
  }

  .ninehundred\:w-1\/4{
    width: 25%;
  }

  .ninehundred\:w-2\/4{
    width: 50%;
  }

  .ninehundred\:w-3\/4{
    width: 75%;
  }

  .ninehundred\:w-1\/5{
    width: 20%;
  }

  .ninehundred\:w-2\/5{
    width: 40%;
  }

  .ninehundred\:w-3\/5{
    width: 60%;
  }

  .ninehundred\:w-4\/5{
    width: 80%;
  }

  .ninehundred\:w-1\/6{
    width: 16.666667%;
  }

  .ninehundred\:w-2\/6{
    width: 33.333333%;
  }

  .ninehundred\:w-3\/6{
    width: 50%;
  }

  .ninehundred\:w-4\/6{
    width: 66.666667%;
  }

  .ninehundred\:w-5\/6{
    width: 83.333333%;
  }

  .ninehundred\:w-1\/12{
    width: 8.333333%;
  }

  .ninehundred\:w-2\/12{
    width: 16.666667%;
  }

  .ninehundred\:w-3\/12{
    width: 25%;
  }

  .ninehundred\:w-4\/12{
    width: 33.333333%;
  }

  .ninehundred\:w-5\/12{
    width: 41.666667%;
  }

  .ninehundred\:w-6\/12{
    width: 50%;
  }

  .ninehundred\:w-7\/12{
    width: 58.333333%;
  }

  .ninehundred\:w-8\/12{
    width: 66.666667%;
  }

  .ninehundred\:w-9\/12{
    width: 75%;
  }

  .ninehundred\:w-10\/12{
    width: 83.333333%;
  }

  .ninehundred\:w-11\/12{
    width: 91.666667%;
  }

  .ninehundred\:w-full{
    width: 100%;
  }

  .ninehundred\:w-screen{
    width: 100vw;
  }

  .ninehundred\:z-0{
    z-index: 0;
  }

  .ninehundred\:z-10{
    z-index: 10;
  }

  .ninehundred\:z-20{
    z-index: 20;
  }

  .ninehundred\:z-30{
    z-index: 30;
  }

  .ninehundred\:z-40{
    z-index: 40;
  }

  .ninehundred\:z-50{
    z-index: 50;
  }

  .ninehundred\:z-auto{
    z-index: auto;
  }

  .ninehundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .ninehundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .ninehundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .ninehundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .ninehundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .ninehundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .ninehundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .ninehundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .ninehundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .ninehundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .ninehundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .ninehundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .ninehundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .ninehundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .ninehundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .ninehundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .ninehundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .ninehundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .ninehundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .ninehundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .ninehundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .ninehundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .ninehundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .ninehundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .ninehundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .ninehundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .ninehundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .ninehundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .ninehundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .ninehundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .ninehundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .ninehundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .ninehundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .ninehundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .ninehundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .ninehundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .ninehundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .ninehundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .ninehundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .ninehundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .ninehundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .ninehundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .ninehundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .ninehundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .ninehundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .ninehundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .ninehundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .ninehundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .ninehundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .ninehundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .ninehundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .ninehundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .ninehundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .ninehundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .ninehundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .ninehundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .ninehundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .ninehundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .ninehundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .ninehundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .ninehundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .ninehundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .ninehundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .ninehundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .ninehundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .ninehundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .ninehundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .ninehundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .ninehundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .ninehundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .ninehundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .ninehundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .ninehundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .ninehundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .ninehundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .ninehundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .ninehundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .ninehundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .ninehundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .ninehundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .ninehundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .ninehundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .ninehundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .ninehundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .ninehundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .ninehundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .ninehundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .ninehundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .ninehundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .ninehundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .ninehundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .ninehundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .ninehundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .ninehundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .ninehundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .ninehundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .ninehundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .ninehundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .ninehundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .ninehundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .ninehundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .ninehundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .ninehundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .ninehundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .ninehundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .ninehundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .ninehundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .ninehundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .ninehundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .ninehundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .ninehundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .ninehundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .ninehundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .ninehundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .ninehundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .ninehundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .ninehundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .ninehundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .ninehundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .ninehundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .ninehundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .ninehundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .ninehundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .ninehundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .ninehundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .ninehundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .ninehundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .ninehundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .ninehundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .ninehundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .ninehundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .ninehundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .ninehundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .ninehundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .ninehundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .ninehundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .ninehundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .ninehundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .ninehundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .ninehundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .ninehundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .ninehundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .ninehundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .ninehundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .ninehundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .ninehundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .ninehundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .ninehundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .ninehundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .ninehundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .ninehundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .ninehundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .ninehundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .ninehundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .ninehundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .ninehundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .ninehundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .ninehundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .ninehundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .ninehundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .ninehundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .ninehundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .ninehundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .ninehundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .ninehundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .ninehundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .ninehundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .ninehundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .ninehundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .ninehundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .ninehundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .ninehundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .ninehundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .ninehundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .ninehundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .ninehundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .ninehundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .ninehundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .ninehundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .ninehundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .ninehundred\:col-auto{
    grid-column: auto;
  }

  .ninehundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .ninehundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .ninehundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .ninehundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .ninehundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .ninehundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .ninehundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .ninehundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .ninehundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .ninehundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .ninehundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .ninehundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .ninehundred\:col-start-1{
    grid-column-start: 1;
  }

  .ninehundred\:col-start-2{
    grid-column-start: 2;
  }

  .ninehundred\:col-start-3{
    grid-column-start: 3;
  }

  .ninehundred\:col-start-4{
    grid-column-start: 4;
  }

  .ninehundred\:col-start-5{
    grid-column-start: 5;
  }

  .ninehundred\:col-start-6{
    grid-column-start: 6;
  }

  .ninehundred\:col-start-7{
    grid-column-start: 7;
  }

  .ninehundred\:col-start-8{
    grid-column-start: 8;
  }

  .ninehundred\:col-start-9{
    grid-column-start: 9;
  }

  .ninehundred\:col-start-10{
    grid-column-start: 10;
  }

  .ninehundred\:col-start-11{
    grid-column-start: 11;
  }

  .ninehundred\:col-start-12{
    grid-column-start: 12;
  }

  .ninehundred\:col-start-13{
    grid-column-start: 13;
  }

  .ninehundred\:col-start-auto{
    grid-column-start: auto;
  }

  .ninehundred\:col-end-1{
    grid-column-end: 1;
  }

  .ninehundred\:col-end-2{
    grid-column-end: 2;
  }

  .ninehundred\:col-end-3{
    grid-column-end: 3;
  }

  .ninehundred\:col-end-4{
    grid-column-end: 4;
  }

  .ninehundred\:col-end-5{
    grid-column-end: 5;
  }

  .ninehundred\:col-end-6{
    grid-column-end: 6;
  }

  .ninehundred\:col-end-7{
    grid-column-end: 7;
  }

  .ninehundred\:col-end-8{
    grid-column-end: 8;
  }

  .ninehundred\:col-end-9{
    grid-column-end: 9;
  }

  .ninehundred\:col-end-10{
    grid-column-end: 10;
  }

  .ninehundred\:col-end-11{
    grid-column-end: 11;
  }

  .ninehundred\:col-end-12{
    grid-column-end: 12;
  }

  .ninehundred\:col-end-13{
    grid-column-end: 13;
  }

  .ninehundred\:col-end-auto{
    grid-column-end: auto;
  }

  .ninehundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .ninehundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .ninehundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .ninehundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .ninehundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .ninehundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .ninehundred\:row-auto{
    grid-row: auto;
  }

  .ninehundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .ninehundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .ninehundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .ninehundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .ninehundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .ninehundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .ninehundred\:row-start-1{
    grid-row-start: 1;
  }

  .ninehundred\:row-start-2{
    grid-row-start: 2;
  }

  .ninehundred\:row-start-3{
    grid-row-start: 3;
  }

  .ninehundred\:row-start-4{
    grid-row-start: 4;
  }

  .ninehundred\:row-start-5{
    grid-row-start: 5;
  }

  .ninehundred\:row-start-6{
    grid-row-start: 6;
  }

  .ninehundred\:row-start-7{
    grid-row-start: 7;
  }

  .ninehundred\:row-start-auto{
    grid-row-start: auto;
  }

  .ninehundred\:row-end-1{
    grid-row-end: 1;
  }

  .ninehundred\:row-end-2{
    grid-row-end: 2;
  }

  .ninehundred\:row-end-3{
    grid-row-end: 3;
  }

  .ninehundred\:row-end-4{
    grid-row-end: 4;
  }

  .ninehundred\:row-end-5{
    grid-row-end: 5;
  }

  .ninehundred\:row-end-6{
    grid-row-end: 6;
  }

  .ninehundred\:row-end-7{
    grid-row-end: 7;
  }

  .ninehundred\:row-end-auto{
    grid-row-end: auto;
  }

  .ninehundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .ninehundred\:transform-none{
    transform: none;
  }

  .ninehundred\:origin-center{
    transform-origin: center;
  }

  .ninehundred\:origin-top{
    transform-origin: top;
  }

  .ninehundred\:origin-top-right{
    transform-origin: top right;
  }

  .ninehundred\:origin-right{
    transform-origin: right;
  }

  .ninehundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .ninehundred\:origin-bottom{
    transform-origin: bottom;
  }

  .ninehundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .ninehundred\:origin-left{
    transform-origin: left;
  }

  .ninehundred\:origin-top-left{
    transform-origin: top left;
  }

  .ninehundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .ninehundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .ninehundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .ninehundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .ninehundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .ninehundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .ninehundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .ninehundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .ninehundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .ninehundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .ninehundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .ninehundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .ninehundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .ninehundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .ninehundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .ninehundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .ninehundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .ninehundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .ninehundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .ninehundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .ninehundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .ninehundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .ninehundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .ninehundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .ninehundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .ninehundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .ninehundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .ninehundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .ninehundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .ninehundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .ninehundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .ninehundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .ninehundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .ninehundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .ninehundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .ninehundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .ninehundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .ninehundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .ninehundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .ninehundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .ninehundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .ninehundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .ninehundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .ninehundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .ninehundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .ninehundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .ninehundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .ninehundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .ninehundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .ninehundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .ninehundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .ninehundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .ninehundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .ninehundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .ninehundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .ninehundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .ninehundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .ninehundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .ninehundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .ninehundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .ninehundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .ninehundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .ninehundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .ninehundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .ninehundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .ninehundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .ninehundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .ninehundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .ninehundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .ninehundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .ninehundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .ninehundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .ninehundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .ninehundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .ninehundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .ninehundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .ninehundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .ninehundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .ninehundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .ninehundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .ninehundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .ninehundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .ninehundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .ninehundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .ninehundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .ninehundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .ninehundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .ninehundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .ninehundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .ninehundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .ninehundred\:rotate-0{
    --transform-rotate: 0;
  }

  .ninehundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .ninehundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .ninehundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .ninehundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .ninehundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .ninehundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .ninehundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .ninehundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .ninehundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .ninehundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .ninehundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .ninehundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .ninehundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .ninehundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .ninehundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .ninehundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .ninehundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .ninehundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .ninehundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .ninehundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .ninehundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .ninehundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .ninehundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .ninehundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .ninehundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .ninehundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .ninehundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .ninehundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .ninehundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .ninehundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .ninehundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .ninehundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .ninehundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .ninehundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .ninehundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .ninehundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .ninehundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .ninehundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .ninehundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .ninehundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .ninehundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .ninehundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .ninehundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .ninehundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .ninehundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .ninehundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .ninehundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .ninehundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .ninehundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .ninehundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .ninehundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .ninehundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .ninehundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .ninehundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .ninehundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .ninehundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .ninehundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .ninehundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .ninehundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .ninehundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .ninehundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .ninehundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .ninehundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .ninehundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .ninehundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .ninehundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .ninehundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .ninehundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .ninehundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .ninehundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .ninehundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .ninehundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .ninehundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .ninehundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .ninehundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .ninehundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .ninehundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .ninehundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .ninehundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .ninehundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .ninehundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .ninehundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .ninehundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .ninehundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .ninehundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .ninehundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .ninehundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .ninehundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .ninehundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .ninehundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .ninehundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .ninehundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .ninehundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .ninehundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .ninehundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .ninehundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .ninehundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .ninehundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .ninehundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .ninehundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .ninehundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .ninehundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .ninehundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .ninehundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .ninehundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .ninehundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .ninehundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .ninehundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .ninehundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .ninehundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .ninehundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .ninehundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .ninehundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .ninehundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .ninehundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .ninehundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .ninehundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .ninehundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .ninehundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .ninehundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .ninehundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .ninehundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .ninehundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .ninehundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .ninehundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .ninehundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .ninehundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .ninehundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .ninehundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .ninehundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .ninehundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .ninehundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .ninehundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .ninehundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .ninehundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .ninehundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .ninehundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .ninehundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .ninehundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .ninehundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .ninehundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .ninehundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .ninehundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .ninehundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .ninehundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .ninehundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .ninehundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .ninehundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .ninehundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .ninehundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .ninehundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .ninehundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .ninehundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .ninehundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .ninehundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .ninehundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .ninehundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .ninehundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .ninehundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .ninehundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .ninehundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .ninehundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .ninehundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .ninehundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .ninehundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .ninehundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .ninehundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .ninehundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .ninehundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .ninehundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .ninehundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .ninehundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .ninehundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .ninehundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .ninehundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .ninehundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .ninehundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .ninehundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .ninehundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .ninehundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .ninehundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .ninehundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .ninehundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .ninehundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .ninehundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .ninehundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .ninehundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .ninehundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .ninehundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .ninehundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .ninehundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .ninehundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .ninehundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .ninehundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .ninehundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .ninehundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .ninehundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .ninehundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .ninehundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .ninehundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .ninehundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .ninehundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .ninehundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .ninehundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .ninehundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .ninehundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .ninehundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .ninehundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .ninehundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .ninehundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .ninehundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .ninehundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .ninehundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .ninehundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .ninehundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .ninehundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .ninehundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .ninehundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .ninehundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .ninehundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .ninehundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .ninehundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .ninehundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .ninehundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .ninehundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .ninehundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .ninehundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .ninehundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .ninehundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .ninehundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .ninehundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .ninehundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .ninehundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .ninehundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .ninehundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .ninehundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .ninehundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .ninehundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .ninehundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .ninehundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .ninehundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .ninehundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .ninehundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .ninehundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .ninehundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .ninehundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .ninehundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .ninehundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .ninehundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .ninehundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .ninehundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .ninehundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .ninehundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .ninehundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .ninehundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .ninehundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .ninehundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .ninehundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .ninehundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .ninehundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .ninehundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .ninehundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .ninehundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .ninehundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .ninehundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .ninehundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .ninehundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .ninehundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .ninehundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .ninehundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .ninehundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .ninehundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .ninehundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .ninehundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .ninehundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .ninehundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .ninehundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .ninehundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .ninehundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .ninehundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .ninehundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .ninehundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .ninehundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .ninehundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .ninehundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .ninehundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .ninehundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .ninehundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .ninehundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .ninehundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .ninehundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .ninehundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .ninehundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .ninehundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .ninehundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .ninehundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .ninehundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .ninehundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .ninehundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .ninehundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .ninehundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .ninehundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .ninehundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .ninehundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .ninehundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .ninehundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .ninehundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .ninehundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .ninehundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .ninehundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .ninehundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .ninehundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .ninehundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .ninehundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .ninehundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .ninehundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .ninehundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .ninehundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .ninehundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .ninehundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .ninehundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .ninehundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .ninehundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .ninehundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .ninehundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .ninehundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .ninehundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .ninehundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .ninehundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .ninehundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .ninehundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .ninehundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .ninehundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .ninehundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .ninehundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .ninehundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .ninehundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .ninehundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .ninehundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .ninehundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .ninehundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .ninehundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .ninehundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .ninehundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .ninehundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .ninehundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .ninehundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .ninehundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .ninehundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .ninehundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .ninehundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .ninehundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .ninehundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .ninehundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .ninehundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .ninehundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .ninehundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .ninehundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .ninehundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .ninehundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .ninehundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .ninehundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .ninehundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .ninehundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .ninehundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .ninehundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .ninehundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .ninehundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .ninehundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .ninehundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .ninehundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .ninehundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .ninehundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .ninehundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .ninehundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .ninehundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .ninehundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .ninehundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .ninehundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .ninehundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .ninehundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .ninehundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .ninehundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .ninehundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .ninehundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .ninehundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .ninehundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .ninehundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .ninehundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .ninehundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .ninehundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .ninehundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .ninehundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .ninehundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .ninehundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .ninehundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .ninehundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .ninehundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .ninehundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .ninehundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .ninehundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .ninehundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .ninehundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .ninehundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .ninehundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .ninehundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .ninehundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .ninehundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .ninehundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .ninehundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .ninehundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .ninehundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .ninehundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .ninehundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .ninehundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .ninehundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .ninehundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .ninehundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .ninehundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .ninehundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .ninehundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .ninehundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .ninehundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .ninehundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .ninehundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .ninehundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .ninehundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .ninehundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .ninehundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .ninehundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .ninehundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .ninehundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .ninehundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .ninehundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .ninehundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .ninehundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .ninehundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .ninehundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .ninehundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .ninehundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .ninehundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .ninehundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .ninehundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .ninehundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .ninehundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .ninehundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .ninehundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .ninehundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .ninehundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .ninehundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .ninehundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .ninehundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .ninehundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .ninehundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .ninehundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .ninehundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .ninehundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .ninehundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .ninehundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .ninehundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .ninehundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .ninehundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .ninehundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .ninehundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .ninehundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .ninehundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .ninehundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .ninehundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .ninehundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .ninehundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .ninehundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .ninehundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .ninehundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .ninehundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .ninehundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .ninehundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .ninehundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .ninehundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .ninehundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .ninehundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .ninehundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .ninehundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .ninehundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .ninehundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .ninehundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .ninehundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .ninehundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .ninehundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .ninehundred\:transition-none{
    transition-property: none;
  }

  .ninehundred\:transition-all{
    transition-property: all;
  }

  .ninehundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .ninehundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .ninehundred\:transition-opacity{
    transition-property: opacity;
  }

  .ninehundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .ninehundred\:transition-transform{
    transition-property: transform;
  }

  .ninehundred\:ease-linear{
    transition-timing-function: linear;
  }

  .ninehundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .ninehundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .ninehundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ninehundred\:duration-75{
    transition-duration: 75ms;
  }

  .ninehundred\:duration-100{
    transition-duration: 100ms;
  }

  .ninehundred\:duration-150{
    transition-duration: 150ms;
  }

  .ninehundred\:duration-200{
    transition-duration: 200ms;
  }

  .ninehundred\:duration-300{
    transition-duration: 300ms;
  }

  .ninehundred\:duration-500{
    transition-duration: 500ms;
  }

  .ninehundred\:duration-700{
    transition-duration: 700ms;
  }

  .ninehundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .ninehundred\:delay-75{
    transition-delay: 75ms;
  }

  .ninehundred\:delay-100{
    transition-delay: 100ms;
  }

  .ninehundred\:delay-150{
    transition-delay: 150ms;
  }

  .ninehundred\:delay-200{
    transition-delay: 200ms;
  }

  .ninehundred\:delay-300{
    transition-delay: 300ms;
  }

  .ninehundred\:delay-500{
    transition-delay: 500ms;
  }

  .ninehundred\:delay-700{
    transition-delay: 700ms;
  }

  .ninehundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .ninehundred\:animate-none{
    animation: none;
  }

  .ninehundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .ninehundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .ninehundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .ninehundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1000px){
  .tenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .tenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .tenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .tenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .tenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .tenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .tenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .tenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .tenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .tenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .tenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .tenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .tenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .tenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .tenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .tenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .tenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .tenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .tenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .tenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .tenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .tenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .tenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .tenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .tenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .tenhundred\:container{
      max-width: 2000px;
    }
  }

  .tenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .tenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .tenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .tenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .tenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .tenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .tenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .tenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .tenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .tenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .tenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .tenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .tenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .tenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .tenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .tenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .tenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .tenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .tenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .tenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .tenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .tenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .tenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .tenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .tenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .tenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .tenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .tenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .tenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .tenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .tenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .tenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .tenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .tenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .tenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .tenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .tenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .tenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .tenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .tenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .tenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .tenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .tenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .tenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .tenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .tenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .tenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .tenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .tenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .tenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .tenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .tenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .tenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .tenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .tenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .tenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .tenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .tenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .tenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .tenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .tenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .tenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .tenhundred\:bg-local{
    background-attachment: local;
  }

  .tenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .tenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .tenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .tenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .tenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tenhundred\:bg-transparent{
    background-color: transparent;
  }

  .tenhundred\:bg-current{
    background-color: currentColor;
  }

  .tenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .tenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .tenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .tenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .tenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .tenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .tenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .tenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .tenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .tenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .tenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .tenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .tenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .tenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .tenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .tenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .tenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .tenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .tenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .tenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .tenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .tenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tenhundred\:bg-none{
    background-image: none;
  }

  .tenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .tenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .tenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .tenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .tenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .tenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .tenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .tenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .tenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .tenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .tenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .tenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .tenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .tenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .tenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .tenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .tenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .tenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .tenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .tenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .tenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .tenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .tenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .tenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .tenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .tenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .tenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .tenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .tenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .tenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .tenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .tenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .tenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .tenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .tenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .tenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .tenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .tenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .tenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .tenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .tenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .tenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .tenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .tenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .tenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .tenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .tenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .tenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .tenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .tenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .tenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .tenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .tenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .tenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .tenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .tenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .tenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .tenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .tenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .tenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .tenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .tenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .tenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .tenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .tenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .tenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .tenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .tenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .tenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .tenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .tenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .tenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .tenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .tenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .tenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .tenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .tenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .tenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .tenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .tenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .tenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .tenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .tenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .tenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .tenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .tenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .tenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .tenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .tenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .tenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .tenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .tenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .tenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .tenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .tenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .tenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .tenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .tenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .tenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .tenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .tenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .tenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .tenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .tenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .tenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .tenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .tenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .tenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .tenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .tenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .tenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .tenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .tenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .tenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .tenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .tenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .tenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .tenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .tenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .tenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .tenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .tenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .tenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .tenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .tenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .tenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .tenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .tenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .tenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .tenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .tenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .tenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .tenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .tenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .tenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .tenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .tenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .tenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .tenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .tenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .tenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .tenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .tenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .tenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .tenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .tenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .tenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .tenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .tenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .tenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .tenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .tenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .tenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .tenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .tenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .tenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .tenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .tenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .tenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .tenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .tenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .tenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .tenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .tenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .tenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .tenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .tenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .tenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .tenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .tenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .tenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .tenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .tenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .tenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .tenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .tenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .tenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .tenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .tenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .tenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .tenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .tenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .tenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .tenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .tenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .tenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .tenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .tenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .tenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .tenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .tenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .tenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .tenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .tenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .tenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .tenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .tenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .tenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .tenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .tenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .tenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .tenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .tenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .tenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .tenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .tenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .tenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .tenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .tenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .tenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .tenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .tenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .tenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .tenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .tenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .tenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .tenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .tenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .tenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .tenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .tenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .tenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .tenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .tenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .tenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .tenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .tenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .tenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .tenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .tenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .tenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .tenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .tenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .tenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .tenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .tenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .tenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .tenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .tenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .tenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .tenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .tenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .tenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .tenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .tenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .tenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .tenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .tenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .tenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .tenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .tenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .tenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .tenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .tenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .tenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .tenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .tenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .tenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .tenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .tenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .tenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .tenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .tenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .tenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .tenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .tenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .tenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .tenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .tenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .tenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .tenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .tenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .tenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .tenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .tenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .tenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .tenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .tenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .tenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .tenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .tenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .tenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .tenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .tenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .tenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .tenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .tenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .tenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .tenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .tenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .tenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .tenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .tenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .tenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .tenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .tenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .tenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .tenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .tenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .tenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .tenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .tenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .tenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .tenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .tenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .tenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .tenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .tenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .tenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .tenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .tenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .tenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .tenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .tenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .tenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .tenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .tenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .tenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .tenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .tenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .tenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .tenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .tenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .tenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .tenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .tenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .tenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .tenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .tenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .tenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .tenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .tenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .tenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .tenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .tenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .tenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .tenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .tenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .tenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .tenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .tenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .tenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .tenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .tenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .tenhundred\:bg-bottom{
    background-position: bottom;
  }

  .tenhundred\:bg-center{
    background-position: center;
  }

  .tenhundred\:bg-left{
    background-position: left;
  }

  .tenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .tenhundred\:bg-left-top{
    background-position: left top;
  }

  .tenhundred\:bg-right{
    background-position: right;
  }

  .tenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .tenhundred\:bg-right-top{
    background-position: right top;
  }

  .tenhundred\:bg-top{
    background-position: top;
  }

  .tenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .tenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .tenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .tenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .tenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .tenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .tenhundred\:bg-auto{
    background-size: auto;
  }

  .tenhundred\:bg-cover{
    background-size: cover;
  }

  .tenhundred\:bg-contain{
    background-size: contain;
  }

  .tenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .tenhundred\:border-separate{
    border-collapse: separate;
  }

  .tenhundred\:border-transparent{
    border-color: transparent;
  }

  .tenhundred\:border-current{
    border-color: currentColor;
  }

  .tenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .tenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .tenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .tenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .tenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .tenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .tenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .tenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .tenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .tenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .tenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .tenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .tenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .tenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .tenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .tenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .tenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .tenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .tenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .tenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .tenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .tenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .tenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .tenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .tenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .tenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .tenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .tenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .tenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .tenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .tenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .tenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .tenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .tenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .tenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .tenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .tenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .tenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .tenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .tenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .tenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .tenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .tenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .tenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .tenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .tenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .tenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .tenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .tenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .tenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .tenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .tenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .tenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .tenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .tenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .tenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .tenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .tenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .tenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .tenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .tenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .tenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .tenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .tenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .tenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .tenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .tenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .tenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .tenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .tenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .tenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .tenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .tenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .tenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .tenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .tenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .tenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .tenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .tenhundred\:rounded-none{
    border-radius: 0;
  }

  .tenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .tenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .tenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .tenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .tenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .tenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .tenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .tenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .tenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .tenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .tenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .tenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .tenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .tenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .tenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .tenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .tenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .tenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .tenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .tenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .tenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .tenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .tenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .tenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .tenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .tenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .tenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .tenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .tenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .tenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .tenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .tenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .tenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .tenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .tenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .tenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .tenhundred\:border-solid{
    border-style: solid;
  }

  .tenhundred\:border-dashed{
    border-style: dashed;
  }

  .tenhundred\:border-dotted{
    border-style: dotted;
  }

  .tenhundred\:border-double{
    border-style: double;
  }

  .tenhundred\:border-none{
    border-style: none;
  }

  .tenhundred\:border-0{
    border-width: 0;
  }

  .tenhundred\:border-2{
    border-width: 2px;
  }

  .tenhundred\:border-4{
    border-width: 4px;
  }

  .tenhundred\:border-8{
    border-width: 8px;
  }

  .tenhundred\:border{
    border-width: 1px;
  }

  .tenhundred\:border-t-0{
    border-top-width: 0;
  }

  .tenhundred\:border-r-0{
    border-right-width: 0;
  }

  .tenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .tenhundred\:border-l-0{
    border-left-width: 0;
  }

  .tenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .tenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .tenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .tenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .tenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .tenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .tenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .tenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .tenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .tenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .tenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .tenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .tenhundred\:border-t{
    border-top-width: 1px;
  }

  .tenhundred\:border-r{
    border-right-width: 1px;
  }

  .tenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .tenhundred\:border-l{
    border-left-width: 1px;
  }

  .tenhundred\:box-border{
    box-sizing: border-box;
  }

  .tenhundred\:box-content{
    box-sizing: content-box;
  }

  .tenhundred\:cursor-auto{
    cursor: auto;
  }

  .tenhundred\:cursor-default{
    cursor: default;
  }

  .tenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .tenhundred\:cursor-wait{
    cursor: wait;
  }

  .tenhundred\:cursor-text{
    cursor: text;
  }

  .tenhundred\:cursor-move{
    cursor: move;
  }

  .tenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .tenhundred\:block{
    display: block;
  }

  .tenhundred\:inline-block{
    display: inline-block;
  }

  .tenhundred\:inline{
    display: inline;
  }

  .tenhundred\:flex{
    display: flex;
  }

  .tenhundred\:inline-flex{
    display: inline-flex;
  }

  .tenhundred\:table{
    display: table;
  }

  .tenhundred\:table-caption{
    display: table-caption;
  }

  .tenhundred\:table-cell{
    display: table-cell;
  }

  .tenhundred\:table-column{
    display: table-column;
  }

  .tenhundred\:table-column-group{
    display: table-column-group;
  }

  .tenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .tenhundred\:table-header-group{
    display: table-header-group;
  }

  .tenhundred\:table-row-group{
    display: table-row-group;
  }

  .tenhundred\:table-row{
    display: table-row;
  }

  .tenhundred\:flow-root{
    display: flow-root;
  }

  .tenhundred\:grid{
    display: grid;
  }

  .tenhundred\:inline-grid{
    display: inline-grid;
  }

  .tenhundred\:contents{
    display: contents;
  }

  .tenhundred\:hidden{
    display: none;
  }

  .tenhundred\:flex-row{
    flex-direction: row;
  }

  .tenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .tenhundred\:flex-col{
    flex-direction: column;
  }

  .tenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .tenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .tenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .tenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .tenhundred\:place-items-auto{
    place-items: auto;
  }

  .tenhundred\:place-items-start{
    place-items: start;
  }

  .tenhundred\:place-items-end{
    place-items: end;
  }

  .tenhundred\:place-items-center{
    place-items: center;
  }

  .tenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .tenhundred\:place-content-center{
    place-content: center;
  }

  .tenhundred\:place-content-start{
    place-content: start;
  }

  .tenhundred\:place-content-end{
    place-content: end;
  }

  .tenhundred\:place-content-between{
    place-content: space-between;
  }

  .tenhundred\:place-content-around{
    place-content: space-around;
  }

  .tenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .tenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .tenhundred\:place-self-auto{
    place-self: auto;
  }

  .tenhundred\:place-self-start{
    place-self: start;
  }

  .tenhundred\:place-self-end{
    place-self: end;
  }

  .tenhundred\:place-self-center{
    place-self: center;
  }

  .tenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .tenhundred\:items-start{
    align-items: flex-start;
  }

  .tenhundred\:items-end{
    align-items: flex-end;
  }

  .tenhundred\:items-center{
    align-items: center;
  }

  .tenhundred\:items-baseline{
    align-items: baseline;
  }

  .tenhundred\:items-stretch{
    align-items: stretch;
  }

  .tenhundred\:content-center{
    align-content: center;
  }

  .tenhundred\:content-start{
    align-content: flex-start;
  }

  .tenhundred\:content-end{
    align-content: flex-end;
  }

  .tenhundred\:content-between{
    align-content: space-between;
  }

  .tenhundred\:content-around{
    align-content: space-around;
  }

  .tenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .tenhundred\:self-auto{
    align-self: auto;
  }

  .tenhundred\:self-start{
    align-self: flex-start;
  }

  .tenhundred\:self-end{
    align-self: flex-end;
  }

  .tenhundred\:self-center{
    align-self: center;
  }

  .tenhundred\:self-stretch{
    align-self: stretch;
  }

  .tenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .tenhundred\:justify-items-start{
    justify-items: start;
  }

  .tenhundred\:justify-items-end{
    justify-items: end;
  }

  .tenhundred\:justify-items-center{
    justify-items: center;
  }

  .tenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .tenhundred\:justify-start{
    justify-content: flex-start;
  }

  .tenhundred\:justify-end{
    justify-content: flex-end;
  }

  .tenhundred\:justify-center{
    justify-content: center;
  }

  .tenhundred\:justify-between{
    justify-content: space-between;
  }

  .tenhundred\:justify-around{
    justify-content: space-around;
  }

  .tenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .tenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .tenhundred\:justify-self-start{
    justify-self: start;
  }

  .tenhundred\:justify-self-end{
    justify-self: end;
  }

  .tenhundred\:justify-self-center{
    justify-self: center;
  }

  .tenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .tenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .tenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .tenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .tenhundred\:flex-none{
    flex: none;
  }

  .tenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .tenhundred\:flex-grow{
    flex-grow: 1;
  }

  .tenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .tenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .tenhundred\:order-1{
    order: 1;
  }

  .tenhundred\:order-2{
    order: 2;
  }

  .tenhundred\:order-3{
    order: 3;
  }

  .tenhundred\:order-4{
    order: 4;
  }

  .tenhundred\:order-5{
    order: 5;
  }

  .tenhundred\:order-6{
    order: 6;
  }

  .tenhundred\:order-7{
    order: 7;
  }

  .tenhundred\:order-8{
    order: 8;
  }

  .tenhundred\:order-9{
    order: 9;
  }

  .tenhundred\:order-10{
    order: 10;
  }

  .tenhundred\:order-11{
    order: 11;
  }

  .tenhundred\:order-12{
    order: 12;
  }

  .tenhundred\:order-first{
    order: -9999;
  }

  .tenhundred\:order-last{
    order: 9999;
  }

  .tenhundred\:order-none{
    order: 0;
  }

  .tenhundred\:float-right{
    float: right;
  }

  .tenhundred\:float-left{
    float: left;
  }

  .tenhundred\:float-none{
    float: none;
  }

  .tenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .tenhundred\:clear-left{
    clear: left;
  }

  .tenhundred\:clear-right{
    clear: right;
  }

  .tenhundred\:clear-both{
    clear: both;
  }

  .tenhundred\:clear-none{
    clear: none;
  }

  .tenhundred\: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";
  }

  .tenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tenhundred\:font-hairline{
    font-weight: 100;
  }

  .tenhundred\:font-thin{
    font-weight: 200;
  }

  .tenhundred\:font-light{
    font-weight: 300;
  }

  .tenhundred\:font-normal{
    font-weight: 400;
  }

  .tenhundred\:font-medium{
    font-weight: 500;
  }

  .tenhundred\:font-semibold{
    font-weight: 600;
  }

  .tenhundred\:font-bold{
    font-weight: 700;
  }

  .tenhundred\:font-extrabold{
    font-weight: 800;
  }

  .tenhundred\:font-black{
    font-weight: 900;
  }

  .tenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .tenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .tenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .tenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .tenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .tenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .tenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .tenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .tenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .tenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .tenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .tenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .tenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .tenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .tenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .tenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .tenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .tenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .tenhundred\:h-0{
    height: 0;
  }

  .tenhundred\:h-1{
    height: 0.25rem;
  }

  .tenhundred\:h-2{
    height: 0.5rem;
  }

  .tenhundred\:h-3{
    height: 0.75rem;
  }

  .tenhundred\:h-4{
    height: 1rem;
  }

  .tenhundred\:h-5{
    height: 1.25rem;
  }

  .tenhundred\:h-6{
    height: 1.5rem;
  }

  .tenhundred\:h-8{
    height: 2rem;
  }

  .tenhundred\:h-10{
    height: 2.5rem;
  }

  .tenhundred\:h-12{
    height: 3rem;
  }

  .tenhundred\:h-16{
    height: 4rem;
  }

  .tenhundred\:h-20{
    height: 5rem;
  }

  .tenhundred\:h-24{
    height: 6rem;
  }

  .tenhundred\:h-32{
    height: 8rem;
  }

  .tenhundred\:h-40{
    height: 10rem;
  }

  .tenhundred\:h-48{
    height: 12rem;
  }

  .tenhundred\:h-56{
    height: 14rem;
  }

  .tenhundred\:h-64{
    height: 16rem;
  }

  .tenhundred\:h-72{
    height: 18rem;
  }

  .tenhundred\:h-80{
    height: 20rem;
  }

  .tenhundred\:h-88{
    height: 22rem;
  }

  .tenhundred\:h-96{
    height: 24rem;
  }

  .tenhundred\:h-104{
    height: 26rem;
  }

  .tenhundred\:h-112{
    height: 28rem;
  }

  .tenhundred\:h-128{
    height: 30rem;
  }

  .tenhundred\:h-144{
    height: 34rem;
  }

  .tenhundred\:h-160{
    height: 38rem;
  }

  .tenhundred\:h-176{
    height: 42rem;
  }

  .tenhundred\:h-192{
    height: 46rem;
  }

  .tenhundred\:h-208{
    height: 50rem;
  }

  .tenhundred\:h-224{
    height: 54rem;
  }

  .tenhundred\:h-240{
    height: 58rem;
  }

  .tenhundred\:h-256{
    height: 62rem;
  }

  .tenhundred\:h-auto{
    height: auto;
  }

  .tenhundred\:h-px{
    height: 1px;
  }

  .tenhundred\:h-full{
    height: 100%;
  }

  .tenhundred\:h-screen{
    height: 100vh;
  }

  .tenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .tenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .tenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .tenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .tenhundred\:text-base{
    font-size: 1rem;
  }

  .tenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .tenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .tenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .tenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .tenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .tenhundred\:text-5xl{
    font-size: 3rem;
  }

  .tenhundred\:text-6xl{
    font-size: 4rem;
  }

  .tenhundred\:text-7xl{
    font-size: 6rem;
  }

  .tenhundred\:text-8xl{
    font-size: 8rem;
  }

  .tenhundred\:leading-3{
    line-height: .75rem;
  }

  .tenhundred\:leading-4{
    line-height: 1rem;
  }

  .tenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .tenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .tenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .tenhundred\:leading-8{
    line-height: 2rem;
  }

  .tenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .tenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .tenhundred\:leading-none{
    line-height: 1;
  }

  .tenhundred\:leading-tight{
    line-height: 1.25;
  }

  .tenhundred\:leading-snug{
    line-height: 1.375;
  }

  .tenhundred\:leading-normal{
    line-height: 1.5;
  }

  .tenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .tenhundred\:leading-loose{
    line-height: 2;
  }

  .tenhundred\:list-inside{
    list-style-position: inside;
  }

  .tenhundred\:list-outside{
    list-style-position: outside;
  }

  .tenhundred\:list-none{
    list-style-type: none;
  }

  .tenhundred\:list-disc{
    list-style-type: disc;
  }

  .tenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .tenhundred\:m-0{
    margin: 0;
  }

  .tenhundred\:m-1{
    margin: 0.25rem;
  }

  .tenhundred\:m-2{
    margin: 0.5rem;
  }

  .tenhundred\:m-3{
    margin: 0.75rem;
  }

  .tenhundred\:m-4{
    margin: 1rem;
  }

  .tenhundred\:m-5{
    margin: 1.25rem;
  }

  .tenhundred\:m-6{
    margin: 1.5rem;
  }

  .tenhundred\:m-8{
    margin: 2rem;
  }

  .tenhundred\:m-10{
    margin: 2.5rem;
  }

  .tenhundred\:m-12{
    margin: 3rem;
  }

  .tenhundred\:m-16{
    margin: 4rem;
  }

  .tenhundred\:m-20{
    margin: 5rem;
  }

  .tenhundred\:m-24{
    margin: 6rem;
  }

  .tenhundred\:m-32{
    margin: 8rem;
  }

  .tenhundred\:m-40{
    margin: 10rem;
  }

  .tenhundred\:m-48{
    margin: 12rem;
  }

  .tenhundred\:m-56{
    margin: 14rem;
  }

  .tenhundred\:m-64{
    margin: 16rem;
  }

  .tenhundred\:m-72{
    margin: 18rem;
  }

  .tenhundred\:m-80{
    margin: 20rem;
  }

  .tenhundred\:m-88{
    margin: 22rem;
  }

  .tenhundred\:m-96{
    margin: 24rem;
  }

  .tenhundred\:m-104{
    margin: 26rem;
  }

  .tenhundred\:m-112{
    margin: 28rem;
  }

  .tenhundred\:m-128{
    margin: 30rem;
  }

  .tenhundred\:m-144{
    margin: 34rem;
  }

  .tenhundred\:m-160{
    margin: 38rem;
  }

  .tenhundred\:m-176{
    margin: 42rem;
  }

  .tenhundred\:m-192{
    margin: 46rem;
  }

  .tenhundred\:m-208{
    margin: 50rem;
  }

  .tenhundred\:m-224{
    margin: 54rem;
  }

  .tenhundred\:m-240{
    margin: 58rem;
  }

  .tenhundred\:m-256{
    margin: 62rem;
  }

  .tenhundred\:m-auto{
    margin: auto;
  }

  .tenhundred\:m-px{
    margin: 1px;
  }

  .tenhundred\:-m-1{
    margin: -0.25rem;
  }

  .tenhundred\:-m-2{
    margin: -0.5rem;
  }

  .tenhundred\:-m-3{
    margin: -0.75rem;
  }

  .tenhundred\:-m-4{
    margin: -1rem;
  }

  .tenhundred\:-m-5{
    margin: -1.25rem;
  }

  .tenhundred\:-m-6{
    margin: -1.5rem;
  }

  .tenhundred\:-m-8{
    margin: -2rem;
  }

  .tenhundred\:-m-10{
    margin: -2.5rem;
  }

  .tenhundred\:-m-12{
    margin: -3rem;
  }

  .tenhundred\:-m-16{
    margin: -4rem;
  }

  .tenhundred\:-m-20{
    margin: -5rem;
  }

  .tenhundred\:-m-24{
    margin: -6rem;
  }

  .tenhundred\:-m-32{
    margin: -8rem;
  }

  .tenhundred\:-m-40{
    margin: -10rem;
  }

  .tenhundred\:-m-48{
    margin: -12rem;
  }

  .tenhundred\:-m-56{
    margin: -14rem;
  }

  .tenhundred\:-m-64{
    margin: -16rem;
  }

  .tenhundred\:-m-72{
    margin: -18rem;
  }

  .tenhundred\:-m-80{
    margin: -20rem;
  }

  .tenhundred\:-m-88{
    margin: -22rem;
  }

  .tenhundred\:-m-96{
    margin: -24rem;
  }

  .tenhundred\:-m-104{
    margin: -26rem;
  }

  .tenhundred\:-m-112{
    margin: -28rem;
  }

  .tenhundred\:-m-128{
    margin: -30rem;
  }

  .tenhundred\:-m-144{
    margin: -34rem;
  }

  .tenhundred\:-m-160{
    margin: -38rem;
  }

  .tenhundred\:-m-176{
    margin: -42rem;
  }

  .tenhundred\:-m-192{
    margin: -46rem;
  }

  .tenhundred\:-m-208{
    margin: -50rem;
  }

  .tenhundred\:-m-224{
    margin: -54rem;
  }

  .tenhundred\:-m-240{
    margin: -58rem;
  }

  .tenhundred\:-m-256{
    margin: -62rem;
  }

  .tenhundred\:-m-px{
    margin: -1px;
  }

  .tenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .tenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .tenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .tenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .tenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .tenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .tenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .tenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .tenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .tenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .tenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .tenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .tenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .tenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .tenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .tenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .tenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .tenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .tenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .tenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .tenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .tenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .tenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .tenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .tenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .tenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .tenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .tenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .tenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .tenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .tenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .tenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .tenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .tenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .tenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .tenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .tenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .tenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .tenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .tenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .tenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .tenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .tenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .tenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .tenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .tenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .tenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .tenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .tenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .tenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .tenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .tenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .tenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .tenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .tenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .tenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .tenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .tenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .tenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .tenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .tenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .tenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .tenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .tenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .tenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .tenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .tenhundred\:mt-0{
    margin-top: 0;
  }

  .tenhundred\:mr-0{
    margin-right: 0;
  }

  .tenhundred\:mb-0{
    margin-bottom: 0;
  }

  .tenhundred\:ml-0{
    margin-left: 0;
  }

  .tenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .tenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .tenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .tenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .tenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .tenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .tenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .tenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .tenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .tenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .tenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .tenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .tenhundred\:mt-4{
    margin-top: 1rem;
  }

  .tenhundred\:mr-4{
    margin-right: 1rem;
  }

  .tenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .tenhundred\:ml-4{
    margin-left: 1rem;
  }

  .tenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .tenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .tenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .tenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .tenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .tenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .tenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .tenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .tenhundred\:mt-8{
    margin-top: 2rem;
  }

  .tenhundred\:mr-8{
    margin-right: 2rem;
  }

  .tenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .tenhundred\:ml-8{
    margin-left: 2rem;
  }

  .tenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .tenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .tenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .tenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .tenhundred\:mt-12{
    margin-top: 3rem;
  }

  .tenhundred\:mr-12{
    margin-right: 3rem;
  }

  .tenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .tenhundred\:ml-12{
    margin-left: 3rem;
  }

  .tenhundred\:mt-16{
    margin-top: 4rem;
  }

  .tenhundred\:mr-16{
    margin-right: 4rem;
  }

  .tenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .tenhundred\:ml-16{
    margin-left: 4rem;
  }

  .tenhundred\:mt-20{
    margin-top: 5rem;
  }

  .tenhundred\:mr-20{
    margin-right: 5rem;
  }

  .tenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .tenhundred\:ml-20{
    margin-left: 5rem;
  }

  .tenhundred\:mt-24{
    margin-top: 6rem;
  }

  .tenhundred\:mr-24{
    margin-right: 6rem;
  }

  .tenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .tenhundred\:ml-24{
    margin-left: 6rem;
  }

  .tenhundred\:mt-32{
    margin-top: 8rem;
  }

  .tenhundred\:mr-32{
    margin-right: 8rem;
  }

  .tenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .tenhundred\:ml-32{
    margin-left: 8rem;
  }

  .tenhundred\:mt-40{
    margin-top: 10rem;
  }

  .tenhundred\:mr-40{
    margin-right: 10rem;
  }

  .tenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .tenhundred\:ml-40{
    margin-left: 10rem;
  }

  .tenhundred\:mt-48{
    margin-top: 12rem;
  }

  .tenhundred\:mr-48{
    margin-right: 12rem;
  }

  .tenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .tenhundred\:ml-48{
    margin-left: 12rem;
  }

  .tenhundred\:mt-56{
    margin-top: 14rem;
  }

  .tenhundred\:mr-56{
    margin-right: 14rem;
  }

  .tenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .tenhundred\:ml-56{
    margin-left: 14rem;
  }

  .tenhundred\:mt-64{
    margin-top: 16rem;
  }

  .tenhundred\:mr-64{
    margin-right: 16rem;
  }

  .tenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .tenhundred\:ml-64{
    margin-left: 16rem;
  }

  .tenhundred\:mt-72{
    margin-top: 18rem;
  }

  .tenhundred\:mr-72{
    margin-right: 18rem;
  }

  .tenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .tenhundred\:ml-72{
    margin-left: 18rem;
  }

  .tenhundred\:mt-80{
    margin-top: 20rem;
  }

  .tenhundred\:mr-80{
    margin-right: 20rem;
  }

  .tenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .tenhundred\:ml-80{
    margin-left: 20rem;
  }

  .tenhundred\:mt-88{
    margin-top: 22rem;
  }

  .tenhundred\:mr-88{
    margin-right: 22rem;
  }

  .tenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .tenhundred\:ml-88{
    margin-left: 22rem;
  }

  .tenhundred\:mt-96{
    margin-top: 24rem;
  }

  .tenhundred\:mr-96{
    margin-right: 24rem;
  }

  .tenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .tenhundred\:ml-96{
    margin-left: 24rem;
  }

  .tenhundred\:mt-104{
    margin-top: 26rem;
  }

  .tenhundred\:mr-104{
    margin-right: 26rem;
  }

  .tenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .tenhundred\:ml-104{
    margin-left: 26rem;
  }

  .tenhundred\:mt-112{
    margin-top: 28rem;
  }

  .tenhundred\:mr-112{
    margin-right: 28rem;
  }

  .tenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .tenhundred\:ml-112{
    margin-left: 28rem;
  }

  .tenhundred\:mt-128{
    margin-top: 30rem;
  }

  .tenhundred\:mr-128{
    margin-right: 30rem;
  }

  .tenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .tenhundred\:ml-128{
    margin-left: 30rem;
  }

  .tenhundred\:mt-144{
    margin-top: 34rem;
  }

  .tenhundred\:mr-144{
    margin-right: 34rem;
  }

  .tenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .tenhundred\:ml-144{
    margin-left: 34rem;
  }

  .tenhundred\:mt-160{
    margin-top: 38rem;
  }

  .tenhundred\:mr-160{
    margin-right: 38rem;
  }

  .tenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .tenhundred\:ml-160{
    margin-left: 38rem;
  }

  .tenhundred\:mt-176{
    margin-top: 42rem;
  }

  .tenhundred\:mr-176{
    margin-right: 42rem;
  }

  .tenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .tenhundred\:ml-176{
    margin-left: 42rem;
  }

  .tenhundred\:mt-192{
    margin-top: 46rem;
  }

  .tenhundred\:mr-192{
    margin-right: 46rem;
  }

  .tenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .tenhundred\:ml-192{
    margin-left: 46rem;
  }

  .tenhundred\:mt-208{
    margin-top: 50rem;
  }

  .tenhundred\:mr-208{
    margin-right: 50rem;
  }

  .tenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .tenhundred\:ml-208{
    margin-left: 50rem;
  }

  .tenhundred\:mt-224{
    margin-top: 54rem;
  }

  .tenhundred\:mr-224{
    margin-right: 54rem;
  }

  .tenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .tenhundred\:ml-224{
    margin-left: 54rem;
  }

  .tenhundred\:mt-240{
    margin-top: 58rem;
  }

  .tenhundred\:mr-240{
    margin-right: 58rem;
  }

  .tenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .tenhundred\:ml-240{
    margin-left: 58rem;
  }

  .tenhundred\:mt-256{
    margin-top: 62rem;
  }

  .tenhundred\:mr-256{
    margin-right: 62rem;
  }

  .tenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .tenhundred\:ml-256{
    margin-left: 62rem;
  }

  .tenhundred\:mt-auto{
    margin-top: auto;
  }

  .tenhundred\:mr-auto{
    margin-right: auto;
  }

  .tenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .tenhundred\:ml-auto{
    margin-left: auto;
  }

  .tenhundred\:mt-px{
    margin-top: 1px;
  }

  .tenhundred\:mr-px{
    margin-right: 1px;
  }

  .tenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .tenhundred\:ml-px{
    margin-left: 1px;
  }

  .tenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .tenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .tenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .tenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .tenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .tenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .tenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .tenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .tenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .tenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .tenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .tenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .tenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .tenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .tenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .tenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .tenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .tenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .tenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .tenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .tenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .tenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .tenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .tenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .tenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .tenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .tenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .tenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .tenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .tenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .tenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .tenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .tenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .tenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .tenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .tenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .tenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .tenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .tenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .tenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .tenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .tenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .tenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .tenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .tenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .tenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .tenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .tenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .tenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .tenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .tenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .tenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .tenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .tenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .tenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .tenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .tenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .tenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .tenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .tenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .tenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .tenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .tenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .tenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .tenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .tenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .tenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .tenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .tenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .tenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .tenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .tenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .tenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .tenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .tenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .tenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .tenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .tenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .tenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .tenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .tenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .tenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .tenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .tenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .tenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .tenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .tenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .tenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .tenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .tenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .tenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .tenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .tenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .tenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .tenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .tenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .tenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .tenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .tenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .tenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .tenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .tenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .tenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .tenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .tenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .tenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .tenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .tenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .tenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .tenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .tenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .tenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .tenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .tenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .tenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .tenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .tenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .tenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .tenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .tenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .tenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .tenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .tenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .tenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .tenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .tenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .tenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .tenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .tenhundred\:-mt-px{
    margin-top: -1px;
  }

  .tenhundred\:-mr-px{
    margin-right: -1px;
  }

  .tenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .tenhundred\:-ml-px{
    margin-left: -1px;
  }

  .tenhundred\:max-h-full{
    max-height: 100%;
  }

  .tenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .tenhundred\:max-w-none{
    max-width: none;
  }

  .tenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .tenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .tenhundred\:max-w-md{
    max-width: 28rem;
  }

  .tenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .tenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .tenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .tenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .tenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .tenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .tenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .tenhundred\:max-w-full{
    max-width: 100%;
  }

  .tenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .tenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .tenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .tenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .tenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .tenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .tenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .tenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .tenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .tenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .tenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .tenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .tenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .tenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .tenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .tenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .tenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .tenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .tenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .tenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .tenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .tenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .tenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .tenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .tenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .tenhundred\:min-h-0{
    min-height: 0;
  }

  .tenhundred\:min-h-full{
    min-height: 100%;
  }

  .tenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .tenhundred\:min-w-0{
    min-width: 0;
  }

  .tenhundred\:min-w-80{
    min-width: 20rem;
  }

  .tenhundred\:min-w-full{
    min-width: 100%;
  }

  .tenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .tenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .tenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .tenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .tenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .tenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .tenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .tenhundred\:opacity-0{
    opacity: 0;
  }

  .tenhundred\:opacity-25{
    opacity: 0.25;
  }

  .tenhundred\:opacity-30{
    opacity: 0.3;
  }

  .tenhundred\:opacity-40{
    opacity: 0.4;
  }

  .tenhundred\:opacity-50{
    opacity: 0.5;
  }

  .tenhundred\:opacity-75{
    opacity: 0.75;
  }

  .tenhundred\:opacity-100{
    opacity: 1;
  }

  .tenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .tenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .tenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .tenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .tenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .tenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .tenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .tenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .tenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .tenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .tenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .tenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .tenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .tenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .tenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .tenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .tenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .tenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .tenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .tenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .tenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .tenhundred\:overflow-auto{
    overflow: auto;
  }

  .tenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .tenhundred\:overflow-visible{
    overflow: visible;
  }

  .tenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .tenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .tenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .tenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .tenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .tenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .tenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .tenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .tenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .tenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .tenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .tenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .tenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .tenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .tenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .tenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .tenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .tenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .tenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .tenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .tenhundred\:p-0{
    padding: 0;
  }

  .tenhundred\:p-1{
    padding: 0.25rem;
  }

  .tenhundred\:p-2{
    padding: 0.5rem;
  }

  .tenhundred\:p-3{
    padding: 0.75rem;
  }

  .tenhundred\:p-4{
    padding: 1rem;
  }

  .tenhundred\:p-5{
    padding: 1.25rem;
  }

  .tenhundred\:p-6{
    padding: 1.5rem;
  }

  .tenhundred\:p-8{
    padding: 2rem;
  }

  .tenhundred\:p-10{
    padding: 2.5rem;
  }

  .tenhundred\:p-12{
    padding: 3rem;
  }

  .tenhundred\:p-16{
    padding: 4rem;
  }

  .tenhundred\:p-20{
    padding: 5rem;
  }

  .tenhundred\:p-24{
    padding: 6rem;
  }

  .tenhundred\:p-32{
    padding: 8rem;
  }

  .tenhundred\:p-40{
    padding: 10rem;
  }

  .tenhundred\:p-48{
    padding: 12rem;
  }

  .tenhundred\:p-56{
    padding: 14rem;
  }

  .tenhundred\:p-64{
    padding: 16rem;
  }

  .tenhundred\:p-72{
    padding: 18rem;
  }

  .tenhundred\:p-80{
    padding: 20rem;
  }

  .tenhundred\:p-88{
    padding: 22rem;
  }

  .tenhundred\:p-96{
    padding: 24rem;
  }

  .tenhundred\:p-104{
    padding: 26rem;
  }

  .tenhundred\:p-112{
    padding: 28rem;
  }

  .tenhundred\:p-128{
    padding: 30rem;
  }

  .tenhundred\:p-144{
    padding: 34rem;
  }

  .tenhundred\:p-160{
    padding: 38rem;
  }

  .tenhundred\:p-176{
    padding: 42rem;
  }

  .tenhundred\:p-192{
    padding: 46rem;
  }

  .tenhundred\:p-208{
    padding: 50rem;
  }

  .tenhundred\:p-224{
    padding: 54rem;
  }

  .tenhundred\:p-240{
    padding: 58rem;
  }

  .tenhundred\:p-256{
    padding: 62rem;
  }

  .tenhundred\:p-px{
    padding: 1px;
  }

  .tenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .tenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .tenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .tenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .tenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .tenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .tenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .tenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .tenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .tenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .tenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .tenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .tenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .tenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .tenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .tenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .tenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .tenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .tenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .tenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .tenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .tenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .tenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .tenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .tenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .tenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .tenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .tenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .tenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .tenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .tenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .tenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .tenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .tenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .tenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .tenhundred\:pt-0{
    padding-top: 0;
  }

  .tenhundred\:pr-0{
    padding-right: 0;
  }

  .tenhundred\:pb-0{
    padding-bottom: 0;
  }

  .tenhundred\:pl-0{
    padding-left: 0;
  }

  .tenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .tenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .tenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .tenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .tenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .tenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .tenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .tenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .tenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .tenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .tenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .tenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .tenhundred\:pt-4{
    padding-top: 1rem;
  }

  .tenhundred\:pr-4{
    padding-right: 1rem;
  }

  .tenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .tenhundred\:pl-4{
    padding-left: 1rem;
  }

  .tenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .tenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .tenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .tenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .tenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .tenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .tenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .tenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .tenhundred\:pt-8{
    padding-top: 2rem;
  }

  .tenhundred\:pr-8{
    padding-right: 2rem;
  }

  .tenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .tenhundred\:pl-8{
    padding-left: 2rem;
  }

  .tenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .tenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .tenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .tenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .tenhundred\:pt-12{
    padding-top: 3rem;
  }

  .tenhundred\:pr-12{
    padding-right: 3rem;
  }

  .tenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .tenhundred\:pl-12{
    padding-left: 3rem;
  }

  .tenhundred\:pt-16{
    padding-top: 4rem;
  }

  .tenhundred\:pr-16{
    padding-right: 4rem;
  }

  .tenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .tenhundred\:pl-16{
    padding-left: 4rem;
  }

  .tenhundred\:pt-20{
    padding-top: 5rem;
  }

  .tenhundred\:pr-20{
    padding-right: 5rem;
  }

  .tenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .tenhundred\:pl-20{
    padding-left: 5rem;
  }

  .tenhundred\:pt-24{
    padding-top: 6rem;
  }

  .tenhundred\:pr-24{
    padding-right: 6rem;
  }

  .tenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .tenhundred\:pl-24{
    padding-left: 6rem;
  }

  .tenhundred\:pt-32{
    padding-top: 8rem;
  }

  .tenhundred\:pr-32{
    padding-right: 8rem;
  }

  .tenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .tenhundred\:pl-32{
    padding-left: 8rem;
  }

  .tenhundred\:pt-40{
    padding-top: 10rem;
  }

  .tenhundred\:pr-40{
    padding-right: 10rem;
  }

  .tenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .tenhundred\:pl-40{
    padding-left: 10rem;
  }

  .tenhundred\:pt-48{
    padding-top: 12rem;
  }

  .tenhundred\:pr-48{
    padding-right: 12rem;
  }

  .tenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .tenhundred\:pl-48{
    padding-left: 12rem;
  }

  .tenhundred\:pt-56{
    padding-top: 14rem;
  }

  .tenhundred\:pr-56{
    padding-right: 14rem;
  }

  .tenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .tenhundred\:pl-56{
    padding-left: 14rem;
  }

  .tenhundred\:pt-64{
    padding-top: 16rem;
  }

  .tenhundred\:pr-64{
    padding-right: 16rem;
  }

  .tenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .tenhundred\:pl-64{
    padding-left: 16rem;
  }

  .tenhundred\:pt-72{
    padding-top: 18rem;
  }

  .tenhundred\:pr-72{
    padding-right: 18rem;
  }

  .tenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .tenhundred\:pl-72{
    padding-left: 18rem;
  }

  .tenhundred\:pt-80{
    padding-top: 20rem;
  }

  .tenhundred\:pr-80{
    padding-right: 20rem;
  }

  .tenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .tenhundred\:pl-80{
    padding-left: 20rem;
  }

  .tenhundred\:pt-88{
    padding-top: 22rem;
  }

  .tenhundred\:pr-88{
    padding-right: 22rem;
  }

  .tenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .tenhundred\:pl-88{
    padding-left: 22rem;
  }

  .tenhundred\:pt-96{
    padding-top: 24rem;
  }

  .tenhundred\:pr-96{
    padding-right: 24rem;
  }

  .tenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .tenhundred\:pl-96{
    padding-left: 24rem;
  }

  .tenhundred\:pt-104{
    padding-top: 26rem;
  }

  .tenhundred\:pr-104{
    padding-right: 26rem;
  }

  .tenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .tenhundred\:pl-104{
    padding-left: 26rem;
  }

  .tenhundred\:pt-112{
    padding-top: 28rem;
  }

  .tenhundred\:pr-112{
    padding-right: 28rem;
  }

  .tenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .tenhundred\:pl-112{
    padding-left: 28rem;
  }

  .tenhundred\:pt-128{
    padding-top: 30rem;
  }

  .tenhundred\:pr-128{
    padding-right: 30rem;
  }

  .tenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .tenhundred\:pl-128{
    padding-left: 30rem;
  }

  .tenhundred\:pt-144{
    padding-top: 34rem;
  }

  .tenhundred\:pr-144{
    padding-right: 34rem;
  }

  .tenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .tenhundred\:pl-144{
    padding-left: 34rem;
  }

  .tenhundred\:pt-160{
    padding-top: 38rem;
  }

  .tenhundred\:pr-160{
    padding-right: 38rem;
  }

  .tenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .tenhundred\:pl-160{
    padding-left: 38rem;
  }

  .tenhundred\:pt-176{
    padding-top: 42rem;
  }

  .tenhundred\:pr-176{
    padding-right: 42rem;
  }

  .tenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .tenhundred\:pl-176{
    padding-left: 42rem;
  }

  .tenhundred\:pt-192{
    padding-top: 46rem;
  }

  .tenhundred\:pr-192{
    padding-right: 46rem;
  }

  .tenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .tenhundred\:pl-192{
    padding-left: 46rem;
  }

  .tenhundred\:pt-208{
    padding-top: 50rem;
  }

  .tenhundred\:pr-208{
    padding-right: 50rem;
  }

  .tenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .tenhundred\:pl-208{
    padding-left: 50rem;
  }

  .tenhundred\:pt-224{
    padding-top: 54rem;
  }

  .tenhundred\:pr-224{
    padding-right: 54rem;
  }

  .tenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .tenhundred\:pl-224{
    padding-left: 54rem;
  }

  .tenhundred\:pt-240{
    padding-top: 58rem;
  }

  .tenhundred\:pr-240{
    padding-right: 58rem;
  }

  .tenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .tenhundred\:pl-240{
    padding-left: 58rem;
  }

  .tenhundred\:pt-256{
    padding-top: 62rem;
  }

  .tenhundred\:pr-256{
    padding-right: 62rem;
  }

  .tenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .tenhundred\:pl-256{
    padding-left: 62rem;
  }

  .tenhundred\:pt-px{
    padding-top: 1px;
  }

  .tenhundred\:pr-px{
    padding-right: 1px;
  }

  .tenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .tenhundred\:pl-px{
    padding-left: 1px;
  }

  .tenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .tenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .tenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .tenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .tenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .tenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .tenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .tenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .tenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .tenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .tenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .tenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .tenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .tenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .tenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .tenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .tenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .tenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .tenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .tenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .tenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .tenhundred\:static{
    position: static;
  }

  .tenhundred\:fixed{
    position: fixed;
  }

  .tenhundred\:absolute{
    position: absolute;
  }

  .tenhundred\:relative{
    position: relative;
  }

  .tenhundred\:sticky{
    position: sticky;
  }

  .tenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .tenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .tenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .tenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .tenhundred\:top-0{
    top: 0;
  }

  .tenhundred\:right-0{
    right: 0;
  }

  .tenhundred\:bottom-0{
    bottom: 0;
  }

  .tenhundred\:left-0{
    left: 0;
  }

  .tenhundred\:top-auto{
    top: auto;
  }

  .tenhundred\:right-auto{
    right: auto;
  }

  .tenhundred\:bottom-auto{
    bottom: auto;
  }

  .tenhundred\:left-auto{
    left: auto;
  }

  .tenhundred\:resize-none{
    resize: none;
  }

  .tenhundred\:resize-y{
    resize: vertical;
  }

  .tenhundred\:resize-x{
    resize: horizontal;
  }

  .tenhundred\:resize{
    resize: both;
  }

  .tenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:shadow-none{
    box-shadow: none;
  }

  .tenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .tenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .tenhundred\:fill-current{
    fill: currentColor;
  }

  .tenhundred\:stroke-current{
    stroke: currentColor;
  }

  .tenhundred\:stroke-0{
    stroke-width: 0;
  }

  .tenhundred\:stroke-1{
    stroke-width: 1;
  }

  .tenhundred\:stroke-2{
    stroke-width: 2;
  }

  .tenhundred\:table-auto{
    table-layout: auto;
  }

  .tenhundred\:table-fixed{
    table-layout: fixed;
  }

  .tenhundred\:text-left{
    text-align: left;
  }

  .tenhundred\:text-center{
    text-align: center;
  }

  .tenhundred\:text-right{
    text-align: right;
  }

  .tenhundred\:text-justify{
    text-align: justify;
  }

  .tenhundred\:text-transparent{
    color: transparent;
  }

  .tenhundred\:text-current{
    color: currentColor;
  }

  .tenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .tenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .tenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .tenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .tenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .tenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .tenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .tenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .tenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .tenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .tenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .tenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .tenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .tenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .tenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .tenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .tenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .tenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .tenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .tenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .tenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .tenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .tenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .tenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .tenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .tenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .tenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .tenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .tenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .tenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .tenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .tenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .tenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .tenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .tenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .tenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .tenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .tenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .tenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .tenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .tenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .tenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .tenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .tenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .tenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .tenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .tenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .tenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .tenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .tenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .tenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .tenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .tenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .tenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .tenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .tenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .tenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .tenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .tenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .tenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .tenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .tenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .tenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .tenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .tenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .tenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .tenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .tenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .tenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .tenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .tenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .tenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .tenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .tenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .tenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .tenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .tenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .tenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .tenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .tenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .tenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .tenhundred\:italic{
    font-style: italic;
  }

  .tenhundred\:not-italic{
    font-style: normal;
  }

  .tenhundred\:uppercase{
    text-transform: uppercase;
  }

  .tenhundred\:lowercase{
    text-transform: lowercase;
  }

  .tenhundred\:capitalize{
    text-transform: capitalize;
  }

  .tenhundred\:normal-case{
    text-transform: none;
  }

  .tenhundred\:underline{
    text-decoration: underline;
  }

  .tenhundred\:line-through{
    text-decoration: line-through;
  }

  .tenhundred\:no-underline{
    text-decoration: none;
  }

  .tenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .tenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .tenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .tenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .tenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .tenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .tenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tenhundred\:ordinal, .tenhundred\:slashed-zero, .tenhundred\:lining-nums, .tenhundred\:oldstyle-nums, .tenhundred\:proportional-nums, .tenhundred\:tabular-nums, .tenhundred\:diagonal-fractions, .tenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .tenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .tenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .tenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .tenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .tenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .tenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .tenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .tenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .tenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .tenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .tenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .tenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .tenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .tenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .tenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .tenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .tenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .tenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .tenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .tenhundred\:align-top{
    vertical-align: top;
  }

  .tenhundred\:align-middle{
    vertical-align: middle;
  }

  .tenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .tenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .tenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .tenhundred\:visible{
    visibility: visible;
  }

  .tenhundred\:invisible{
    visibility: hidden;
  }

  .tenhundred\:whitespace-normal{
    white-space: normal;
  }

  .tenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .tenhundred\:whitespace-pre{
    white-space: pre;
  }

  .tenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .tenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .tenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .tenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tenhundred\:break-all{
    word-break: break-all;
  }

  .tenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tenhundred\:w-0{
    width: 0;
  }

  .tenhundred\:w-1{
    width: 0.25rem;
  }

  .tenhundred\:w-2{
    width: 0.5rem;
  }

  .tenhundred\:w-3{
    width: 0.75rem;
  }

  .tenhundred\:w-4{
    width: 1rem;
  }

  .tenhundred\:w-5{
    width: 1.25rem;
  }

  .tenhundred\:w-6{
    width: 1.5rem;
  }

  .tenhundred\:w-8{
    width: 2rem;
  }

  .tenhundred\:w-10{
    width: 2.5rem;
  }

  .tenhundred\:w-12{
    width: 3rem;
  }

  .tenhundred\:w-16{
    width: 4rem;
  }

  .tenhundred\:w-20{
    width: 5rem;
  }

  .tenhundred\:w-24{
    width: 6rem;
  }

  .tenhundred\:w-32{
    width: 8rem;
  }

  .tenhundred\:w-40{
    width: 10rem;
  }

  .tenhundred\:w-48{
    width: 12rem;
  }

  .tenhundred\:w-56{
    width: 14rem;
  }

  .tenhundred\:w-64{
    width: 16rem;
  }

  .tenhundred\:w-72{
    width: 18rem;
  }

  .tenhundred\:w-80{
    width: 20rem;
  }

  .tenhundred\:w-88{
    width: 22rem;
  }

  .tenhundred\:w-96{
    width: 24rem;
  }

  .tenhundred\:w-104{
    width: 26rem;
  }

  .tenhundred\:w-112{
    width: 28rem;
  }

  .tenhundred\:w-128{
    width: 30rem;
  }

  .tenhundred\:w-144{
    width: 34rem;
  }

  .tenhundred\:w-160{
    width: 38rem;
  }

  .tenhundred\:w-176{
    width: 42rem;
  }

  .tenhundred\:w-192{
    width: 46rem;
  }

  .tenhundred\:w-208{
    width: 50rem;
  }

  .tenhundred\:w-224{
    width: 54rem;
  }

  .tenhundred\:w-240{
    width: 58rem;
  }

  .tenhundred\:w-256{
    width: 62rem;
  }

  .tenhundred\:w-auto{
    width: auto;
  }

  .tenhundred\:w-px{
    width: 1px;
  }

  .tenhundred\:w-1\/2{
    width: 50%;
  }

  .tenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .tenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .tenhundred\:w-1\/4{
    width: 25%;
  }

  .tenhundred\:w-2\/4{
    width: 50%;
  }

  .tenhundred\:w-3\/4{
    width: 75%;
  }

  .tenhundred\:w-1\/5{
    width: 20%;
  }

  .tenhundred\:w-2\/5{
    width: 40%;
  }

  .tenhundred\:w-3\/5{
    width: 60%;
  }

  .tenhundred\:w-4\/5{
    width: 80%;
  }

  .tenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .tenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .tenhundred\:w-3\/6{
    width: 50%;
  }

  .tenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .tenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .tenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .tenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .tenhundred\:w-3\/12{
    width: 25%;
  }

  .tenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .tenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .tenhundred\:w-6\/12{
    width: 50%;
  }

  .tenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .tenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .tenhundred\:w-9\/12{
    width: 75%;
  }

  .tenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .tenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .tenhundred\:w-full{
    width: 100%;
  }

  .tenhundred\:w-screen{
    width: 100vw;
  }

  .tenhundred\:z-0{
    z-index: 0;
  }

  .tenhundred\:z-10{
    z-index: 10;
  }

  .tenhundred\:z-20{
    z-index: 20;
  }

  .tenhundred\:z-30{
    z-index: 30;
  }

  .tenhundred\:z-40{
    z-index: 40;
  }

  .tenhundred\:z-50{
    z-index: 50;
  }

  .tenhundred\:z-auto{
    z-index: auto;
  }

  .tenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .tenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .tenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .tenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .tenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .tenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .tenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .tenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .tenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .tenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .tenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .tenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .tenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .tenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .tenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .tenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .tenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .tenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .tenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .tenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .tenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .tenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .tenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .tenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .tenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .tenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .tenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .tenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .tenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .tenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .tenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .tenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .tenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .tenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .tenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .tenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .tenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .tenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .tenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .tenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .tenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .tenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .tenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .tenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .tenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .tenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .tenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .tenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .tenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .tenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .tenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .tenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .tenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .tenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .tenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .tenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .tenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .tenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .tenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .tenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .tenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .tenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .tenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .tenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .tenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .tenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .tenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .tenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .tenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .tenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .tenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .tenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .tenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .tenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .tenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .tenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .tenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .tenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .tenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .tenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .tenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .tenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .tenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .tenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .tenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .tenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .tenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .tenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .tenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .tenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .tenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .tenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .tenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .tenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .tenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .tenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .tenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .tenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .tenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .tenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .tenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .tenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .tenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .tenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .tenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .tenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .tenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .tenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .tenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .tenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .tenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .tenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .tenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .tenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .tenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .tenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .tenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .tenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .tenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .tenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .tenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .tenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .tenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .tenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .tenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .tenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .tenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .tenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .tenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .tenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .tenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .tenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .tenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .tenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .tenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .tenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .tenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .tenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .tenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .tenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .tenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .tenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .tenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .tenhundred\:col-auto{
    grid-column: auto;
  }

  .tenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .tenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .tenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .tenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .tenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .tenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .tenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .tenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .tenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .tenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .tenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .tenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .tenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .tenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .tenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .tenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .tenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .tenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .tenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .tenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .tenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .tenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .tenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .tenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .tenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .tenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .tenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .tenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .tenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .tenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .tenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .tenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .tenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .tenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .tenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .tenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .tenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .tenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .tenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .tenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .tenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .tenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .tenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .tenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .tenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .tenhundred\:row-auto{
    grid-row: auto;
  }

  .tenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .tenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .tenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .tenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .tenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .tenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .tenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .tenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .tenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .tenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .tenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .tenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .tenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .tenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .tenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .tenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .tenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .tenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .tenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .tenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .tenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .tenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .tenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .tenhundred\:transform-none{
    transform: none;
  }

  .tenhundred\:origin-center{
    transform-origin: center;
  }

  .tenhundred\:origin-top{
    transform-origin: top;
  }

  .tenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .tenhundred\:origin-right{
    transform-origin: right;
  }

  .tenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .tenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .tenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .tenhundred\:origin-left{
    transform-origin: left;
  }

  .tenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .tenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .tenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .tenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .tenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .tenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .tenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .tenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .tenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .tenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .tenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .tenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .tenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .tenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .tenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .tenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .tenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .tenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .tenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .tenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .tenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .tenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .tenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .tenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .tenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .tenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .tenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .tenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .tenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .tenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .tenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .tenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .tenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .tenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .tenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .tenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .tenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .tenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .tenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .tenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .tenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .tenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .tenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .tenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .tenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .tenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .tenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .tenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .tenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .tenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .tenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .tenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .tenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .tenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .tenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .tenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .tenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .tenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .tenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .tenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .tenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .tenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .tenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .tenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .tenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .tenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .tenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .tenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .tenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .tenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .tenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .tenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .tenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .tenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .tenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .tenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .tenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .tenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .tenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .tenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .tenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .tenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .tenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .tenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .tenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .tenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .tenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .tenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .tenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .tenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .tenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .tenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .tenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .tenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .tenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .tenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .tenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .tenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .tenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .tenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .tenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .tenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .tenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .tenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .tenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .tenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .tenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .tenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .tenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .tenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .tenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .tenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .tenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .tenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .tenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .tenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .tenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .tenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .tenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .tenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .tenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .tenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .tenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .tenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .tenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .tenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .tenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .tenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .tenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .tenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .tenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .tenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .tenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .tenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .tenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .tenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .tenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .tenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .tenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .tenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .tenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .tenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .tenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .tenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .tenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .tenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .tenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .tenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .tenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .tenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .tenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .tenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .tenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .tenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .tenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .tenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .tenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .tenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .tenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .tenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .tenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .tenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .tenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .tenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .tenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .tenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .tenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .tenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .tenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .tenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .tenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .tenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .tenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .tenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .tenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .tenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .tenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .tenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .tenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .tenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .tenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .tenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .tenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .tenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .tenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .tenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .tenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .tenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .tenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .tenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .tenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .tenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .tenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .tenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .tenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .tenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .tenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .tenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .tenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .tenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .tenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .tenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .tenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .tenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .tenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .tenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .tenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .tenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .tenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .tenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .tenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .tenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .tenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .tenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .tenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .tenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .tenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .tenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .tenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .tenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .tenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .tenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .tenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .tenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .tenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .tenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .tenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .tenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .tenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .tenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .tenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .tenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .tenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .tenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .tenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .tenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .tenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .tenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .tenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .tenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .tenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .tenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .tenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .tenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .tenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .tenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .tenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .tenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .tenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .tenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .tenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .tenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .tenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .tenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .tenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .tenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .tenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .tenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .tenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .tenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .tenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .tenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .tenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .tenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .tenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .tenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .tenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .tenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .tenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .tenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .tenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .tenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .tenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .tenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .tenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .tenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .tenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .tenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .tenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .tenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .tenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .tenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .tenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .tenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .tenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .tenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .tenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .tenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .tenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .tenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .tenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .tenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .tenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .tenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .tenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .tenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .tenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .tenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .tenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .tenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .tenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .tenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .tenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .tenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .tenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .tenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .tenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .tenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .tenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .tenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .tenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .tenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .tenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .tenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .tenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .tenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .tenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .tenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .tenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .tenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .tenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .tenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .tenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .tenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .tenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .tenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .tenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .tenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .tenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .tenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .tenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .tenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .tenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .tenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .tenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .tenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .tenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .tenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .tenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .tenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .tenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .tenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .tenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .tenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .tenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .tenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .tenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .tenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .tenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .tenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .tenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .tenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .tenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .tenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .tenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .tenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .tenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .tenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .tenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .tenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .tenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .tenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .tenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .tenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .tenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .tenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .tenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .tenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .tenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .tenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .tenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .tenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .tenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .tenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .tenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .tenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .tenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .tenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .tenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .tenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .tenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .tenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .tenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .tenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .tenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .tenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .tenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .tenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .tenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .tenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .tenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .tenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .tenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .tenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .tenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .tenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .tenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .tenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .tenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .tenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .tenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .tenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .tenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .tenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .tenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .tenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .tenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .tenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .tenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .tenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .tenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .tenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .tenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .tenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .tenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .tenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .tenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .tenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .tenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .tenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .tenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .tenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .tenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .tenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .tenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .tenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .tenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .tenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .tenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .tenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .tenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .tenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .tenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .tenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .tenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .tenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .tenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .tenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .tenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .tenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .tenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .tenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .tenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .tenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .tenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .tenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .tenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .tenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .tenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .tenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .tenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .tenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .tenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .tenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .tenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .tenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .tenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .tenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .tenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .tenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .tenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .tenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .tenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .tenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .tenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .tenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .tenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .tenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .tenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .tenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .tenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .tenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .tenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .tenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .tenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .tenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .tenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .tenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .tenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .tenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .tenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .tenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .tenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .tenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .tenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .tenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .tenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .tenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .tenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .tenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .tenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .tenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .tenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .tenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .tenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .tenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .tenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .tenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .tenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .tenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .tenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .tenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .tenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .tenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .tenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .tenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .tenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .tenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .tenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .tenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .tenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .tenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .tenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .tenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .tenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .tenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .tenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .tenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .tenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .tenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .tenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .tenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .tenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .tenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .tenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .tenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .tenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .tenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .tenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .tenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .tenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .tenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .tenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .tenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .tenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .tenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .tenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .tenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .tenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .tenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .tenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .tenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .tenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .tenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .tenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .tenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .tenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .tenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .tenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .tenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .tenhundred\:transition-none{
    transition-property: none;
  }

  .tenhundred\:transition-all{
    transition-property: all;
  }

  .tenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .tenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .tenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .tenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .tenhundred\:transition-transform{
    transition-property: transform;
  }

  .tenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .tenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .tenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .tenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .tenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .tenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .tenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .tenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .tenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .tenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .tenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .tenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .tenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .tenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .tenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .tenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .tenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .tenhundred\:animate-none{
    animation: none;
  }

  .tenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .tenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1100px){
  .elevenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .elevenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .elevenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .elevenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .elevenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .elevenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .elevenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .elevenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .elevenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .elevenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .elevenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .elevenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .elevenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .elevenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .elevenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .elevenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .elevenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .elevenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .elevenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .elevenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .elevenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .elevenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .elevenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .elevenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .elevenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .elevenhundred\:container{
      max-width: 2000px;
    }
  }

  .elevenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .elevenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .elevenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .elevenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .elevenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .elevenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .elevenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .elevenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .elevenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .elevenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .elevenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .elevenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .elevenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .elevenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .elevenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .elevenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .elevenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .elevenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .elevenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .elevenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .elevenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .elevenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .elevenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .elevenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .elevenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .elevenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .elevenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .elevenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .elevenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .elevenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .elevenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .elevenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .elevenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .elevenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .elevenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .elevenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .elevenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .elevenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .elevenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .elevenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .elevenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .elevenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .elevenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .elevenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .elevenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .elevenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .elevenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .elevenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .elevenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .elevenhundred\:bg-local{
    background-attachment: local;
  }

  .elevenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .elevenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .elevenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .elevenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .elevenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .elevenhundred\:bg-transparent{
    background-color: transparent;
  }

  .elevenhundred\:bg-current{
    background-color: currentColor;
  }

  .elevenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .elevenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .elevenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .elevenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .elevenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .elevenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .elevenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .elevenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .elevenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .elevenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .elevenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .elevenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .elevenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .elevenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .elevenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .elevenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .elevenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .elevenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .elevenhundred\:bg-none{
    background-image: none;
  }

  .elevenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .elevenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .elevenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .elevenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .elevenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .elevenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .elevenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .elevenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .elevenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .elevenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .elevenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .elevenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .elevenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .elevenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .elevenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .elevenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .elevenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .elevenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .elevenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .elevenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .elevenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .elevenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .elevenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .elevenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .elevenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .elevenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .elevenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .elevenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .elevenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .elevenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .elevenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .elevenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .elevenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .elevenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .elevenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .elevenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .elevenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .elevenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .elevenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .elevenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .elevenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .elevenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .elevenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .elevenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .elevenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .elevenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .elevenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .elevenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .elevenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .elevenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .elevenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .elevenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .elevenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .elevenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .elevenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .elevenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .elevenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .elevenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .elevenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .elevenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .elevenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .elevenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .elevenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .elevenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .elevenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .elevenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .elevenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .elevenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .elevenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .elevenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .elevenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .elevenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .elevenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .elevenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .elevenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .elevenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .elevenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .elevenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .elevenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .elevenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .elevenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .elevenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .elevenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .elevenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .elevenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .elevenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .elevenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .elevenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .elevenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .elevenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .elevenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .elevenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .elevenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .elevenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .elevenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .elevenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .elevenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .elevenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .elevenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .elevenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .elevenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .elevenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .elevenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .elevenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .elevenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .elevenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .elevenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .elevenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .elevenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .elevenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .elevenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .elevenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .elevenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .elevenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .elevenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .elevenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .elevenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .elevenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .elevenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .elevenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .elevenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .elevenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .elevenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .elevenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .elevenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .elevenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .elevenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .elevenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .elevenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .elevenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .elevenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .elevenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .elevenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .elevenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .elevenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .elevenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .elevenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .elevenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .elevenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .elevenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .elevenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .elevenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .elevenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .elevenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .elevenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .elevenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .elevenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .elevenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .elevenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .elevenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .elevenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .elevenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .elevenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .elevenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .elevenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .elevenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .elevenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .elevenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .elevenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .elevenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .elevenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .elevenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .elevenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .elevenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .elevenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .elevenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .elevenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .elevenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .elevenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .elevenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .elevenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .elevenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .elevenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .elevenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .elevenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .elevenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .elevenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .elevenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .elevenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .elevenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .elevenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .elevenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .elevenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .elevenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .elevenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .elevenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .elevenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .elevenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .elevenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .elevenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .elevenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .elevenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .elevenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .elevenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .elevenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .elevenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .elevenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .elevenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .elevenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .elevenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .elevenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .elevenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .elevenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .elevenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .elevenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .elevenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .elevenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .elevenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .elevenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .elevenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .elevenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .elevenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .elevenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .elevenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .elevenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .elevenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .elevenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .elevenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .elevenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .elevenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .elevenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .elevenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .elevenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .elevenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .elevenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .elevenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .elevenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .elevenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .elevenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .elevenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .elevenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .elevenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .elevenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .elevenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .elevenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .elevenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .elevenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .elevenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .elevenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .elevenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .elevenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .elevenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .elevenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .elevenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .elevenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .elevenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .elevenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .elevenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .elevenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .elevenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .elevenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .elevenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .elevenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .elevenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .elevenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .elevenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .elevenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .elevenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .elevenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .elevenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .elevenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .elevenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .elevenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .elevenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .elevenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .elevenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .elevenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .elevenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .elevenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .elevenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .elevenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .elevenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .elevenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .elevenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .elevenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .elevenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .elevenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .elevenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .elevenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .elevenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .elevenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .elevenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .elevenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .elevenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .elevenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .elevenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .elevenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .elevenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .elevenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .elevenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .elevenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .elevenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .elevenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .elevenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .elevenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .elevenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .elevenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .elevenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .elevenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .elevenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .elevenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .elevenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .elevenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .elevenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .elevenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .elevenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .elevenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .elevenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .elevenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .elevenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .elevenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .elevenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .elevenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .elevenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .elevenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .elevenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .elevenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .elevenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .elevenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .elevenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .elevenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .elevenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .elevenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .elevenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .elevenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .elevenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .elevenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .elevenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .elevenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .elevenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .elevenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .elevenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .elevenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .elevenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .elevenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .elevenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .elevenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .elevenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .elevenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .elevenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .elevenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .elevenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .elevenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .elevenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .elevenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .elevenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .elevenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .elevenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .elevenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .elevenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .elevenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .elevenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .elevenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .elevenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .elevenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .elevenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .elevenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .elevenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .elevenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .elevenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .elevenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .elevenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .elevenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .elevenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .elevenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .elevenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .elevenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .elevenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .elevenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .elevenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .elevenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .elevenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .elevenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .elevenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .elevenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .elevenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .elevenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .elevenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .elevenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .elevenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .elevenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .elevenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .elevenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .elevenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .elevenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .elevenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .elevenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .elevenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .elevenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .elevenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .elevenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .elevenhundred\:bg-bottom{
    background-position: bottom;
  }

  .elevenhundred\:bg-center{
    background-position: center;
  }

  .elevenhundred\:bg-left{
    background-position: left;
  }

  .elevenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .elevenhundred\:bg-left-top{
    background-position: left top;
  }

  .elevenhundred\:bg-right{
    background-position: right;
  }

  .elevenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .elevenhundred\:bg-right-top{
    background-position: right top;
  }

  .elevenhundred\:bg-top{
    background-position: top;
  }

  .elevenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .elevenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .elevenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .elevenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .elevenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .elevenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .elevenhundred\:bg-auto{
    background-size: auto;
  }

  .elevenhundred\:bg-cover{
    background-size: cover;
  }

  .elevenhundred\:bg-contain{
    background-size: contain;
  }

  .elevenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .elevenhundred\:border-separate{
    border-collapse: separate;
  }

  .elevenhundred\:border-transparent{
    border-color: transparent;
  }

  .elevenhundred\:border-current{
    border-color: currentColor;
  }

  .elevenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .elevenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .elevenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .elevenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .elevenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .elevenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .elevenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .elevenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .elevenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .elevenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .elevenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .elevenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .elevenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .elevenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .elevenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .elevenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .elevenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .elevenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .elevenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .elevenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .elevenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .elevenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .elevenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .elevenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .elevenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .elevenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .elevenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .elevenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .elevenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .elevenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .elevenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .elevenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .elevenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .elevenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .elevenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .elevenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .elevenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .elevenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .elevenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .elevenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .elevenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .elevenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .elevenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .elevenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .elevenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .elevenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .elevenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .elevenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .elevenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .elevenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .elevenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .elevenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .elevenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .elevenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .elevenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .elevenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .elevenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .elevenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .elevenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .elevenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .elevenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .elevenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .elevenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .elevenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .elevenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .elevenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .elevenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .elevenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .elevenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .elevenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .elevenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .elevenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .elevenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .elevenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .elevenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .elevenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .elevenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .elevenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .elevenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .elevenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .elevenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .elevenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .elevenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .elevenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .elevenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .elevenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .elevenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .elevenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .elevenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .elevenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .elevenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .elevenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .elevenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .elevenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .elevenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .elevenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .elevenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .elevenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .elevenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .elevenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .elevenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .elevenhundred\:rounded-none{
    border-radius: 0;
  }

  .elevenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .elevenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .elevenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .elevenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .elevenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .elevenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .elevenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .elevenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .elevenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .elevenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .elevenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .elevenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .elevenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .elevenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .elevenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .elevenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .elevenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .elevenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .elevenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .elevenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .elevenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .elevenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .elevenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .elevenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .elevenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .elevenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .elevenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .elevenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .elevenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .elevenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .elevenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .elevenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .elevenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .elevenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .elevenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .elevenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .elevenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .elevenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .elevenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .elevenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .elevenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .elevenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .elevenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .elevenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .elevenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .elevenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .elevenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .elevenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .elevenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .elevenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .elevenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .elevenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .elevenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .elevenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .elevenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .elevenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .elevenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .elevenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .elevenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .elevenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .elevenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .elevenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .elevenhundred\:border-solid{
    border-style: solid;
  }

  .elevenhundred\:border-dashed{
    border-style: dashed;
  }

  .elevenhundred\:border-dotted{
    border-style: dotted;
  }

  .elevenhundred\:border-double{
    border-style: double;
  }

  .elevenhundred\:border-none{
    border-style: none;
  }

  .elevenhundred\:border-0{
    border-width: 0;
  }

  .elevenhundred\:border-2{
    border-width: 2px;
  }

  .elevenhundred\:border-4{
    border-width: 4px;
  }

  .elevenhundred\:border-8{
    border-width: 8px;
  }

  .elevenhundred\:border{
    border-width: 1px;
  }

  .elevenhundred\:border-t-0{
    border-top-width: 0;
  }

  .elevenhundred\:border-r-0{
    border-right-width: 0;
  }

  .elevenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .elevenhundred\:border-l-0{
    border-left-width: 0;
  }

  .elevenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .elevenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .elevenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .elevenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .elevenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .elevenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .elevenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .elevenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .elevenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .elevenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .elevenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .elevenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .elevenhundred\:border-t{
    border-top-width: 1px;
  }

  .elevenhundred\:border-r{
    border-right-width: 1px;
  }

  .elevenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .elevenhundred\:border-l{
    border-left-width: 1px;
  }

  .elevenhundred\:box-border{
    box-sizing: border-box;
  }

  .elevenhundred\:box-content{
    box-sizing: content-box;
  }

  .elevenhundred\:cursor-auto{
    cursor: auto;
  }

  .elevenhundred\:cursor-default{
    cursor: default;
  }

  .elevenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .elevenhundred\:cursor-wait{
    cursor: wait;
  }

  .elevenhundred\:cursor-text{
    cursor: text;
  }

  .elevenhundred\:cursor-move{
    cursor: move;
  }

  .elevenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .elevenhundred\:block{
    display: block;
  }

  .elevenhundred\:inline-block{
    display: inline-block;
  }

  .elevenhundred\:inline{
    display: inline;
  }

  .elevenhundred\:flex{
    display: flex;
  }

  .elevenhundred\:inline-flex{
    display: inline-flex;
  }

  .elevenhundred\:table{
    display: table;
  }

  .elevenhundred\:table-caption{
    display: table-caption;
  }

  .elevenhundred\:table-cell{
    display: table-cell;
  }

  .elevenhundred\:table-column{
    display: table-column;
  }

  .elevenhundred\:table-column-group{
    display: table-column-group;
  }

  .elevenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .elevenhundred\:table-header-group{
    display: table-header-group;
  }

  .elevenhundred\:table-row-group{
    display: table-row-group;
  }

  .elevenhundred\:table-row{
    display: table-row;
  }

  .elevenhundred\:flow-root{
    display: flow-root;
  }

  .elevenhundred\:grid{
    display: grid;
  }

  .elevenhundred\:inline-grid{
    display: inline-grid;
  }

  .elevenhundred\:contents{
    display: contents;
  }

  .elevenhundred\:hidden{
    display: none;
  }

  .elevenhundred\:flex-row{
    flex-direction: row;
  }

  .elevenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .elevenhundred\:flex-col{
    flex-direction: column;
  }

  .elevenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .elevenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .elevenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .elevenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .elevenhundred\:place-items-auto{
    place-items: auto;
  }

  .elevenhundred\:place-items-start{
    place-items: start;
  }

  .elevenhundred\:place-items-end{
    place-items: end;
  }

  .elevenhundred\:place-items-center{
    place-items: center;
  }

  .elevenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .elevenhundred\:place-content-center{
    place-content: center;
  }

  .elevenhundred\:place-content-start{
    place-content: start;
  }

  .elevenhundred\:place-content-end{
    place-content: end;
  }

  .elevenhundred\:place-content-between{
    place-content: space-between;
  }

  .elevenhundred\:place-content-around{
    place-content: space-around;
  }

  .elevenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .elevenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .elevenhundred\:place-self-auto{
    place-self: auto;
  }

  .elevenhundred\:place-self-start{
    place-self: start;
  }

  .elevenhundred\:place-self-end{
    place-self: end;
  }

  .elevenhundred\:place-self-center{
    place-self: center;
  }

  .elevenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .elevenhundred\:items-start{
    align-items: flex-start;
  }

  .elevenhundred\:items-end{
    align-items: flex-end;
  }

  .elevenhundred\:items-center{
    align-items: center;
  }

  .elevenhundred\:items-baseline{
    align-items: baseline;
  }

  .elevenhundred\:items-stretch{
    align-items: stretch;
  }

  .elevenhundred\:content-center{
    align-content: center;
  }

  .elevenhundred\:content-start{
    align-content: flex-start;
  }

  .elevenhundred\:content-end{
    align-content: flex-end;
  }

  .elevenhundred\:content-between{
    align-content: space-between;
  }

  .elevenhundred\:content-around{
    align-content: space-around;
  }

  .elevenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .elevenhundred\:self-auto{
    align-self: auto;
  }

  .elevenhundred\:self-start{
    align-self: flex-start;
  }

  .elevenhundred\:self-end{
    align-self: flex-end;
  }

  .elevenhundred\:self-center{
    align-self: center;
  }

  .elevenhundred\:self-stretch{
    align-self: stretch;
  }

  .elevenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .elevenhundred\:justify-items-start{
    justify-items: start;
  }

  .elevenhundred\:justify-items-end{
    justify-items: end;
  }

  .elevenhundred\:justify-items-center{
    justify-items: center;
  }

  .elevenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .elevenhundred\:justify-start{
    justify-content: flex-start;
  }

  .elevenhundred\:justify-end{
    justify-content: flex-end;
  }

  .elevenhundred\:justify-center{
    justify-content: center;
  }

  .elevenhundred\:justify-between{
    justify-content: space-between;
  }

  .elevenhundred\:justify-around{
    justify-content: space-around;
  }

  .elevenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .elevenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .elevenhundred\:justify-self-start{
    justify-self: start;
  }

  .elevenhundred\:justify-self-end{
    justify-self: end;
  }

  .elevenhundred\:justify-self-center{
    justify-self: center;
  }

  .elevenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .elevenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .elevenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .elevenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .elevenhundred\:flex-none{
    flex: none;
  }

  .elevenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .elevenhundred\:flex-grow{
    flex-grow: 1;
  }

  .elevenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .elevenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .elevenhundred\:order-1{
    order: 1;
  }

  .elevenhundred\:order-2{
    order: 2;
  }

  .elevenhundred\:order-3{
    order: 3;
  }

  .elevenhundred\:order-4{
    order: 4;
  }

  .elevenhundred\:order-5{
    order: 5;
  }

  .elevenhundred\:order-6{
    order: 6;
  }

  .elevenhundred\:order-7{
    order: 7;
  }

  .elevenhundred\:order-8{
    order: 8;
  }

  .elevenhundred\:order-9{
    order: 9;
  }

  .elevenhundred\:order-10{
    order: 10;
  }

  .elevenhundred\:order-11{
    order: 11;
  }

  .elevenhundred\:order-12{
    order: 12;
  }

  .elevenhundred\:order-first{
    order: -9999;
  }

  .elevenhundred\:order-last{
    order: 9999;
  }

  .elevenhundred\:order-none{
    order: 0;
  }

  .elevenhundred\:float-right{
    float: right;
  }

  .elevenhundred\:float-left{
    float: left;
  }

  .elevenhundred\:float-none{
    float: none;
  }

  .elevenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .elevenhundred\:clear-left{
    clear: left;
  }

  .elevenhundred\:clear-right{
    clear: right;
  }

  .elevenhundred\:clear-both{
    clear: both;
  }

  .elevenhundred\:clear-none{
    clear: none;
  }

  .elevenhundred\: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";
  }

  .elevenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .elevenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .elevenhundred\:font-hairline{
    font-weight: 100;
  }

  .elevenhundred\:font-thin{
    font-weight: 200;
  }

  .elevenhundred\:font-light{
    font-weight: 300;
  }

  .elevenhundred\:font-normal{
    font-weight: 400;
  }

  .elevenhundred\:font-medium{
    font-weight: 500;
  }

  .elevenhundred\:font-semibold{
    font-weight: 600;
  }

  .elevenhundred\:font-bold{
    font-weight: 700;
  }

  .elevenhundred\:font-extrabold{
    font-weight: 800;
  }

  .elevenhundred\:font-black{
    font-weight: 900;
  }

  .elevenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .elevenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .elevenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .elevenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .elevenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .elevenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .elevenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .elevenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .elevenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .elevenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .elevenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .elevenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .elevenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .elevenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .elevenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .elevenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .elevenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .elevenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .elevenhundred\:h-0{
    height: 0;
  }

  .elevenhundred\:h-1{
    height: 0.25rem;
  }

  .elevenhundred\:h-2{
    height: 0.5rem;
  }

  .elevenhundred\:h-3{
    height: 0.75rem;
  }

  .elevenhundred\:h-4{
    height: 1rem;
  }

  .elevenhundred\:h-5{
    height: 1.25rem;
  }

  .elevenhundred\:h-6{
    height: 1.5rem;
  }

  .elevenhundred\:h-8{
    height: 2rem;
  }

  .elevenhundred\:h-10{
    height: 2.5rem;
  }

  .elevenhundred\:h-12{
    height: 3rem;
  }

  .elevenhundred\:h-16{
    height: 4rem;
  }

  .elevenhundred\:h-20{
    height: 5rem;
  }

  .elevenhundred\:h-24{
    height: 6rem;
  }

  .elevenhundred\:h-32{
    height: 8rem;
  }

  .elevenhundred\:h-40{
    height: 10rem;
  }

  .elevenhundred\:h-48{
    height: 12rem;
  }

  .elevenhundred\:h-56{
    height: 14rem;
  }

  .elevenhundred\:h-64{
    height: 16rem;
  }

  .elevenhundred\:h-72{
    height: 18rem;
  }

  .elevenhundred\:h-80{
    height: 20rem;
  }

  .elevenhundred\:h-88{
    height: 22rem;
  }

  .elevenhundred\:h-96{
    height: 24rem;
  }

  .elevenhundred\:h-104{
    height: 26rem;
  }

  .elevenhundred\:h-112{
    height: 28rem;
  }

  .elevenhundred\:h-128{
    height: 30rem;
  }

  .elevenhundred\:h-144{
    height: 34rem;
  }

  .elevenhundred\:h-160{
    height: 38rem;
  }

  .elevenhundred\:h-176{
    height: 42rem;
  }

  .elevenhundred\:h-192{
    height: 46rem;
  }

  .elevenhundred\:h-208{
    height: 50rem;
  }

  .elevenhundred\:h-224{
    height: 54rem;
  }

  .elevenhundred\:h-240{
    height: 58rem;
  }

  .elevenhundred\:h-256{
    height: 62rem;
  }

  .elevenhundred\:h-auto{
    height: auto;
  }

  .elevenhundred\:h-px{
    height: 1px;
  }

  .elevenhundred\:h-full{
    height: 100%;
  }

  .elevenhundred\:h-screen{
    height: 100vh;
  }

  .elevenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .elevenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .elevenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .elevenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .elevenhundred\:text-base{
    font-size: 1rem;
  }

  .elevenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .elevenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .elevenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .elevenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .elevenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .elevenhundred\:text-5xl{
    font-size: 3rem;
  }

  .elevenhundred\:text-6xl{
    font-size: 4rem;
  }

  .elevenhundred\:text-7xl{
    font-size: 6rem;
  }

  .elevenhundred\:text-8xl{
    font-size: 8rem;
  }

  .elevenhundred\:leading-3{
    line-height: .75rem;
  }

  .elevenhundred\:leading-4{
    line-height: 1rem;
  }

  .elevenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .elevenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .elevenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .elevenhundred\:leading-8{
    line-height: 2rem;
  }

  .elevenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .elevenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .elevenhundred\:leading-none{
    line-height: 1;
  }

  .elevenhundred\:leading-tight{
    line-height: 1.25;
  }

  .elevenhundred\:leading-snug{
    line-height: 1.375;
  }

  .elevenhundred\:leading-normal{
    line-height: 1.5;
  }

  .elevenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .elevenhundred\:leading-loose{
    line-height: 2;
  }

  .elevenhundred\:list-inside{
    list-style-position: inside;
  }

  .elevenhundred\:list-outside{
    list-style-position: outside;
  }

  .elevenhundred\:list-none{
    list-style-type: none;
  }

  .elevenhundred\:list-disc{
    list-style-type: disc;
  }

  .elevenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .elevenhundred\:m-0{
    margin: 0;
  }

  .elevenhundred\:m-1{
    margin: 0.25rem;
  }

  .elevenhundred\:m-2{
    margin: 0.5rem;
  }

  .elevenhundred\:m-3{
    margin: 0.75rem;
  }

  .elevenhundred\:m-4{
    margin: 1rem;
  }

  .elevenhundred\:m-5{
    margin: 1.25rem;
  }

  .elevenhundred\:m-6{
    margin: 1.5rem;
  }

  .elevenhundred\:m-8{
    margin: 2rem;
  }

  .elevenhundred\:m-10{
    margin: 2.5rem;
  }

  .elevenhundred\:m-12{
    margin: 3rem;
  }

  .elevenhundred\:m-16{
    margin: 4rem;
  }

  .elevenhundred\:m-20{
    margin: 5rem;
  }

  .elevenhundred\:m-24{
    margin: 6rem;
  }

  .elevenhundred\:m-32{
    margin: 8rem;
  }

  .elevenhundred\:m-40{
    margin: 10rem;
  }

  .elevenhundred\:m-48{
    margin: 12rem;
  }

  .elevenhundred\:m-56{
    margin: 14rem;
  }

  .elevenhundred\:m-64{
    margin: 16rem;
  }

  .elevenhundred\:m-72{
    margin: 18rem;
  }

  .elevenhundred\:m-80{
    margin: 20rem;
  }

  .elevenhundred\:m-88{
    margin: 22rem;
  }

  .elevenhundred\:m-96{
    margin: 24rem;
  }

  .elevenhundred\:m-104{
    margin: 26rem;
  }

  .elevenhundred\:m-112{
    margin: 28rem;
  }

  .elevenhundred\:m-128{
    margin: 30rem;
  }

  .elevenhundred\:m-144{
    margin: 34rem;
  }

  .elevenhundred\:m-160{
    margin: 38rem;
  }

  .elevenhundred\:m-176{
    margin: 42rem;
  }

  .elevenhundred\:m-192{
    margin: 46rem;
  }

  .elevenhundred\:m-208{
    margin: 50rem;
  }

  .elevenhundred\:m-224{
    margin: 54rem;
  }

  .elevenhundred\:m-240{
    margin: 58rem;
  }

  .elevenhundred\:m-256{
    margin: 62rem;
  }

  .elevenhundred\:m-auto{
    margin: auto;
  }

  .elevenhundred\:m-px{
    margin: 1px;
  }

  .elevenhundred\:-m-1{
    margin: -0.25rem;
  }

  .elevenhundred\:-m-2{
    margin: -0.5rem;
  }

  .elevenhundred\:-m-3{
    margin: -0.75rem;
  }

  .elevenhundred\:-m-4{
    margin: -1rem;
  }

  .elevenhundred\:-m-5{
    margin: -1.25rem;
  }

  .elevenhundred\:-m-6{
    margin: -1.5rem;
  }

  .elevenhundred\:-m-8{
    margin: -2rem;
  }

  .elevenhundred\:-m-10{
    margin: -2.5rem;
  }

  .elevenhundred\:-m-12{
    margin: -3rem;
  }

  .elevenhundred\:-m-16{
    margin: -4rem;
  }

  .elevenhundred\:-m-20{
    margin: -5rem;
  }

  .elevenhundred\:-m-24{
    margin: -6rem;
  }

  .elevenhundred\:-m-32{
    margin: -8rem;
  }

  .elevenhundred\:-m-40{
    margin: -10rem;
  }

  .elevenhundred\:-m-48{
    margin: -12rem;
  }

  .elevenhundred\:-m-56{
    margin: -14rem;
  }

  .elevenhundred\:-m-64{
    margin: -16rem;
  }

  .elevenhundred\:-m-72{
    margin: -18rem;
  }

  .elevenhundred\:-m-80{
    margin: -20rem;
  }

  .elevenhundred\:-m-88{
    margin: -22rem;
  }

  .elevenhundred\:-m-96{
    margin: -24rem;
  }

  .elevenhundred\:-m-104{
    margin: -26rem;
  }

  .elevenhundred\:-m-112{
    margin: -28rem;
  }

  .elevenhundred\:-m-128{
    margin: -30rem;
  }

  .elevenhundred\:-m-144{
    margin: -34rem;
  }

  .elevenhundred\:-m-160{
    margin: -38rem;
  }

  .elevenhundred\:-m-176{
    margin: -42rem;
  }

  .elevenhundred\:-m-192{
    margin: -46rem;
  }

  .elevenhundred\:-m-208{
    margin: -50rem;
  }

  .elevenhundred\:-m-224{
    margin: -54rem;
  }

  .elevenhundred\:-m-240{
    margin: -58rem;
  }

  .elevenhundred\:-m-256{
    margin: -62rem;
  }

  .elevenhundred\:-m-px{
    margin: -1px;
  }

  .elevenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .elevenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .elevenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .elevenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .elevenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .elevenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .elevenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .elevenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .elevenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .elevenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .elevenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .elevenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .elevenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .elevenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .elevenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .elevenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .elevenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .elevenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .elevenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .elevenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .elevenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .elevenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .elevenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .elevenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .elevenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .elevenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .elevenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .elevenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .elevenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .elevenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .elevenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .elevenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .elevenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .elevenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .elevenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .elevenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .elevenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .elevenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .elevenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .elevenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .elevenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .elevenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .elevenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .elevenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .elevenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .elevenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .elevenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .elevenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .elevenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .elevenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .elevenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .elevenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .elevenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .elevenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .elevenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .elevenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .elevenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .elevenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .elevenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .elevenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .elevenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .elevenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .elevenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .elevenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .elevenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .elevenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .elevenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .elevenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .elevenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .elevenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .elevenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .elevenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .elevenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .elevenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .elevenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .elevenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .elevenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .elevenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .elevenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .elevenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .elevenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .elevenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .elevenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .elevenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .elevenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .elevenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .elevenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .elevenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .elevenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .elevenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .elevenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .elevenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .elevenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .elevenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .elevenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .elevenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .elevenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .elevenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .elevenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .elevenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .elevenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .elevenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .elevenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .elevenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .elevenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .elevenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .elevenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .elevenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .elevenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .elevenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .elevenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .elevenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .elevenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .elevenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .elevenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .elevenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .elevenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .elevenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .elevenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .elevenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .elevenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .elevenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .elevenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .elevenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .elevenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .elevenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .elevenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .elevenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .elevenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .elevenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .elevenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .elevenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .elevenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .elevenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .elevenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .elevenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .elevenhundred\:mt-0{
    margin-top: 0;
  }

  .elevenhundred\:mr-0{
    margin-right: 0;
  }

  .elevenhundred\:mb-0{
    margin-bottom: 0;
  }

  .elevenhundred\:ml-0{
    margin-left: 0;
  }

  .elevenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .elevenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .elevenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .elevenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .elevenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .elevenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .elevenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .elevenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .elevenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .elevenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .elevenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .elevenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .elevenhundred\:mt-4{
    margin-top: 1rem;
  }

  .elevenhundred\:mr-4{
    margin-right: 1rem;
  }

  .elevenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .elevenhundred\:ml-4{
    margin-left: 1rem;
  }

  .elevenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .elevenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .elevenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .elevenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .elevenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .elevenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .elevenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .elevenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .elevenhundred\:mt-8{
    margin-top: 2rem;
  }

  .elevenhundred\:mr-8{
    margin-right: 2rem;
  }

  .elevenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .elevenhundred\:ml-8{
    margin-left: 2rem;
  }

  .elevenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .elevenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .elevenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .elevenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .elevenhundred\:mt-12{
    margin-top: 3rem;
  }

  .elevenhundred\:mr-12{
    margin-right: 3rem;
  }

  .elevenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .elevenhundred\:ml-12{
    margin-left: 3rem;
  }

  .elevenhundred\:mt-16{
    margin-top: 4rem;
  }

  .elevenhundred\:mr-16{
    margin-right: 4rem;
  }

  .elevenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .elevenhundred\:ml-16{
    margin-left: 4rem;
  }

  .elevenhundred\:mt-20{
    margin-top: 5rem;
  }

  .elevenhundred\:mr-20{
    margin-right: 5rem;
  }

  .elevenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .elevenhundred\:ml-20{
    margin-left: 5rem;
  }

  .elevenhundred\:mt-24{
    margin-top: 6rem;
  }

  .elevenhundred\:mr-24{
    margin-right: 6rem;
  }

  .elevenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .elevenhundred\:ml-24{
    margin-left: 6rem;
  }

  .elevenhundred\:mt-32{
    margin-top: 8rem;
  }

  .elevenhundred\:mr-32{
    margin-right: 8rem;
  }

  .elevenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .elevenhundred\:ml-32{
    margin-left: 8rem;
  }

  .elevenhundred\:mt-40{
    margin-top: 10rem;
  }

  .elevenhundred\:mr-40{
    margin-right: 10rem;
  }

  .elevenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .elevenhundred\:ml-40{
    margin-left: 10rem;
  }

  .elevenhundred\:mt-48{
    margin-top: 12rem;
  }

  .elevenhundred\:mr-48{
    margin-right: 12rem;
  }

  .elevenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .elevenhundred\:ml-48{
    margin-left: 12rem;
  }

  .elevenhundred\:mt-56{
    margin-top: 14rem;
  }

  .elevenhundred\:mr-56{
    margin-right: 14rem;
  }

  .elevenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .elevenhundred\:ml-56{
    margin-left: 14rem;
  }

  .elevenhundred\:mt-64{
    margin-top: 16rem;
  }

  .elevenhundred\:mr-64{
    margin-right: 16rem;
  }

  .elevenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .elevenhundred\:ml-64{
    margin-left: 16rem;
  }

  .elevenhundred\:mt-72{
    margin-top: 18rem;
  }

  .elevenhundred\:mr-72{
    margin-right: 18rem;
  }

  .elevenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .elevenhundred\:ml-72{
    margin-left: 18rem;
  }

  .elevenhundred\:mt-80{
    margin-top: 20rem;
  }

  .elevenhundred\:mr-80{
    margin-right: 20rem;
  }

  .elevenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .elevenhundred\:ml-80{
    margin-left: 20rem;
  }

  .elevenhundred\:mt-88{
    margin-top: 22rem;
  }

  .elevenhundred\:mr-88{
    margin-right: 22rem;
  }

  .elevenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .elevenhundred\:ml-88{
    margin-left: 22rem;
  }

  .elevenhundred\:mt-96{
    margin-top: 24rem;
  }

  .elevenhundred\:mr-96{
    margin-right: 24rem;
  }

  .elevenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .elevenhundred\:ml-96{
    margin-left: 24rem;
  }

  .elevenhundred\:mt-104{
    margin-top: 26rem;
  }

  .elevenhundred\:mr-104{
    margin-right: 26rem;
  }

  .elevenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .elevenhundred\:ml-104{
    margin-left: 26rem;
  }

  .elevenhundred\:mt-112{
    margin-top: 28rem;
  }

  .elevenhundred\:mr-112{
    margin-right: 28rem;
  }

  .elevenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .elevenhundred\:ml-112{
    margin-left: 28rem;
  }

  .elevenhundred\:mt-128{
    margin-top: 30rem;
  }

  .elevenhundred\:mr-128{
    margin-right: 30rem;
  }

  .elevenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .elevenhundred\:ml-128{
    margin-left: 30rem;
  }

  .elevenhundred\:mt-144{
    margin-top: 34rem;
  }

  .elevenhundred\:mr-144{
    margin-right: 34rem;
  }

  .elevenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .elevenhundred\:ml-144{
    margin-left: 34rem;
  }

  .elevenhundred\:mt-160{
    margin-top: 38rem;
  }

  .elevenhundred\:mr-160{
    margin-right: 38rem;
  }

  .elevenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .elevenhundred\:ml-160{
    margin-left: 38rem;
  }

  .elevenhundred\:mt-176{
    margin-top: 42rem;
  }

  .elevenhundred\:mr-176{
    margin-right: 42rem;
  }

  .elevenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .elevenhundred\:ml-176{
    margin-left: 42rem;
  }

  .elevenhundred\:mt-192{
    margin-top: 46rem;
  }

  .elevenhundred\:mr-192{
    margin-right: 46rem;
  }

  .elevenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .elevenhundred\:ml-192{
    margin-left: 46rem;
  }

  .elevenhundred\:mt-208{
    margin-top: 50rem;
  }

  .elevenhundred\:mr-208{
    margin-right: 50rem;
  }

  .elevenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .elevenhundred\:ml-208{
    margin-left: 50rem;
  }

  .elevenhundred\:mt-224{
    margin-top: 54rem;
  }

  .elevenhundred\:mr-224{
    margin-right: 54rem;
  }

  .elevenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .elevenhundred\:ml-224{
    margin-left: 54rem;
  }

  .elevenhundred\:mt-240{
    margin-top: 58rem;
  }

  .elevenhundred\:mr-240{
    margin-right: 58rem;
  }

  .elevenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .elevenhundred\:ml-240{
    margin-left: 58rem;
  }

  .elevenhundred\:mt-256{
    margin-top: 62rem;
  }

  .elevenhundred\:mr-256{
    margin-right: 62rem;
  }

  .elevenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .elevenhundred\:ml-256{
    margin-left: 62rem;
  }

  .elevenhundred\:mt-auto{
    margin-top: auto;
  }

  .elevenhundred\:mr-auto{
    margin-right: auto;
  }

  .elevenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .elevenhundred\:ml-auto{
    margin-left: auto;
  }

  .elevenhundred\:mt-px{
    margin-top: 1px;
  }

  .elevenhundred\:mr-px{
    margin-right: 1px;
  }

  .elevenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .elevenhundred\:ml-px{
    margin-left: 1px;
  }

  .elevenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .elevenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .elevenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .elevenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .elevenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .elevenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .elevenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .elevenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .elevenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .elevenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .elevenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .elevenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .elevenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .elevenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .elevenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .elevenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .elevenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .elevenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .elevenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .elevenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .elevenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .elevenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .elevenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .elevenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .elevenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .elevenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .elevenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .elevenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .elevenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .elevenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .elevenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .elevenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .elevenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .elevenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .elevenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .elevenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .elevenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .elevenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .elevenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .elevenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .elevenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .elevenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .elevenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .elevenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .elevenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .elevenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .elevenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .elevenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .elevenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .elevenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .elevenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .elevenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .elevenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .elevenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .elevenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .elevenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .elevenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .elevenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .elevenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .elevenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .elevenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .elevenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .elevenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .elevenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .elevenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .elevenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .elevenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .elevenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .elevenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .elevenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .elevenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .elevenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .elevenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .elevenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .elevenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .elevenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .elevenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .elevenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .elevenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .elevenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .elevenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .elevenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .elevenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .elevenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .elevenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .elevenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .elevenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .elevenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .elevenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .elevenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .elevenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .elevenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .elevenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .elevenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .elevenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .elevenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .elevenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .elevenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .elevenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .elevenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .elevenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .elevenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .elevenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .elevenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .elevenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .elevenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .elevenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .elevenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .elevenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .elevenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .elevenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .elevenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .elevenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .elevenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .elevenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .elevenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .elevenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .elevenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .elevenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .elevenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .elevenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .elevenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .elevenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .elevenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .elevenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .elevenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .elevenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .elevenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .elevenhundred\:-mt-px{
    margin-top: -1px;
  }

  .elevenhundred\:-mr-px{
    margin-right: -1px;
  }

  .elevenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .elevenhundred\:-ml-px{
    margin-left: -1px;
  }

  .elevenhundred\:max-h-full{
    max-height: 100%;
  }

  .elevenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .elevenhundred\:max-w-none{
    max-width: none;
  }

  .elevenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .elevenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .elevenhundred\:max-w-md{
    max-width: 28rem;
  }

  .elevenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .elevenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .elevenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .elevenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .elevenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .elevenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .elevenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .elevenhundred\:max-w-full{
    max-width: 100%;
  }

  .elevenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .elevenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .elevenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .elevenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .elevenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .elevenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .elevenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .elevenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .elevenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .elevenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .elevenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .elevenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .elevenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .elevenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .elevenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .elevenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .elevenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .elevenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .elevenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .elevenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .elevenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .elevenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .elevenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .elevenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .elevenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .elevenhundred\:min-h-0{
    min-height: 0;
  }

  .elevenhundred\:min-h-full{
    min-height: 100%;
  }

  .elevenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .elevenhundred\:min-w-0{
    min-width: 0;
  }

  .elevenhundred\:min-w-80{
    min-width: 20rem;
  }

  .elevenhundred\:min-w-full{
    min-width: 100%;
  }

  .elevenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .elevenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .elevenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .elevenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .elevenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .elevenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .elevenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .elevenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .elevenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .elevenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .elevenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .elevenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .elevenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .elevenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .elevenhundred\:opacity-0{
    opacity: 0;
  }

  .elevenhundred\:opacity-25{
    opacity: 0.25;
  }

  .elevenhundred\:opacity-30{
    opacity: 0.3;
  }

  .elevenhundred\:opacity-40{
    opacity: 0.4;
  }

  .elevenhundred\:opacity-50{
    opacity: 0.5;
  }

  .elevenhundred\:opacity-75{
    opacity: 0.75;
  }

  .elevenhundred\:opacity-100{
    opacity: 1;
  }

  .elevenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .elevenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .elevenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .elevenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .elevenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .elevenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .elevenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .elevenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .elevenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .elevenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .elevenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .elevenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .elevenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .elevenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .elevenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .elevenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .elevenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .elevenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .elevenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .elevenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .elevenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .elevenhundred\:overflow-auto{
    overflow: auto;
  }

  .elevenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .elevenhundred\:overflow-visible{
    overflow: visible;
  }

  .elevenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .elevenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .elevenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .elevenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .elevenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .elevenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .elevenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .elevenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .elevenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .elevenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .elevenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .elevenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .elevenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .elevenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .elevenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .elevenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .elevenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .elevenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .elevenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .elevenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .elevenhundred\:p-0{
    padding: 0;
  }

  .elevenhundred\:p-1{
    padding: 0.25rem;
  }

  .elevenhundred\:p-2{
    padding: 0.5rem;
  }

  .elevenhundred\:p-3{
    padding: 0.75rem;
  }

  .elevenhundred\:p-4{
    padding: 1rem;
  }

  .elevenhundred\:p-5{
    padding: 1.25rem;
  }

  .elevenhundred\:p-6{
    padding: 1.5rem;
  }

  .elevenhundred\:p-8{
    padding: 2rem;
  }

  .elevenhundred\:p-10{
    padding: 2.5rem;
  }

  .elevenhundred\:p-12{
    padding: 3rem;
  }

  .elevenhundred\:p-16{
    padding: 4rem;
  }

  .elevenhundred\:p-20{
    padding: 5rem;
  }

  .elevenhundred\:p-24{
    padding: 6rem;
  }

  .elevenhundred\:p-32{
    padding: 8rem;
  }

  .elevenhundred\:p-40{
    padding: 10rem;
  }

  .elevenhundred\:p-48{
    padding: 12rem;
  }

  .elevenhundred\:p-56{
    padding: 14rem;
  }

  .elevenhundred\:p-64{
    padding: 16rem;
  }

  .elevenhundred\:p-72{
    padding: 18rem;
  }

  .elevenhundred\:p-80{
    padding: 20rem;
  }

  .elevenhundred\:p-88{
    padding: 22rem;
  }

  .elevenhundred\:p-96{
    padding: 24rem;
  }

  .elevenhundred\:p-104{
    padding: 26rem;
  }

  .elevenhundred\:p-112{
    padding: 28rem;
  }

  .elevenhundred\:p-128{
    padding: 30rem;
  }

  .elevenhundred\:p-144{
    padding: 34rem;
  }

  .elevenhundred\:p-160{
    padding: 38rem;
  }

  .elevenhundred\:p-176{
    padding: 42rem;
  }

  .elevenhundred\:p-192{
    padding: 46rem;
  }

  .elevenhundred\:p-208{
    padding: 50rem;
  }

  .elevenhundred\:p-224{
    padding: 54rem;
  }

  .elevenhundred\:p-240{
    padding: 58rem;
  }

  .elevenhundred\:p-256{
    padding: 62rem;
  }

  .elevenhundred\:p-px{
    padding: 1px;
  }

  .elevenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .elevenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .elevenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .elevenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .elevenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .elevenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .elevenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .elevenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .elevenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .elevenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elevenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .elevenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .elevenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .elevenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .elevenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .elevenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .elevenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .elevenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .elevenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .elevenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .elevenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .elevenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .elevenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .elevenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .elevenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .elevenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .elevenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .elevenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .elevenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .elevenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .elevenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .elevenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .elevenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .elevenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .elevenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .elevenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .elevenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .elevenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .elevenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .elevenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .elevenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .elevenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .elevenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .elevenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .elevenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .elevenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .elevenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .elevenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .elevenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .elevenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .elevenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .elevenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .elevenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .elevenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .elevenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .elevenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .elevenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .elevenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .elevenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .elevenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .elevenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .elevenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .elevenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .elevenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .elevenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .elevenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .elevenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .elevenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .elevenhundred\:pt-0{
    padding-top: 0;
  }

  .elevenhundred\:pr-0{
    padding-right: 0;
  }

  .elevenhundred\:pb-0{
    padding-bottom: 0;
  }

  .elevenhundred\:pl-0{
    padding-left: 0;
  }

  .elevenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .elevenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .elevenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .elevenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .elevenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .elevenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .elevenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .elevenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .elevenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .elevenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .elevenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .elevenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .elevenhundred\:pt-4{
    padding-top: 1rem;
  }

  .elevenhundred\:pr-4{
    padding-right: 1rem;
  }

  .elevenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .elevenhundred\:pl-4{
    padding-left: 1rem;
  }

  .elevenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .elevenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .elevenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .elevenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .elevenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .elevenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .elevenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .elevenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .elevenhundred\:pt-8{
    padding-top: 2rem;
  }

  .elevenhundred\:pr-8{
    padding-right: 2rem;
  }

  .elevenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .elevenhundred\:pl-8{
    padding-left: 2rem;
  }

  .elevenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .elevenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .elevenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .elevenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .elevenhundred\:pt-12{
    padding-top: 3rem;
  }

  .elevenhundred\:pr-12{
    padding-right: 3rem;
  }

  .elevenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .elevenhundred\:pl-12{
    padding-left: 3rem;
  }

  .elevenhundred\:pt-16{
    padding-top: 4rem;
  }

  .elevenhundred\:pr-16{
    padding-right: 4rem;
  }

  .elevenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .elevenhundred\:pl-16{
    padding-left: 4rem;
  }

  .elevenhundred\:pt-20{
    padding-top: 5rem;
  }

  .elevenhundred\:pr-20{
    padding-right: 5rem;
  }

  .elevenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .elevenhundred\:pl-20{
    padding-left: 5rem;
  }

  .elevenhundred\:pt-24{
    padding-top: 6rem;
  }

  .elevenhundred\:pr-24{
    padding-right: 6rem;
  }

  .elevenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .elevenhundred\:pl-24{
    padding-left: 6rem;
  }

  .elevenhundred\:pt-32{
    padding-top: 8rem;
  }

  .elevenhundred\:pr-32{
    padding-right: 8rem;
  }

  .elevenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .elevenhundred\:pl-32{
    padding-left: 8rem;
  }

  .elevenhundred\:pt-40{
    padding-top: 10rem;
  }

  .elevenhundred\:pr-40{
    padding-right: 10rem;
  }

  .elevenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .elevenhundred\:pl-40{
    padding-left: 10rem;
  }

  .elevenhundred\:pt-48{
    padding-top: 12rem;
  }

  .elevenhundred\:pr-48{
    padding-right: 12rem;
  }

  .elevenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .elevenhundred\:pl-48{
    padding-left: 12rem;
  }

  .elevenhundred\:pt-56{
    padding-top: 14rem;
  }

  .elevenhundred\:pr-56{
    padding-right: 14rem;
  }

  .elevenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .elevenhundred\:pl-56{
    padding-left: 14rem;
  }

  .elevenhundred\:pt-64{
    padding-top: 16rem;
  }

  .elevenhundred\:pr-64{
    padding-right: 16rem;
  }

  .elevenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .elevenhundred\:pl-64{
    padding-left: 16rem;
  }

  .elevenhundred\:pt-72{
    padding-top: 18rem;
  }

  .elevenhundred\:pr-72{
    padding-right: 18rem;
  }

  .elevenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .elevenhundred\:pl-72{
    padding-left: 18rem;
  }

  .elevenhundred\:pt-80{
    padding-top: 20rem;
  }

  .elevenhundred\:pr-80{
    padding-right: 20rem;
  }

  .elevenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .elevenhundred\:pl-80{
    padding-left: 20rem;
  }

  .elevenhundred\:pt-88{
    padding-top: 22rem;
  }

  .elevenhundred\:pr-88{
    padding-right: 22rem;
  }

  .elevenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .elevenhundred\:pl-88{
    padding-left: 22rem;
  }

  .elevenhundred\:pt-96{
    padding-top: 24rem;
  }

  .elevenhundred\:pr-96{
    padding-right: 24rem;
  }

  .elevenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .elevenhundred\:pl-96{
    padding-left: 24rem;
  }

  .elevenhundred\:pt-104{
    padding-top: 26rem;
  }

  .elevenhundred\:pr-104{
    padding-right: 26rem;
  }

  .elevenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .elevenhundred\:pl-104{
    padding-left: 26rem;
  }

  .elevenhundred\:pt-112{
    padding-top: 28rem;
  }

  .elevenhundred\:pr-112{
    padding-right: 28rem;
  }

  .elevenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .elevenhundred\:pl-112{
    padding-left: 28rem;
  }

  .elevenhundred\:pt-128{
    padding-top: 30rem;
  }

  .elevenhundred\:pr-128{
    padding-right: 30rem;
  }

  .elevenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .elevenhundred\:pl-128{
    padding-left: 30rem;
  }

  .elevenhundred\:pt-144{
    padding-top: 34rem;
  }

  .elevenhundred\:pr-144{
    padding-right: 34rem;
  }

  .elevenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .elevenhundred\:pl-144{
    padding-left: 34rem;
  }

  .elevenhundred\:pt-160{
    padding-top: 38rem;
  }

  .elevenhundred\:pr-160{
    padding-right: 38rem;
  }

  .elevenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .elevenhundred\:pl-160{
    padding-left: 38rem;
  }

  .elevenhundred\:pt-176{
    padding-top: 42rem;
  }

  .elevenhundred\:pr-176{
    padding-right: 42rem;
  }

  .elevenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .elevenhundred\:pl-176{
    padding-left: 42rem;
  }

  .elevenhundred\:pt-192{
    padding-top: 46rem;
  }

  .elevenhundred\:pr-192{
    padding-right: 46rem;
  }

  .elevenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .elevenhundred\:pl-192{
    padding-left: 46rem;
  }

  .elevenhundred\:pt-208{
    padding-top: 50rem;
  }

  .elevenhundred\:pr-208{
    padding-right: 50rem;
  }

  .elevenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .elevenhundred\:pl-208{
    padding-left: 50rem;
  }

  .elevenhundred\:pt-224{
    padding-top: 54rem;
  }

  .elevenhundred\:pr-224{
    padding-right: 54rem;
  }

  .elevenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .elevenhundred\:pl-224{
    padding-left: 54rem;
  }

  .elevenhundred\:pt-240{
    padding-top: 58rem;
  }

  .elevenhundred\:pr-240{
    padding-right: 58rem;
  }

  .elevenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .elevenhundred\:pl-240{
    padding-left: 58rem;
  }

  .elevenhundred\:pt-256{
    padding-top: 62rem;
  }

  .elevenhundred\:pr-256{
    padding-right: 62rem;
  }

  .elevenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .elevenhundred\:pl-256{
    padding-left: 62rem;
  }

  .elevenhundred\:pt-px{
    padding-top: 1px;
  }

  .elevenhundred\:pr-px{
    padding-right: 1px;
  }

  .elevenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .elevenhundred\:pl-px{
    padding-left: 1px;
  }

  .elevenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .elevenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .elevenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .elevenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .elevenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .elevenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .elevenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .elevenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .elevenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .elevenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .elevenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .elevenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .elevenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .elevenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .elevenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .elevenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .elevenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .elevenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .elevenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .elevenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .elevenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .elevenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .elevenhundred\:static{
    position: static;
  }

  .elevenhundred\:fixed{
    position: fixed;
  }

  .elevenhundred\:absolute{
    position: absolute;
  }

  .elevenhundred\:relative{
    position: relative;
  }

  .elevenhundred\:sticky{
    position: sticky;
  }

  .elevenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .elevenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .elevenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .elevenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .elevenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .elevenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .elevenhundred\:top-0{
    top: 0;
  }

  .elevenhundred\:right-0{
    right: 0;
  }

  .elevenhundred\:bottom-0{
    bottom: 0;
  }

  .elevenhundred\:left-0{
    left: 0;
  }

  .elevenhundred\:top-auto{
    top: auto;
  }

  .elevenhundred\:right-auto{
    right: auto;
  }

  .elevenhundred\:bottom-auto{
    bottom: auto;
  }

  .elevenhundred\:left-auto{
    left: auto;
  }

  .elevenhundred\:resize-none{
    resize: none;
  }

  .elevenhundred\:resize-y{
    resize: vertical;
  }

  .elevenhundred\:resize-x{
    resize: horizontal;
  }

  .elevenhundred\:resize{
    resize: both;
  }

  .elevenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .elevenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .elevenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:shadow-none{
    box-shadow: none;
  }

  .elevenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .elevenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .elevenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .elevenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .elevenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .elevenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .elevenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .elevenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .elevenhundred\:fill-current{
    fill: currentColor;
  }

  .elevenhundred\:stroke-current{
    stroke: currentColor;
  }

  .elevenhundred\:stroke-0{
    stroke-width: 0;
  }

  .elevenhundred\:stroke-1{
    stroke-width: 1;
  }

  .elevenhundred\:stroke-2{
    stroke-width: 2;
  }

  .elevenhundred\:table-auto{
    table-layout: auto;
  }

  .elevenhundred\:table-fixed{
    table-layout: fixed;
  }

  .elevenhundred\:text-left{
    text-align: left;
  }

  .elevenhundred\:text-center{
    text-align: center;
  }

  .elevenhundred\:text-right{
    text-align: right;
  }

  .elevenhundred\:text-justify{
    text-align: justify;
  }

  .elevenhundred\:text-transparent{
    color: transparent;
  }

  .elevenhundred\:text-current{
    color: currentColor;
  }

  .elevenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .elevenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .elevenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .elevenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .elevenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .elevenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .elevenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .elevenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .elevenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .elevenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .elevenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .elevenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .elevenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .elevenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .elevenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .elevenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .elevenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .elevenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .elevenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .elevenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .elevenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .elevenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .elevenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .elevenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .elevenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .elevenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .elevenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .elevenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .elevenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .elevenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .elevenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .elevenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .elevenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .elevenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .elevenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .elevenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .elevenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .elevenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .elevenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .elevenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .elevenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .elevenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .elevenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .elevenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .elevenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .elevenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .elevenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .elevenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .elevenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .elevenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .elevenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .elevenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .elevenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .elevenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .elevenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .elevenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .elevenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .elevenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .elevenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .elevenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .elevenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .elevenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .elevenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .elevenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .elevenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .elevenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .elevenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .elevenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .elevenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .elevenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .elevenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .elevenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .elevenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .elevenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .elevenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .elevenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .elevenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .elevenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .elevenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .elevenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .elevenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .elevenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .elevenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .elevenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .elevenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .elevenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .elevenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .elevenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .elevenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .elevenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .elevenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .elevenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .elevenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .elevenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .elevenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .elevenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .elevenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .elevenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .elevenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .elevenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .elevenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .elevenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .elevenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .elevenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .elevenhundred\:italic{
    font-style: italic;
  }

  .elevenhundred\:not-italic{
    font-style: normal;
  }

  .elevenhundred\:uppercase{
    text-transform: uppercase;
  }

  .elevenhundred\:lowercase{
    text-transform: lowercase;
  }

  .elevenhundred\:capitalize{
    text-transform: capitalize;
  }

  .elevenhundred\:normal-case{
    text-transform: none;
  }

  .elevenhundred\:underline{
    text-decoration: underline;
  }

  .elevenhundred\:line-through{
    text-decoration: line-through;
  }

  .elevenhundred\:no-underline{
    text-decoration: none;
  }

  .elevenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .elevenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .elevenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .elevenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .elevenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .elevenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .elevenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .elevenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .elevenhundred\:ordinal, .elevenhundred\:slashed-zero, .elevenhundred\:lining-nums, .elevenhundred\:oldstyle-nums, .elevenhundred\:proportional-nums, .elevenhundred\:tabular-nums, .elevenhundred\:diagonal-fractions, .elevenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .elevenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .elevenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .elevenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .elevenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .elevenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .elevenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .elevenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .elevenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .elevenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .elevenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .elevenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .elevenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .elevenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .elevenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .elevenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .elevenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .elevenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .elevenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .elevenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .elevenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .elevenhundred\:align-top{
    vertical-align: top;
  }

  .elevenhundred\:align-middle{
    vertical-align: middle;
  }

  .elevenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .elevenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .elevenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .elevenhundred\:visible{
    visibility: visible;
  }

  .elevenhundred\:invisible{
    visibility: hidden;
  }

  .elevenhundred\:whitespace-normal{
    white-space: normal;
  }

  .elevenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .elevenhundred\:whitespace-pre{
    white-space: pre;
  }

  .elevenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .elevenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .elevenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .elevenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .elevenhundred\:break-all{
    word-break: break-all;
  }

  .elevenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .elevenhundred\:w-0{
    width: 0;
  }

  .elevenhundred\:w-1{
    width: 0.25rem;
  }

  .elevenhundred\:w-2{
    width: 0.5rem;
  }

  .elevenhundred\:w-3{
    width: 0.75rem;
  }

  .elevenhundred\:w-4{
    width: 1rem;
  }

  .elevenhundred\:w-5{
    width: 1.25rem;
  }

  .elevenhundred\:w-6{
    width: 1.5rem;
  }

  .elevenhundred\:w-8{
    width: 2rem;
  }

  .elevenhundred\:w-10{
    width: 2.5rem;
  }

  .elevenhundred\:w-12{
    width: 3rem;
  }

  .elevenhundred\:w-16{
    width: 4rem;
  }

  .elevenhundred\:w-20{
    width: 5rem;
  }

  .elevenhundred\:w-24{
    width: 6rem;
  }

  .elevenhundred\:w-32{
    width: 8rem;
  }

  .elevenhundred\:w-40{
    width: 10rem;
  }

  .elevenhundred\:w-48{
    width: 12rem;
  }

  .elevenhundred\:w-56{
    width: 14rem;
  }

  .elevenhundred\:w-64{
    width: 16rem;
  }

  .elevenhundred\:w-72{
    width: 18rem;
  }

  .elevenhundred\:w-80{
    width: 20rem;
  }

  .elevenhundred\:w-88{
    width: 22rem;
  }

  .elevenhundred\:w-96{
    width: 24rem;
  }

  .elevenhundred\:w-104{
    width: 26rem;
  }

  .elevenhundred\:w-112{
    width: 28rem;
  }

  .elevenhundred\:w-128{
    width: 30rem;
  }

  .elevenhundred\:w-144{
    width: 34rem;
  }

  .elevenhundred\:w-160{
    width: 38rem;
  }

  .elevenhundred\:w-176{
    width: 42rem;
  }

  .elevenhundred\:w-192{
    width: 46rem;
  }

  .elevenhundred\:w-208{
    width: 50rem;
  }

  .elevenhundred\:w-224{
    width: 54rem;
  }

  .elevenhundred\:w-240{
    width: 58rem;
  }

  .elevenhundred\:w-256{
    width: 62rem;
  }

  .elevenhundred\:w-auto{
    width: auto;
  }

  .elevenhundred\:w-px{
    width: 1px;
  }

  .elevenhundred\:w-1\/2{
    width: 50%;
  }

  .elevenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .elevenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .elevenhundred\:w-1\/4{
    width: 25%;
  }

  .elevenhundred\:w-2\/4{
    width: 50%;
  }

  .elevenhundred\:w-3\/4{
    width: 75%;
  }

  .elevenhundred\:w-1\/5{
    width: 20%;
  }

  .elevenhundred\:w-2\/5{
    width: 40%;
  }

  .elevenhundred\:w-3\/5{
    width: 60%;
  }

  .elevenhundred\:w-4\/5{
    width: 80%;
  }

  .elevenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .elevenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .elevenhundred\:w-3\/6{
    width: 50%;
  }

  .elevenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .elevenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .elevenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .elevenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .elevenhundred\:w-3\/12{
    width: 25%;
  }

  .elevenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .elevenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .elevenhundred\:w-6\/12{
    width: 50%;
  }

  .elevenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .elevenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .elevenhundred\:w-9\/12{
    width: 75%;
  }

  .elevenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .elevenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .elevenhundred\:w-full{
    width: 100%;
  }

  .elevenhundred\:w-screen{
    width: 100vw;
  }

  .elevenhundred\:z-0{
    z-index: 0;
  }

  .elevenhundred\:z-10{
    z-index: 10;
  }

  .elevenhundred\:z-20{
    z-index: 20;
  }

  .elevenhundred\:z-30{
    z-index: 30;
  }

  .elevenhundred\:z-40{
    z-index: 40;
  }

  .elevenhundred\:z-50{
    z-index: 50;
  }

  .elevenhundred\:z-auto{
    z-index: auto;
  }

  .elevenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .elevenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .elevenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .elevenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .elevenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .elevenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .elevenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .elevenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .elevenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .elevenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .elevenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .elevenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .elevenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .elevenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .elevenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .elevenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .elevenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .elevenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .elevenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .elevenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .elevenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .elevenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .elevenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .elevenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .elevenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .elevenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .elevenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .elevenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .elevenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .elevenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .elevenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .elevenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .elevenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .elevenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .elevenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .elevenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .elevenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .elevenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .elevenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .elevenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .elevenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .elevenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .elevenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .elevenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .elevenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .elevenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .elevenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .elevenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .elevenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .elevenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .elevenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .elevenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .elevenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .elevenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .elevenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .elevenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .elevenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .elevenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .elevenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .elevenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .elevenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .elevenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .elevenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .elevenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .elevenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .elevenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .elevenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .elevenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .elevenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .elevenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .elevenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .elevenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .elevenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .elevenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .elevenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .elevenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .elevenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .elevenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .elevenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .elevenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .elevenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .elevenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .elevenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .elevenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .elevenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .elevenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .elevenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .elevenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .elevenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .elevenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .elevenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .elevenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .elevenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .elevenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .elevenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .elevenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .elevenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .elevenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .elevenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .elevenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .elevenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .elevenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .elevenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .elevenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .elevenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .elevenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .elevenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .elevenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .elevenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .elevenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .elevenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .elevenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .elevenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .elevenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .elevenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .elevenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .elevenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .elevenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .elevenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .elevenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .elevenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .elevenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .elevenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .elevenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .elevenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .elevenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .elevenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .elevenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .elevenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .elevenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .elevenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .elevenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .elevenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .elevenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .elevenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .elevenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .elevenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .elevenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .elevenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .elevenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .elevenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .elevenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .elevenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .elevenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .elevenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .elevenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .elevenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .elevenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .elevenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .elevenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .elevenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .elevenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .elevenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .elevenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .elevenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .elevenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .elevenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .elevenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .elevenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .elevenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .elevenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .elevenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .elevenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .elevenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .elevenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .elevenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .elevenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .elevenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .elevenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .elevenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .elevenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .elevenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .elevenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .elevenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .elevenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .elevenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .elevenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .elevenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .elevenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .elevenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .elevenhundred\:col-auto{
    grid-column: auto;
  }

  .elevenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .elevenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .elevenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .elevenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .elevenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .elevenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .elevenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .elevenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .elevenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .elevenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .elevenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .elevenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .elevenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .elevenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .elevenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .elevenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .elevenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .elevenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .elevenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .elevenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .elevenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .elevenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .elevenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .elevenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .elevenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .elevenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .elevenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .elevenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .elevenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .elevenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .elevenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .elevenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .elevenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .elevenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .elevenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .elevenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .elevenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .elevenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .elevenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .elevenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .elevenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .elevenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .elevenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .elevenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .elevenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .elevenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .elevenhundred\:row-auto{
    grid-row: auto;
  }

  .elevenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .elevenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .elevenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .elevenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .elevenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .elevenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .elevenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .elevenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .elevenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .elevenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .elevenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .elevenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .elevenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .elevenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .elevenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .elevenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .elevenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .elevenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .elevenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .elevenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .elevenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .elevenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .elevenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .elevenhundred\:transform-none{
    transform: none;
  }

  .elevenhundred\:origin-center{
    transform-origin: center;
  }

  .elevenhundred\:origin-top{
    transform-origin: top;
  }

  .elevenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .elevenhundred\:origin-right{
    transform-origin: right;
  }

  .elevenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .elevenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .elevenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .elevenhundred\:origin-left{
    transform-origin: left;
  }

  .elevenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .elevenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .elevenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .elevenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .elevenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .elevenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .elevenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .elevenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .elevenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .elevenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .elevenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .elevenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .elevenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .elevenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .elevenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .elevenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .elevenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .elevenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .elevenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .elevenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .elevenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .elevenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .elevenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .elevenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .elevenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .elevenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .elevenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .elevenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .elevenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .elevenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .elevenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .elevenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .elevenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .elevenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .elevenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .elevenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .elevenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .elevenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .elevenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .elevenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .elevenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .elevenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .elevenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .elevenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .elevenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .elevenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .elevenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .elevenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .elevenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .elevenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .elevenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .elevenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .elevenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .elevenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .elevenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .elevenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .elevenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .elevenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .elevenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .elevenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .elevenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .elevenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .elevenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .elevenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .elevenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .elevenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .elevenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .elevenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .elevenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .elevenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .elevenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .elevenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .elevenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .elevenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .elevenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .elevenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .elevenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .elevenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .elevenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .elevenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .elevenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .elevenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .elevenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .elevenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .elevenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .elevenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .elevenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .elevenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .elevenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .elevenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .elevenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .elevenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .elevenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .elevenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .elevenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .elevenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .elevenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .elevenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .elevenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .elevenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .elevenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .elevenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .elevenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .elevenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .elevenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .elevenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .elevenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .elevenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .elevenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .elevenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .elevenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .elevenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .elevenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .elevenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .elevenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .elevenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .elevenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .elevenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .elevenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .elevenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .elevenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .elevenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .elevenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .elevenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .elevenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .elevenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .elevenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .elevenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .elevenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .elevenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .elevenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .elevenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .elevenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .elevenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .elevenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .elevenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .elevenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .elevenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .elevenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .elevenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .elevenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .elevenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .elevenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .elevenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .elevenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .elevenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .elevenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .elevenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .elevenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .elevenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .elevenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .elevenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .elevenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .elevenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .elevenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .elevenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .elevenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .elevenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .elevenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .elevenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .elevenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .elevenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .elevenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .elevenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .elevenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .elevenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .elevenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .elevenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .elevenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .elevenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .elevenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .elevenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .elevenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .elevenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .elevenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .elevenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .elevenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .elevenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .elevenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .elevenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .elevenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .elevenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .elevenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .elevenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .elevenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .elevenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .elevenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .elevenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .elevenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .elevenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .elevenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .elevenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .elevenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .elevenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .elevenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .elevenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .elevenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .elevenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .elevenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .elevenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .elevenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .elevenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .elevenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .elevenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .elevenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .elevenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .elevenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .elevenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .elevenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .elevenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .elevenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .elevenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .elevenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .elevenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .elevenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .elevenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .elevenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .elevenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .elevenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .elevenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .elevenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .elevenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .elevenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .elevenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .elevenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .elevenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .elevenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .elevenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .elevenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .elevenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .elevenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .elevenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .elevenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .elevenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .elevenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .elevenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .elevenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .elevenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .elevenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .elevenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .elevenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .elevenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .elevenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .elevenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .elevenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .elevenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .elevenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .elevenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .elevenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .elevenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .elevenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .elevenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .elevenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .elevenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .elevenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .elevenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .elevenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .elevenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .elevenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .elevenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .elevenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .elevenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .elevenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .elevenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .elevenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .elevenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .elevenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .elevenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .elevenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .elevenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .elevenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .elevenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .elevenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .elevenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .elevenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .elevenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .elevenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .elevenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .elevenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .elevenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .elevenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .elevenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .elevenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .elevenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .elevenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .elevenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .elevenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .elevenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .elevenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .elevenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .elevenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .elevenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .elevenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .elevenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .elevenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .elevenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .elevenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .elevenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .elevenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .elevenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .elevenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .elevenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .elevenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .elevenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .elevenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .elevenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .elevenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .elevenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .elevenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .elevenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .elevenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .elevenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .elevenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .elevenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .elevenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .elevenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .elevenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .elevenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .elevenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .elevenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .elevenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .elevenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .elevenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .elevenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .elevenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .elevenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .elevenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .elevenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .elevenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .elevenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .elevenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .elevenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .elevenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .elevenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .elevenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .elevenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .elevenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .elevenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .elevenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .elevenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .elevenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .elevenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .elevenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .elevenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .elevenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .elevenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .elevenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .elevenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .elevenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .elevenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .elevenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .elevenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .elevenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .elevenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .elevenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .elevenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .elevenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .elevenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .elevenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .elevenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .elevenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .elevenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .elevenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .elevenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .elevenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .elevenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .elevenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .elevenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .elevenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .elevenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .elevenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .elevenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .elevenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .elevenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .elevenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .elevenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .elevenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .elevenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .elevenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .elevenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .elevenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .elevenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .elevenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .elevenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .elevenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .elevenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .elevenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .elevenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .elevenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .elevenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .elevenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .elevenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .elevenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .elevenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .elevenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .elevenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .elevenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .elevenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .elevenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .elevenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .elevenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .elevenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .elevenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .elevenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .elevenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .elevenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .elevenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .elevenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .elevenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .elevenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .elevenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .elevenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .elevenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .elevenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .elevenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .elevenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .elevenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .elevenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .elevenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .elevenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .elevenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .elevenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .elevenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .elevenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .elevenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .elevenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .elevenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .elevenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .elevenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .elevenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .elevenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .elevenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .elevenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .elevenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .elevenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .elevenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .elevenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .elevenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .elevenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .elevenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .elevenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .elevenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .elevenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .elevenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .elevenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .elevenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .elevenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .elevenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .elevenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .elevenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .elevenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .elevenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .elevenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .elevenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .elevenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .elevenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .elevenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .elevenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .elevenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .elevenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .elevenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .elevenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .elevenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .elevenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .elevenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .elevenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .elevenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .elevenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .elevenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .elevenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .elevenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .elevenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .elevenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .elevenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .elevenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .elevenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .elevenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .elevenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .elevenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .elevenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .elevenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .elevenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .elevenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .elevenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .elevenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .elevenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .elevenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .elevenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .elevenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .elevenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .elevenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .elevenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .elevenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .elevenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .elevenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .elevenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .elevenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .elevenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .elevenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .elevenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .elevenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .elevenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .elevenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .elevenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .elevenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .elevenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .elevenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .elevenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .elevenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .elevenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .elevenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .elevenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .elevenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .elevenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .elevenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .elevenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .elevenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .elevenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .elevenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .elevenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .elevenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .elevenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .elevenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .elevenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .elevenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .elevenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .elevenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .elevenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .elevenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .elevenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .elevenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .elevenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .elevenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .elevenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .elevenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .elevenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .elevenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .elevenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .elevenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .elevenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .elevenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .elevenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .elevenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .elevenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .elevenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .elevenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .elevenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .elevenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .elevenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .elevenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .elevenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .elevenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .elevenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .elevenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .elevenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .elevenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .elevenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .elevenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .elevenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .elevenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .elevenhundred\:transition-none{
    transition-property: none;
  }

  .elevenhundred\:transition-all{
    transition-property: all;
  }

  .elevenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .elevenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .elevenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .elevenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .elevenhundred\:transition-transform{
    transition-property: transform;
  }

  .elevenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .elevenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .elevenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .elevenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .elevenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .elevenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .elevenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .elevenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .elevenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .elevenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .elevenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .elevenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .elevenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .elevenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .elevenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .elevenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .elevenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .elevenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .elevenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .elevenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .elevenhundred\:animate-none{
    animation: none;
  }

  .elevenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .elevenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .elevenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .elevenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1200px){
  .twelvehundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .twelvehundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .twelvehundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .twelvehundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .twelvehundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .twelvehundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .twelvehundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .twelvehundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .twelvehundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .twelvehundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .twelvehundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .twelvehundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .twelvehundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .twelvehundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .twelvehundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .twelvehundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .twelvehundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .twelvehundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .twelvehundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .twelvehundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .twelvehundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .twelvehundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .twelvehundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .twelvehundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .twelvehundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .twelvehundred\:container{
      max-width: 2000px;
    }
  }

  .twelvehundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .twelvehundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .twelvehundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .twelvehundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .twelvehundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .twelvehundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .twelvehundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .twelvehundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .twelvehundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .twelvehundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .twelvehundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .twelvehundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .twelvehundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .twelvehundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .twelvehundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .twelvehundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .twelvehundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .twelvehundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .twelvehundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .twelvehundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .twelvehundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .twelvehundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .twelvehundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .twelvehundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .twelvehundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .twelvehundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .twelvehundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .twelvehundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .twelvehundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .twelvehundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .twelvehundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .twelvehundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .twelvehundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .twelvehundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .twelvehundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .twelvehundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .twelvehundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .twelvehundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .twelvehundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .twelvehundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .twelvehundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .twelvehundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .twelvehundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .twelvehundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twelvehundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twelvehundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twelvehundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twelvehundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .twelvehundred\:bg-fixed{
    background-attachment: fixed;
  }

  .twelvehundred\:bg-local{
    background-attachment: local;
  }

  .twelvehundred\:bg-scroll{
    background-attachment: scroll;
  }

  .twelvehundred\:bg-clip-border{
    background-clip: border-box;
  }

  .twelvehundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .twelvehundred\:bg-clip-content{
    background-clip: content-box;
  }

  .twelvehundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .twelvehundred\:bg-transparent{
    background-color: transparent;
  }

  .twelvehundred\:bg-current{
    background-color: currentColor;
  }

  .twelvehundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twelvehundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twelvehundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twelvehundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twelvehundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twelvehundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twelvehundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twelvehundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twelvehundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twelvehundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twelvehundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twelvehundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .twelvehundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .twelvehundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twelvehundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .twelvehundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .twelvehundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twelvehundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twelvehundred\:bg-none{
    background-image: none;
  }

  .twelvehundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .twelvehundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .twelvehundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .twelvehundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .twelvehundred\:to-black{
    --gradient-to-color: #000;
  }

  .twelvehundred\:to-white{
    --gradient-to-color: #fff;
  }

  .twelvehundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .twelvehundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .twelvehundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .twelvehundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .twelvehundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .twelvehundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .twelvehundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .twelvehundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .twelvehundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .twelvehundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .twelvehundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .twelvehundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .twelvehundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .twelvehundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .twelvehundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .twelvehundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .twelvehundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .twelvehundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .twelvehundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .twelvehundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .twelvehundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .twelvehundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .twelvehundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .twelvehundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .twelvehundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .twelvehundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .twelvehundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .twelvehundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .twelvehundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .twelvehundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .twelvehundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .twelvehundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .twelvehundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .twelvehundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .twelvehundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .twelvehundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .twelvehundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .twelvehundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .twelvehundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .twelvehundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .twelvehundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .twelvehundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .twelvehundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .twelvehundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .twelvehundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .twelvehundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .twelvehundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .twelvehundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .twelvehundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .twelvehundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .twelvehundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .twelvehundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .twelvehundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .twelvehundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .twelvehundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .twelvehundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .twelvehundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .twelvehundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .twelvehundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .twelvehundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .twelvehundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .twelvehundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .twelvehundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .twelvehundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .twelvehundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .twelvehundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .twelvehundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .twelvehundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .twelvehundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .twelvehundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .twelvehundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .twelvehundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .twelvehundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .twelvehundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .twelvehundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .twelvehundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .twelvehundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .twelvehundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .twelvehundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .twelvehundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .twelvehundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .twelvehundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .twelvehundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .twelvehundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .twelvehundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .twelvehundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .twelvehundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .twelvehundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .twelvehundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .twelvehundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .twelvehundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .twelvehundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .twelvehundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .twelvehundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .twelvehundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .twelvehundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .twelvehundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .twelvehundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .twelvehundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .twelvehundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .twelvehundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .twelvehundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .twelvehundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .twelvehundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .twelvehundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .twelvehundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .twelvehundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .twelvehundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .twelvehundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .twelvehundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .twelvehundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .twelvehundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .twelvehundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .twelvehundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .twelvehundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .twelvehundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .twelvehundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .twelvehundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .twelvehundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .twelvehundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .twelvehundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .twelvehundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .twelvehundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .twelvehundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .twelvehundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .twelvehundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .twelvehundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .twelvehundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .twelvehundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .twelvehundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .twelvehundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .twelvehundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .twelvehundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .twelvehundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .twelvehundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .twelvehundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .twelvehundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .twelvehundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .twelvehundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .twelvehundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .twelvehundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .twelvehundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .twelvehundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .twelvehundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .twelvehundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .twelvehundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .twelvehundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .twelvehundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .twelvehundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .twelvehundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .twelvehundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .twelvehundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .twelvehundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .twelvehundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .twelvehundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .twelvehundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .twelvehundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .twelvehundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .twelvehundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .twelvehundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .twelvehundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .twelvehundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .twelvehundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .twelvehundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .twelvehundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .twelvehundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .twelvehundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .twelvehundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .twelvehundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .twelvehundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .twelvehundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .twelvehundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .twelvehundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .twelvehundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .twelvehundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .twelvehundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .twelvehundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .twelvehundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .twelvehundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .twelvehundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .twelvehundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twelvehundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twelvehundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twelvehundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twelvehundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twelvehundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twelvehundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twelvehundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twelvehundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twelvehundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twelvehundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twelvehundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twelvehundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twelvehundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twelvehundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twelvehundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twelvehundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twelvehundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twelvehundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twelvehundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twelvehundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twelvehundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twelvehundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twelvehundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twelvehundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twelvehundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twelvehundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twelvehundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twelvehundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twelvehundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twelvehundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twelvehundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twelvehundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twelvehundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twelvehundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twelvehundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twelvehundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twelvehundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twelvehundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twelvehundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twelvehundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twelvehundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twelvehundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twelvehundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twelvehundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twelvehundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twelvehundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twelvehundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twelvehundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twelvehundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twelvehundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twelvehundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twelvehundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twelvehundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twelvehundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twelvehundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twelvehundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twelvehundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twelvehundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twelvehundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twelvehundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twelvehundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twelvehundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twelvehundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twelvehundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twelvehundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twelvehundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twelvehundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twelvehundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twelvehundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twelvehundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twelvehundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twelvehundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twelvehundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twelvehundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twelvehundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twelvehundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twelvehundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twelvehundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twelvehundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twelvehundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twelvehundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twelvehundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twelvehundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twelvehundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twelvehundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twelvehundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twelvehundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twelvehundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twelvehundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twelvehundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twelvehundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .twelvehundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .twelvehundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .twelvehundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .twelvehundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .twelvehundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .twelvehundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .twelvehundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .twelvehundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .twelvehundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .twelvehundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .twelvehundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .twelvehundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .twelvehundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .twelvehundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .twelvehundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .twelvehundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .twelvehundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .twelvehundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .twelvehundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .twelvehundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .twelvehundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .twelvehundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .twelvehundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .twelvehundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .twelvehundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .twelvehundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .twelvehundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .twelvehundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .twelvehundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .twelvehundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .twelvehundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .twelvehundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .twelvehundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .twelvehundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .twelvehundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .twelvehundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .twelvehundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .twelvehundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .twelvehundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .twelvehundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .twelvehundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .twelvehundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .twelvehundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .twelvehundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .twelvehundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .twelvehundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .twelvehundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .twelvehundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .twelvehundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .twelvehundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .twelvehundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .twelvehundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .twelvehundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .twelvehundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .twelvehundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .twelvehundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .twelvehundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .twelvehundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .twelvehundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .twelvehundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .twelvehundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .twelvehundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .twelvehundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .twelvehundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .twelvehundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .twelvehundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .twelvehundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .twelvehundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .twelvehundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .twelvehundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .twelvehundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .twelvehundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .twelvehundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .twelvehundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .twelvehundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .twelvehundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .twelvehundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .twelvehundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .twelvehundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .twelvehundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .twelvehundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .twelvehundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .twelvehundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .twelvehundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .twelvehundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .twelvehundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .twelvehundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .twelvehundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .twelvehundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .twelvehundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .twelvehundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .twelvehundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .twelvehundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .twelvehundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .twelvehundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .twelvehundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .twelvehundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .twelvehundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .twelvehundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .twelvehundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .twelvehundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .twelvehundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .twelvehundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .twelvehundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .twelvehundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .twelvehundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .twelvehundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .twelvehundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .twelvehundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .twelvehundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .twelvehundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .twelvehundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .twelvehundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .twelvehundred\:bg-bottom{
    background-position: bottom;
  }

  .twelvehundred\:bg-center{
    background-position: center;
  }

  .twelvehundred\:bg-left{
    background-position: left;
  }

  .twelvehundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .twelvehundred\:bg-left-top{
    background-position: left top;
  }

  .twelvehundred\:bg-right{
    background-position: right;
  }

  .twelvehundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .twelvehundred\:bg-right-top{
    background-position: right top;
  }

  .twelvehundred\:bg-top{
    background-position: top;
  }

  .twelvehundred\:bg-repeat{
    background-repeat: repeat;
  }

  .twelvehundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .twelvehundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .twelvehundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .twelvehundred\:bg-repeat-round{
    background-repeat: round;
  }

  .twelvehundred\:bg-repeat-space{
    background-repeat: space;
  }

  .twelvehundred\:bg-auto{
    background-size: auto;
  }

  .twelvehundred\:bg-cover{
    background-size: cover;
  }

  .twelvehundred\:bg-contain{
    background-size: contain;
  }

  .twelvehundred\:border-collapse{
    border-collapse: collapse;
  }

  .twelvehundred\:border-separate{
    border-collapse: separate;
  }

  .twelvehundred\:border-transparent{
    border-color: transparent;
  }

  .twelvehundred\:border-current{
    border-color: currentColor;
  }

  .twelvehundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twelvehundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twelvehundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twelvehundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twelvehundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twelvehundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twelvehundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twelvehundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twelvehundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twelvehundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twelvehundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twelvehundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twelvehundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twelvehundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twelvehundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twelvehundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twelvehundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twelvehundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twelvehundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twelvehundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twelvehundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twelvehundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twelvehundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twelvehundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twelvehundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twelvehundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twelvehundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twelvehundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twelvehundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twelvehundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twelvehundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twelvehundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twelvehundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twelvehundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twelvehundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twelvehundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twelvehundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twelvehundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twelvehundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twelvehundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twelvehundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twelvehundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twelvehundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twelvehundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twelvehundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twelvehundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twelvehundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twelvehundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twelvehundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twelvehundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twelvehundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twelvehundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twelvehundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twelvehundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twelvehundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twelvehundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twelvehundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twelvehundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twelvehundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twelvehundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twelvehundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twelvehundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twelvehundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twelvehundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twelvehundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twelvehundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twelvehundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twelvehundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twelvehundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twelvehundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twelvehundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twelvehundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twelvehundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twelvehundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .twelvehundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .twelvehundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twelvehundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .twelvehundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .twelvehundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twelvehundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twelvehundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .twelvehundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .twelvehundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .twelvehundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .twelvehundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .twelvehundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .twelvehundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .twelvehundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .twelvehundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .twelvehundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .twelvehundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .twelvehundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .twelvehundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .twelvehundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .twelvehundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .twelvehundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .twelvehundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .twelvehundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .twelvehundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .twelvehundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .twelvehundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .twelvehundred\:rounded-none{
    border-radius: 0;
  }

  .twelvehundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .twelvehundred\:rounded{
    border-radius: 0.25rem;
  }

  .twelvehundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .twelvehundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .twelvehundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .twelvehundred\:rounded-full{
    border-radius: 9999px;
  }

  .twelvehundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .twelvehundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .twelvehundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twelvehundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twelvehundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .twelvehundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .twelvehundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twelvehundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twelvehundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .twelvehundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .twelvehundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twelvehundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twelvehundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .twelvehundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .twelvehundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twelvehundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twelvehundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .twelvehundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .twelvehundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twelvehundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twelvehundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .twelvehundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .twelvehundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twelvehundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twelvehundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .twelvehundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .twelvehundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twelvehundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twelvehundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .twelvehundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .twelvehundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .twelvehundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .twelvehundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .twelvehundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .twelvehundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .twelvehundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .twelvehundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .twelvehundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .twelvehundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .twelvehundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .twelvehundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .twelvehundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .twelvehundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .twelvehundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .twelvehundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .twelvehundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .twelvehundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .twelvehundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .twelvehundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .twelvehundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .twelvehundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .twelvehundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .twelvehundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .twelvehundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .twelvehundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .twelvehundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .twelvehundred\:border-solid{
    border-style: solid;
  }

  .twelvehundred\:border-dashed{
    border-style: dashed;
  }

  .twelvehundred\:border-dotted{
    border-style: dotted;
  }

  .twelvehundred\:border-double{
    border-style: double;
  }

  .twelvehundred\:border-none{
    border-style: none;
  }

  .twelvehundred\:border-0{
    border-width: 0;
  }

  .twelvehundred\:border-2{
    border-width: 2px;
  }

  .twelvehundred\:border-4{
    border-width: 4px;
  }

  .twelvehundred\:border-8{
    border-width: 8px;
  }

  .twelvehundred\:border{
    border-width: 1px;
  }

  .twelvehundred\:border-t-0{
    border-top-width: 0;
  }

  .twelvehundred\:border-r-0{
    border-right-width: 0;
  }

  .twelvehundred\:border-b-0{
    border-bottom-width: 0;
  }

  .twelvehundred\:border-l-0{
    border-left-width: 0;
  }

  .twelvehundred\:border-t-2{
    border-top-width: 2px;
  }

  .twelvehundred\:border-r-2{
    border-right-width: 2px;
  }

  .twelvehundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .twelvehundred\:border-l-2{
    border-left-width: 2px;
  }

  .twelvehundred\:border-t-4{
    border-top-width: 4px;
  }

  .twelvehundred\:border-r-4{
    border-right-width: 4px;
  }

  .twelvehundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .twelvehundred\:border-l-4{
    border-left-width: 4px;
  }

  .twelvehundred\:border-t-8{
    border-top-width: 8px;
  }

  .twelvehundred\:border-r-8{
    border-right-width: 8px;
  }

  .twelvehundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .twelvehundred\:border-l-8{
    border-left-width: 8px;
  }

  .twelvehundred\:border-t{
    border-top-width: 1px;
  }

  .twelvehundred\:border-r{
    border-right-width: 1px;
  }

  .twelvehundred\:border-b{
    border-bottom-width: 1px;
  }

  .twelvehundred\:border-l{
    border-left-width: 1px;
  }

  .twelvehundred\:box-border{
    box-sizing: border-box;
  }

  .twelvehundred\:box-content{
    box-sizing: content-box;
  }

  .twelvehundred\:cursor-auto{
    cursor: auto;
  }

  .twelvehundred\:cursor-default{
    cursor: default;
  }

  .twelvehundred\:cursor-pointer{
    cursor: pointer;
  }

  .twelvehundred\:cursor-wait{
    cursor: wait;
  }

  .twelvehundred\:cursor-text{
    cursor: text;
  }

  .twelvehundred\:cursor-move{
    cursor: move;
  }

  .twelvehundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .twelvehundred\:block{
    display: block;
  }

  .twelvehundred\:inline-block{
    display: inline-block;
  }

  .twelvehundred\:inline{
    display: inline;
  }

  .twelvehundred\:flex{
    display: flex;
  }

  .twelvehundred\:inline-flex{
    display: inline-flex;
  }

  .twelvehundred\:table{
    display: table;
  }

  .twelvehundred\:table-caption{
    display: table-caption;
  }

  .twelvehundred\:table-cell{
    display: table-cell;
  }

  .twelvehundred\:table-column{
    display: table-column;
  }

  .twelvehundred\:table-column-group{
    display: table-column-group;
  }

  .twelvehundred\:table-footer-group{
    display: table-footer-group;
  }

  .twelvehundred\:table-header-group{
    display: table-header-group;
  }

  .twelvehundred\:table-row-group{
    display: table-row-group;
  }

  .twelvehundred\:table-row{
    display: table-row;
  }

  .twelvehundred\:flow-root{
    display: flow-root;
  }

  .twelvehundred\:grid{
    display: grid;
  }

  .twelvehundred\:inline-grid{
    display: inline-grid;
  }

  .twelvehundred\:contents{
    display: contents;
  }

  .twelvehundred\:hidden{
    display: none;
  }

  .twelvehundred\:flex-row{
    flex-direction: row;
  }

  .twelvehundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .twelvehundred\:flex-col{
    flex-direction: column;
  }

  .twelvehundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .twelvehundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .twelvehundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .twelvehundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .twelvehundred\:place-items-auto{
    place-items: auto;
  }

  .twelvehundred\:place-items-start{
    place-items: start;
  }

  .twelvehundred\:place-items-end{
    place-items: end;
  }

  .twelvehundred\:place-items-center{
    place-items: center;
  }

  .twelvehundred\:place-items-stretch{
    place-items: stretch;
  }

  .twelvehundred\:place-content-center{
    place-content: center;
  }

  .twelvehundred\:place-content-start{
    place-content: start;
  }

  .twelvehundred\:place-content-end{
    place-content: end;
  }

  .twelvehundred\:place-content-between{
    place-content: space-between;
  }

  .twelvehundred\:place-content-around{
    place-content: space-around;
  }

  .twelvehundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .twelvehundred\:place-content-stretch{
    place-content: stretch;
  }

  .twelvehundred\:place-self-auto{
    place-self: auto;
  }

  .twelvehundred\:place-self-start{
    place-self: start;
  }

  .twelvehundred\:place-self-end{
    place-self: end;
  }

  .twelvehundred\:place-self-center{
    place-self: center;
  }

  .twelvehundred\:place-self-stretch{
    place-self: stretch;
  }

  .twelvehundred\:items-start{
    align-items: flex-start;
  }

  .twelvehundred\:items-end{
    align-items: flex-end;
  }

  .twelvehundred\:items-center{
    align-items: center;
  }

  .twelvehundred\:items-baseline{
    align-items: baseline;
  }

  .twelvehundred\:items-stretch{
    align-items: stretch;
  }

  .twelvehundred\:content-center{
    align-content: center;
  }

  .twelvehundred\:content-start{
    align-content: flex-start;
  }

  .twelvehundred\:content-end{
    align-content: flex-end;
  }

  .twelvehundred\:content-between{
    align-content: space-between;
  }

  .twelvehundred\:content-around{
    align-content: space-around;
  }

  .twelvehundred\:content-evenly{
    align-content: space-evenly;
  }

  .twelvehundred\:self-auto{
    align-self: auto;
  }

  .twelvehundred\:self-start{
    align-self: flex-start;
  }

  .twelvehundred\:self-end{
    align-self: flex-end;
  }

  .twelvehundred\:self-center{
    align-self: center;
  }

  .twelvehundred\:self-stretch{
    align-self: stretch;
  }

  .twelvehundred\:justify-items-auto{
    justify-items: auto;
  }

  .twelvehundred\:justify-items-start{
    justify-items: start;
  }

  .twelvehundred\:justify-items-end{
    justify-items: end;
  }

  .twelvehundred\:justify-items-center{
    justify-items: center;
  }

  .twelvehundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .twelvehundred\:justify-start{
    justify-content: flex-start;
  }

  .twelvehundred\:justify-end{
    justify-content: flex-end;
  }

  .twelvehundred\:justify-center{
    justify-content: center;
  }

  .twelvehundred\:justify-between{
    justify-content: space-between;
  }

  .twelvehundred\:justify-around{
    justify-content: space-around;
  }

  .twelvehundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .twelvehundred\:justify-self-auto{
    justify-self: auto;
  }

  .twelvehundred\:justify-self-start{
    justify-self: start;
  }

  .twelvehundred\:justify-self-end{
    justify-self: end;
  }

  .twelvehundred\:justify-self-center{
    justify-self: center;
  }

  .twelvehundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .twelvehundred\:flex-1{
    flex: 1 1 0%;
  }

  .twelvehundred\:flex-auto{
    flex: 1 1 auto;
  }

  .twelvehundred\:flex-initial{
    flex: 0 1 auto;
  }

  .twelvehundred\:flex-none{
    flex: none;
  }

  .twelvehundred\:flex-grow-0{
    flex-grow: 0;
  }

  .twelvehundred\:flex-grow{
    flex-grow: 1;
  }

  .twelvehundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .twelvehundred\:flex-shrink{
    flex-shrink: 1;
  }

  .twelvehundred\:order-1{
    order: 1;
  }

  .twelvehundred\:order-2{
    order: 2;
  }

  .twelvehundred\:order-3{
    order: 3;
  }

  .twelvehundred\:order-4{
    order: 4;
  }

  .twelvehundred\:order-5{
    order: 5;
  }

  .twelvehundred\:order-6{
    order: 6;
  }

  .twelvehundred\:order-7{
    order: 7;
  }

  .twelvehundred\:order-8{
    order: 8;
  }

  .twelvehundred\:order-9{
    order: 9;
  }

  .twelvehundred\:order-10{
    order: 10;
  }

  .twelvehundred\:order-11{
    order: 11;
  }

  .twelvehundred\:order-12{
    order: 12;
  }

  .twelvehundred\:order-first{
    order: -9999;
  }

  .twelvehundred\:order-last{
    order: 9999;
  }

  .twelvehundred\:order-none{
    order: 0;
  }

  .twelvehundred\:float-right{
    float: right;
  }

  .twelvehundred\:float-left{
    float: left;
  }

  .twelvehundred\:float-none{
    float: none;
  }

  .twelvehundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .twelvehundred\:clear-left{
    clear: left;
  }

  .twelvehundred\:clear-right{
    clear: right;
  }

  .twelvehundred\:clear-both{
    clear: both;
  }

  .twelvehundred\:clear-none{
    clear: none;
  }

  .twelvehundred\: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";
  }

  .twelvehundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .twelvehundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .twelvehundred\:font-hairline{
    font-weight: 100;
  }

  .twelvehundred\:font-thin{
    font-weight: 200;
  }

  .twelvehundred\:font-light{
    font-weight: 300;
  }

  .twelvehundred\:font-normal{
    font-weight: 400;
  }

  .twelvehundred\:font-medium{
    font-weight: 500;
  }

  .twelvehundred\:font-semibold{
    font-weight: 600;
  }

  .twelvehundred\:font-bold{
    font-weight: 700;
  }

  .twelvehundred\:font-extrabold{
    font-weight: 800;
  }

  .twelvehundred\:font-black{
    font-weight: 900;
  }

  .twelvehundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .twelvehundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .twelvehundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .twelvehundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .twelvehundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .twelvehundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .twelvehundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .twelvehundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .twelvehundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .twelvehundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .twelvehundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .twelvehundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .twelvehundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .twelvehundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .twelvehundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .twelvehundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .twelvehundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .twelvehundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .twelvehundred\:h-0{
    height: 0;
  }

  .twelvehundred\:h-1{
    height: 0.25rem;
  }

  .twelvehundred\:h-2{
    height: 0.5rem;
  }

  .twelvehundred\:h-3{
    height: 0.75rem;
  }

  .twelvehundred\:h-4{
    height: 1rem;
  }

  .twelvehundred\:h-5{
    height: 1.25rem;
  }

  .twelvehundred\:h-6{
    height: 1.5rem;
  }

  .twelvehundred\:h-8{
    height: 2rem;
  }

  .twelvehundred\:h-10{
    height: 2.5rem;
  }

  .twelvehundred\:h-12{
    height: 3rem;
  }

  .twelvehundred\:h-16{
    height: 4rem;
  }

  .twelvehundred\:h-20{
    height: 5rem;
  }

  .twelvehundred\:h-24{
    height: 6rem;
  }

  .twelvehundred\:h-32{
    height: 8rem;
  }

  .twelvehundred\:h-40{
    height: 10rem;
  }

  .twelvehundred\:h-48{
    height: 12rem;
  }

  .twelvehundred\:h-56{
    height: 14rem;
  }

  .twelvehundred\:h-64{
    height: 16rem;
  }

  .twelvehundred\:h-72{
    height: 18rem;
  }

  .twelvehundred\:h-80{
    height: 20rem;
  }

  .twelvehundred\:h-88{
    height: 22rem;
  }

  .twelvehundred\:h-96{
    height: 24rem;
  }

  .twelvehundred\:h-104{
    height: 26rem;
  }

  .twelvehundred\:h-112{
    height: 28rem;
  }

  .twelvehundred\:h-128{
    height: 30rem;
  }

  .twelvehundred\:h-144{
    height: 34rem;
  }

  .twelvehundred\:h-160{
    height: 38rem;
  }

  .twelvehundred\:h-176{
    height: 42rem;
  }

  .twelvehundred\:h-192{
    height: 46rem;
  }

  .twelvehundred\:h-208{
    height: 50rem;
  }

  .twelvehundred\:h-224{
    height: 54rem;
  }

  .twelvehundred\:h-240{
    height: 58rem;
  }

  .twelvehundred\:h-256{
    height: 62rem;
  }

  .twelvehundred\:h-auto{
    height: auto;
  }

  .twelvehundred\:h-px{
    height: 1px;
  }

  .twelvehundred\:h-full{
    height: 100%;
  }

  .twelvehundred\:h-screen{
    height: 100vh;
  }

  .twelvehundred\:text-3xs{
    font-size: 0.5rem;
  }

  .twelvehundred\:text-2xs{
    font-size: 0.625rem;
  }

  .twelvehundred\:text-xs{
    font-size: 0.75rem;
  }

  .twelvehundred\:text-sm{
    font-size: 0.875rem;
  }

  .twelvehundred\:text-base{
    font-size: 1rem;
  }

  .twelvehundred\:text-lg{
    font-size: 1.125rem;
  }

  .twelvehundred\:text-xl{
    font-size: 1.25rem;
  }

  .twelvehundred\:text-2xl{
    font-size: 1.5rem;
  }

  .twelvehundred\:text-3xl{
    font-size: 1.875rem;
  }

  .twelvehundred\:text-4xl{
    font-size: 2.25rem;
  }

  .twelvehundred\:text-5xl{
    font-size: 3rem;
  }

  .twelvehundred\:text-6xl{
    font-size: 4rem;
  }

  .twelvehundred\:text-7xl{
    font-size: 6rem;
  }

  .twelvehundred\:text-8xl{
    font-size: 8rem;
  }

  .twelvehundred\:leading-3{
    line-height: .75rem;
  }

  .twelvehundred\:leading-4{
    line-height: 1rem;
  }

  .twelvehundred\:leading-5{
    line-height: 1.25rem;
  }

  .twelvehundred\:leading-6{
    line-height: 1.5rem;
  }

  .twelvehundred\:leading-7{
    line-height: 1.75rem;
  }

  .twelvehundred\:leading-8{
    line-height: 2rem;
  }

  .twelvehundred\:leading-9{
    line-height: 2.25rem;
  }

  .twelvehundred\:leading-10{
    line-height: 2.5rem;
  }

  .twelvehundred\:leading-none{
    line-height: 1;
  }

  .twelvehundred\:leading-tight{
    line-height: 1.25;
  }

  .twelvehundred\:leading-snug{
    line-height: 1.375;
  }

  .twelvehundred\:leading-normal{
    line-height: 1.5;
  }

  .twelvehundred\:leading-relaxed{
    line-height: 1.625;
  }

  .twelvehundred\:leading-loose{
    line-height: 2;
  }

  .twelvehundred\:list-inside{
    list-style-position: inside;
  }

  .twelvehundred\:list-outside{
    list-style-position: outside;
  }

  .twelvehundred\:list-none{
    list-style-type: none;
  }

  .twelvehundred\:list-disc{
    list-style-type: disc;
  }

  .twelvehundred\:list-decimal{
    list-style-type: decimal;
  }

  .twelvehundred\:m-0{
    margin: 0;
  }

  .twelvehundred\:m-1{
    margin: 0.25rem;
  }

  .twelvehundred\:m-2{
    margin: 0.5rem;
  }

  .twelvehundred\:m-3{
    margin: 0.75rem;
  }

  .twelvehundred\:m-4{
    margin: 1rem;
  }

  .twelvehundred\:m-5{
    margin: 1.25rem;
  }

  .twelvehundred\:m-6{
    margin: 1.5rem;
  }

  .twelvehundred\:m-8{
    margin: 2rem;
  }

  .twelvehundred\:m-10{
    margin: 2.5rem;
  }

  .twelvehundred\:m-12{
    margin: 3rem;
  }

  .twelvehundred\:m-16{
    margin: 4rem;
  }

  .twelvehundred\:m-20{
    margin: 5rem;
  }

  .twelvehundred\:m-24{
    margin: 6rem;
  }

  .twelvehundred\:m-32{
    margin: 8rem;
  }

  .twelvehundred\:m-40{
    margin: 10rem;
  }

  .twelvehundred\:m-48{
    margin: 12rem;
  }

  .twelvehundred\:m-56{
    margin: 14rem;
  }

  .twelvehundred\:m-64{
    margin: 16rem;
  }

  .twelvehundred\:m-72{
    margin: 18rem;
  }

  .twelvehundred\:m-80{
    margin: 20rem;
  }

  .twelvehundred\:m-88{
    margin: 22rem;
  }

  .twelvehundred\:m-96{
    margin: 24rem;
  }

  .twelvehundred\:m-104{
    margin: 26rem;
  }

  .twelvehundred\:m-112{
    margin: 28rem;
  }

  .twelvehundred\:m-128{
    margin: 30rem;
  }

  .twelvehundred\:m-144{
    margin: 34rem;
  }

  .twelvehundred\:m-160{
    margin: 38rem;
  }

  .twelvehundred\:m-176{
    margin: 42rem;
  }

  .twelvehundred\:m-192{
    margin: 46rem;
  }

  .twelvehundred\:m-208{
    margin: 50rem;
  }

  .twelvehundred\:m-224{
    margin: 54rem;
  }

  .twelvehundred\:m-240{
    margin: 58rem;
  }

  .twelvehundred\:m-256{
    margin: 62rem;
  }

  .twelvehundred\:m-auto{
    margin: auto;
  }

  .twelvehundred\:m-px{
    margin: 1px;
  }

  .twelvehundred\:-m-1{
    margin: -0.25rem;
  }

  .twelvehundred\:-m-2{
    margin: -0.5rem;
  }

  .twelvehundred\:-m-3{
    margin: -0.75rem;
  }

  .twelvehundred\:-m-4{
    margin: -1rem;
  }

  .twelvehundred\:-m-5{
    margin: -1.25rem;
  }

  .twelvehundred\:-m-6{
    margin: -1.5rem;
  }

  .twelvehundred\:-m-8{
    margin: -2rem;
  }

  .twelvehundred\:-m-10{
    margin: -2.5rem;
  }

  .twelvehundred\:-m-12{
    margin: -3rem;
  }

  .twelvehundred\:-m-16{
    margin: -4rem;
  }

  .twelvehundred\:-m-20{
    margin: -5rem;
  }

  .twelvehundred\:-m-24{
    margin: -6rem;
  }

  .twelvehundred\:-m-32{
    margin: -8rem;
  }

  .twelvehundred\:-m-40{
    margin: -10rem;
  }

  .twelvehundred\:-m-48{
    margin: -12rem;
  }

  .twelvehundred\:-m-56{
    margin: -14rem;
  }

  .twelvehundred\:-m-64{
    margin: -16rem;
  }

  .twelvehundred\:-m-72{
    margin: -18rem;
  }

  .twelvehundred\:-m-80{
    margin: -20rem;
  }

  .twelvehundred\:-m-88{
    margin: -22rem;
  }

  .twelvehundred\:-m-96{
    margin: -24rem;
  }

  .twelvehundred\:-m-104{
    margin: -26rem;
  }

  .twelvehundred\:-m-112{
    margin: -28rem;
  }

  .twelvehundred\:-m-128{
    margin: -30rem;
  }

  .twelvehundred\:-m-144{
    margin: -34rem;
  }

  .twelvehundred\:-m-160{
    margin: -38rem;
  }

  .twelvehundred\:-m-176{
    margin: -42rem;
  }

  .twelvehundred\:-m-192{
    margin: -46rem;
  }

  .twelvehundred\:-m-208{
    margin: -50rem;
  }

  .twelvehundred\:-m-224{
    margin: -54rem;
  }

  .twelvehundred\:-m-240{
    margin: -58rem;
  }

  .twelvehundred\:-m-256{
    margin: -62rem;
  }

  .twelvehundred\:-m-px{
    margin: -1px;
  }

  .twelvehundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .twelvehundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .twelvehundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .twelvehundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .twelvehundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .twelvehundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .twelvehundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .twelvehundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .twelvehundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .twelvehundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .twelvehundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .twelvehundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .twelvehundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .twelvehundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .twelvehundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .twelvehundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .twelvehundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .twelvehundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .twelvehundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .twelvehundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .twelvehundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .twelvehundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .twelvehundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .twelvehundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .twelvehundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .twelvehundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .twelvehundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .twelvehundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .twelvehundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .twelvehundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .twelvehundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .twelvehundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .twelvehundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .twelvehundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .twelvehundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .twelvehundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .twelvehundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .twelvehundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .twelvehundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .twelvehundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .twelvehundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .twelvehundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .twelvehundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .twelvehundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .twelvehundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .twelvehundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .twelvehundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .twelvehundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .twelvehundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .twelvehundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .twelvehundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .twelvehundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .twelvehundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .twelvehundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .twelvehundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .twelvehundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .twelvehundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .twelvehundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .twelvehundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .twelvehundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .twelvehundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .twelvehundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .twelvehundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .twelvehundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .twelvehundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .twelvehundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .twelvehundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .twelvehundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .twelvehundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .twelvehundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .twelvehundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .twelvehundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .twelvehundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .twelvehundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .twelvehundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .twelvehundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .twelvehundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .twelvehundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .twelvehundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .twelvehundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .twelvehundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .twelvehundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .twelvehundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .twelvehundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .twelvehundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .twelvehundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .twelvehundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .twelvehundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .twelvehundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .twelvehundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .twelvehundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .twelvehundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .twelvehundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .twelvehundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .twelvehundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .twelvehundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .twelvehundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .twelvehundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .twelvehundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .twelvehundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .twelvehundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .twelvehundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .twelvehundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .twelvehundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .twelvehundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .twelvehundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .twelvehundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .twelvehundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .twelvehundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .twelvehundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .twelvehundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .twelvehundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .twelvehundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .twelvehundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .twelvehundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .twelvehundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .twelvehundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .twelvehundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .twelvehundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .twelvehundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .twelvehundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .twelvehundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .twelvehundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .twelvehundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .twelvehundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .twelvehundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .twelvehundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .twelvehundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .twelvehundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .twelvehundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .twelvehundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .twelvehundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .twelvehundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .twelvehundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .twelvehundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .twelvehundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .twelvehundred\:mt-0{
    margin-top: 0;
  }

  .twelvehundred\:mr-0{
    margin-right: 0;
  }

  .twelvehundred\:mb-0{
    margin-bottom: 0;
  }

  .twelvehundred\:ml-0{
    margin-left: 0;
  }

  .twelvehundred\:mt-1{
    margin-top: 0.25rem;
  }

  .twelvehundred\:mr-1{
    margin-right: 0.25rem;
  }

  .twelvehundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .twelvehundred\:ml-1{
    margin-left: 0.25rem;
  }

  .twelvehundred\:mt-2{
    margin-top: 0.5rem;
  }

  .twelvehundred\:mr-2{
    margin-right: 0.5rem;
  }

  .twelvehundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .twelvehundred\:ml-2{
    margin-left: 0.5rem;
  }

  .twelvehundred\:mt-3{
    margin-top: 0.75rem;
  }

  .twelvehundred\:mr-3{
    margin-right: 0.75rem;
  }

  .twelvehundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .twelvehundred\:ml-3{
    margin-left: 0.75rem;
  }

  .twelvehundred\:mt-4{
    margin-top: 1rem;
  }

  .twelvehundred\:mr-4{
    margin-right: 1rem;
  }

  .twelvehundred\:mb-4{
    margin-bottom: 1rem;
  }

  .twelvehundred\:ml-4{
    margin-left: 1rem;
  }

  .twelvehundred\:mt-5{
    margin-top: 1.25rem;
  }

  .twelvehundred\:mr-5{
    margin-right: 1.25rem;
  }

  .twelvehundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .twelvehundred\:ml-5{
    margin-left: 1.25rem;
  }

  .twelvehundred\:mt-6{
    margin-top: 1.5rem;
  }

  .twelvehundred\:mr-6{
    margin-right: 1.5rem;
  }

  .twelvehundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .twelvehundred\:ml-6{
    margin-left: 1.5rem;
  }

  .twelvehundred\:mt-8{
    margin-top: 2rem;
  }

  .twelvehundred\:mr-8{
    margin-right: 2rem;
  }

  .twelvehundred\:mb-8{
    margin-bottom: 2rem;
  }

  .twelvehundred\:ml-8{
    margin-left: 2rem;
  }

  .twelvehundred\:mt-10{
    margin-top: 2.5rem;
  }

  .twelvehundred\:mr-10{
    margin-right: 2.5rem;
  }

  .twelvehundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .twelvehundred\:ml-10{
    margin-left: 2.5rem;
  }

  .twelvehundred\:mt-12{
    margin-top: 3rem;
  }

  .twelvehundred\:mr-12{
    margin-right: 3rem;
  }

  .twelvehundred\:mb-12{
    margin-bottom: 3rem;
  }

  .twelvehundred\:ml-12{
    margin-left: 3rem;
  }

  .twelvehundred\:mt-16{
    margin-top: 4rem;
  }

  .twelvehundred\:mr-16{
    margin-right: 4rem;
  }

  .twelvehundred\:mb-16{
    margin-bottom: 4rem;
  }

  .twelvehundred\:ml-16{
    margin-left: 4rem;
  }

  .twelvehundred\:mt-20{
    margin-top: 5rem;
  }

  .twelvehundred\:mr-20{
    margin-right: 5rem;
  }

  .twelvehundred\:mb-20{
    margin-bottom: 5rem;
  }

  .twelvehundred\:ml-20{
    margin-left: 5rem;
  }

  .twelvehundred\:mt-24{
    margin-top: 6rem;
  }

  .twelvehundred\:mr-24{
    margin-right: 6rem;
  }

  .twelvehundred\:mb-24{
    margin-bottom: 6rem;
  }

  .twelvehundred\:ml-24{
    margin-left: 6rem;
  }

  .twelvehundred\:mt-32{
    margin-top: 8rem;
  }

  .twelvehundred\:mr-32{
    margin-right: 8rem;
  }

  .twelvehundred\:mb-32{
    margin-bottom: 8rem;
  }

  .twelvehundred\:ml-32{
    margin-left: 8rem;
  }

  .twelvehundred\:mt-40{
    margin-top: 10rem;
  }

  .twelvehundred\:mr-40{
    margin-right: 10rem;
  }

  .twelvehundred\:mb-40{
    margin-bottom: 10rem;
  }

  .twelvehundred\:ml-40{
    margin-left: 10rem;
  }

  .twelvehundred\:mt-48{
    margin-top: 12rem;
  }

  .twelvehundred\:mr-48{
    margin-right: 12rem;
  }

  .twelvehundred\:mb-48{
    margin-bottom: 12rem;
  }

  .twelvehundred\:ml-48{
    margin-left: 12rem;
  }

  .twelvehundred\:mt-56{
    margin-top: 14rem;
  }

  .twelvehundred\:mr-56{
    margin-right: 14rem;
  }

  .twelvehundred\:mb-56{
    margin-bottom: 14rem;
  }

  .twelvehundred\:ml-56{
    margin-left: 14rem;
  }

  .twelvehundred\:mt-64{
    margin-top: 16rem;
  }

  .twelvehundred\:mr-64{
    margin-right: 16rem;
  }

  .twelvehundred\:mb-64{
    margin-bottom: 16rem;
  }

  .twelvehundred\:ml-64{
    margin-left: 16rem;
  }

  .twelvehundred\:mt-72{
    margin-top: 18rem;
  }

  .twelvehundred\:mr-72{
    margin-right: 18rem;
  }

  .twelvehundred\:mb-72{
    margin-bottom: 18rem;
  }

  .twelvehundred\:ml-72{
    margin-left: 18rem;
  }

  .twelvehundred\:mt-80{
    margin-top: 20rem;
  }

  .twelvehundred\:mr-80{
    margin-right: 20rem;
  }

  .twelvehundred\:mb-80{
    margin-bottom: 20rem;
  }

  .twelvehundred\:ml-80{
    margin-left: 20rem;
  }

  .twelvehundred\:mt-88{
    margin-top: 22rem;
  }

  .twelvehundred\:mr-88{
    margin-right: 22rem;
  }

  .twelvehundred\:mb-88{
    margin-bottom: 22rem;
  }

  .twelvehundred\:ml-88{
    margin-left: 22rem;
  }

  .twelvehundred\:mt-96{
    margin-top: 24rem;
  }

  .twelvehundred\:mr-96{
    margin-right: 24rem;
  }

  .twelvehundred\:mb-96{
    margin-bottom: 24rem;
  }

  .twelvehundred\:ml-96{
    margin-left: 24rem;
  }

  .twelvehundred\:mt-104{
    margin-top: 26rem;
  }

  .twelvehundred\:mr-104{
    margin-right: 26rem;
  }

  .twelvehundred\:mb-104{
    margin-bottom: 26rem;
  }

  .twelvehundred\:ml-104{
    margin-left: 26rem;
  }

  .twelvehundred\:mt-112{
    margin-top: 28rem;
  }

  .twelvehundred\:mr-112{
    margin-right: 28rem;
  }

  .twelvehundred\:mb-112{
    margin-bottom: 28rem;
  }

  .twelvehundred\:ml-112{
    margin-left: 28rem;
  }

  .twelvehundred\:mt-128{
    margin-top: 30rem;
  }

  .twelvehundred\:mr-128{
    margin-right: 30rem;
  }

  .twelvehundred\:mb-128{
    margin-bottom: 30rem;
  }

  .twelvehundred\:ml-128{
    margin-left: 30rem;
  }

  .twelvehundred\:mt-144{
    margin-top: 34rem;
  }

  .twelvehundred\:mr-144{
    margin-right: 34rem;
  }

  .twelvehundred\:mb-144{
    margin-bottom: 34rem;
  }

  .twelvehundred\:ml-144{
    margin-left: 34rem;
  }

  .twelvehundred\:mt-160{
    margin-top: 38rem;
  }

  .twelvehundred\:mr-160{
    margin-right: 38rem;
  }

  .twelvehundred\:mb-160{
    margin-bottom: 38rem;
  }

  .twelvehundred\:ml-160{
    margin-left: 38rem;
  }

  .twelvehundred\:mt-176{
    margin-top: 42rem;
  }

  .twelvehundred\:mr-176{
    margin-right: 42rem;
  }

  .twelvehundred\:mb-176{
    margin-bottom: 42rem;
  }

  .twelvehundred\:ml-176{
    margin-left: 42rem;
  }

  .twelvehundred\:mt-192{
    margin-top: 46rem;
  }

  .twelvehundred\:mr-192{
    margin-right: 46rem;
  }

  .twelvehundred\:mb-192{
    margin-bottom: 46rem;
  }

  .twelvehundred\:ml-192{
    margin-left: 46rem;
  }

  .twelvehundred\:mt-208{
    margin-top: 50rem;
  }

  .twelvehundred\:mr-208{
    margin-right: 50rem;
  }

  .twelvehundred\:mb-208{
    margin-bottom: 50rem;
  }

  .twelvehundred\:ml-208{
    margin-left: 50rem;
  }

  .twelvehundred\:mt-224{
    margin-top: 54rem;
  }

  .twelvehundred\:mr-224{
    margin-right: 54rem;
  }

  .twelvehundred\:mb-224{
    margin-bottom: 54rem;
  }

  .twelvehundred\:ml-224{
    margin-left: 54rem;
  }

  .twelvehundred\:mt-240{
    margin-top: 58rem;
  }

  .twelvehundred\:mr-240{
    margin-right: 58rem;
  }

  .twelvehundred\:mb-240{
    margin-bottom: 58rem;
  }

  .twelvehundred\:ml-240{
    margin-left: 58rem;
  }

  .twelvehundred\:mt-256{
    margin-top: 62rem;
  }

  .twelvehundred\:mr-256{
    margin-right: 62rem;
  }

  .twelvehundred\:mb-256{
    margin-bottom: 62rem;
  }

  .twelvehundred\:ml-256{
    margin-left: 62rem;
  }

  .twelvehundred\:mt-auto{
    margin-top: auto;
  }

  .twelvehundred\:mr-auto{
    margin-right: auto;
  }

  .twelvehundred\:mb-auto{
    margin-bottom: auto;
  }

  .twelvehundred\:ml-auto{
    margin-left: auto;
  }

  .twelvehundred\:mt-px{
    margin-top: 1px;
  }

  .twelvehundred\:mr-px{
    margin-right: 1px;
  }

  .twelvehundred\:mb-px{
    margin-bottom: 1px;
  }

  .twelvehundred\:ml-px{
    margin-left: 1px;
  }

  .twelvehundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .twelvehundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .twelvehundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .twelvehundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .twelvehundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .twelvehundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .twelvehundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .twelvehundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .twelvehundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .twelvehundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .twelvehundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .twelvehundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .twelvehundred\:-mt-4{
    margin-top: -1rem;
  }

  .twelvehundred\:-mr-4{
    margin-right: -1rem;
  }

  .twelvehundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .twelvehundred\:-ml-4{
    margin-left: -1rem;
  }

  .twelvehundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .twelvehundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .twelvehundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .twelvehundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .twelvehundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .twelvehundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .twelvehundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .twelvehundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .twelvehundred\:-mt-8{
    margin-top: -2rem;
  }

  .twelvehundred\:-mr-8{
    margin-right: -2rem;
  }

  .twelvehundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .twelvehundred\:-ml-8{
    margin-left: -2rem;
  }

  .twelvehundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .twelvehundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .twelvehundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .twelvehundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .twelvehundred\:-mt-12{
    margin-top: -3rem;
  }

  .twelvehundred\:-mr-12{
    margin-right: -3rem;
  }

  .twelvehundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .twelvehundred\:-ml-12{
    margin-left: -3rem;
  }

  .twelvehundred\:-mt-16{
    margin-top: -4rem;
  }

  .twelvehundred\:-mr-16{
    margin-right: -4rem;
  }

  .twelvehundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .twelvehundred\:-ml-16{
    margin-left: -4rem;
  }

  .twelvehundred\:-mt-20{
    margin-top: -5rem;
  }

  .twelvehundred\:-mr-20{
    margin-right: -5rem;
  }

  .twelvehundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .twelvehundred\:-ml-20{
    margin-left: -5rem;
  }

  .twelvehundred\:-mt-24{
    margin-top: -6rem;
  }

  .twelvehundred\:-mr-24{
    margin-right: -6rem;
  }

  .twelvehundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .twelvehundred\:-ml-24{
    margin-left: -6rem;
  }

  .twelvehundred\:-mt-32{
    margin-top: -8rem;
  }

  .twelvehundred\:-mr-32{
    margin-right: -8rem;
  }

  .twelvehundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .twelvehundred\:-ml-32{
    margin-left: -8rem;
  }

  .twelvehundred\:-mt-40{
    margin-top: -10rem;
  }

  .twelvehundred\:-mr-40{
    margin-right: -10rem;
  }

  .twelvehundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .twelvehundred\:-ml-40{
    margin-left: -10rem;
  }

  .twelvehundred\:-mt-48{
    margin-top: -12rem;
  }

  .twelvehundred\:-mr-48{
    margin-right: -12rem;
  }

  .twelvehundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .twelvehundred\:-ml-48{
    margin-left: -12rem;
  }

  .twelvehundred\:-mt-56{
    margin-top: -14rem;
  }

  .twelvehundred\:-mr-56{
    margin-right: -14rem;
  }

  .twelvehundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .twelvehundred\:-ml-56{
    margin-left: -14rem;
  }

  .twelvehundred\:-mt-64{
    margin-top: -16rem;
  }

  .twelvehundred\:-mr-64{
    margin-right: -16rem;
  }

  .twelvehundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .twelvehundred\:-ml-64{
    margin-left: -16rem;
  }

  .twelvehundred\:-mt-72{
    margin-top: -18rem;
  }

  .twelvehundred\:-mr-72{
    margin-right: -18rem;
  }

  .twelvehundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .twelvehundred\:-ml-72{
    margin-left: -18rem;
  }

  .twelvehundred\:-mt-80{
    margin-top: -20rem;
  }

  .twelvehundred\:-mr-80{
    margin-right: -20rem;
  }

  .twelvehundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .twelvehundred\:-ml-80{
    margin-left: -20rem;
  }

  .twelvehundred\:-mt-88{
    margin-top: -22rem;
  }

  .twelvehundred\:-mr-88{
    margin-right: -22rem;
  }

  .twelvehundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .twelvehundred\:-ml-88{
    margin-left: -22rem;
  }

  .twelvehundred\:-mt-96{
    margin-top: -24rem;
  }

  .twelvehundred\:-mr-96{
    margin-right: -24rem;
  }

  .twelvehundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .twelvehundred\:-ml-96{
    margin-left: -24rem;
  }

  .twelvehundred\:-mt-104{
    margin-top: -26rem;
  }

  .twelvehundred\:-mr-104{
    margin-right: -26rem;
  }

  .twelvehundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .twelvehundred\:-ml-104{
    margin-left: -26rem;
  }

  .twelvehundred\:-mt-112{
    margin-top: -28rem;
  }

  .twelvehundred\:-mr-112{
    margin-right: -28rem;
  }

  .twelvehundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .twelvehundred\:-ml-112{
    margin-left: -28rem;
  }

  .twelvehundred\:-mt-128{
    margin-top: -30rem;
  }

  .twelvehundred\:-mr-128{
    margin-right: -30rem;
  }

  .twelvehundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .twelvehundred\:-ml-128{
    margin-left: -30rem;
  }

  .twelvehundred\:-mt-144{
    margin-top: -34rem;
  }

  .twelvehundred\:-mr-144{
    margin-right: -34rem;
  }

  .twelvehundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .twelvehundred\:-ml-144{
    margin-left: -34rem;
  }

  .twelvehundred\:-mt-160{
    margin-top: -38rem;
  }

  .twelvehundred\:-mr-160{
    margin-right: -38rem;
  }

  .twelvehundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .twelvehundred\:-ml-160{
    margin-left: -38rem;
  }

  .twelvehundred\:-mt-176{
    margin-top: -42rem;
  }

  .twelvehundred\:-mr-176{
    margin-right: -42rem;
  }

  .twelvehundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .twelvehundred\:-ml-176{
    margin-left: -42rem;
  }

  .twelvehundred\:-mt-192{
    margin-top: -46rem;
  }

  .twelvehundred\:-mr-192{
    margin-right: -46rem;
  }

  .twelvehundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .twelvehundred\:-ml-192{
    margin-left: -46rem;
  }

  .twelvehundred\:-mt-208{
    margin-top: -50rem;
  }

  .twelvehundred\:-mr-208{
    margin-right: -50rem;
  }

  .twelvehundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .twelvehundred\:-ml-208{
    margin-left: -50rem;
  }

  .twelvehundred\:-mt-224{
    margin-top: -54rem;
  }

  .twelvehundred\:-mr-224{
    margin-right: -54rem;
  }

  .twelvehundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .twelvehundred\:-ml-224{
    margin-left: -54rem;
  }

  .twelvehundred\:-mt-240{
    margin-top: -58rem;
  }

  .twelvehundred\:-mr-240{
    margin-right: -58rem;
  }

  .twelvehundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .twelvehundred\:-ml-240{
    margin-left: -58rem;
  }

  .twelvehundred\:-mt-256{
    margin-top: -62rem;
  }

  .twelvehundred\:-mr-256{
    margin-right: -62rem;
  }

  .twelvehundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .twelvehundred\:-ml-256{
    margin-left: -62rem;
  }

  .twelvehundred\:-mt-px{
    margin-top: -1px;
  }

  .twelvehundred\:-mr-px{
    margin-right: -1px;
  }

  .twelvehundred\:-mb-px{
    margin-bottom: -1px;
  }

  .twelvehundred\:-ml-px{
    margin-left: -1px;
  }

  .twelvehundred\:max-h-full{
    max-height: 100%;
  }

  .twelvehundred\:max-h-screen{
    max-height: 100vh;
  }

  .twelvehundred\:max-w-none{
    max-width: none;
  }

  .twelvehundred\:max-w-xs{
    max-width: 20rem;
  }

  .twelvehundred\:max-w-sm{
    max-width: 24rem;
  }

  .twelvehundred\:max-w-md{
    max-width: 28rem;
  }

  .twelvehundred\:max-w-lg{
    max-width: 32rem;
  }

  .twelvehundred\:max-w-xl{
    max-width: 36rem;
  }

  .twelvehundred\:max-w-2xl{
    max-width: 42rem;
  }

  .twelvehundred\:max-w-3xl{
    max-width: 48rem;
  }

  .twelvehundred\:max-w-4xl{
    max-width: 56rem;
  }

  .twelvehundred\:max-w-5xl{
    max-width: 64rem;
  }

  .twelvehundred\:max-w-6xl{
    max-width: 72rem;
  }

  .twelvehundred\:max-w-full{
    max-width: 100%;
  }

  .twelvehundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .twelvehundred\:max-w-screen-md{
    max-width: 768px;
  }

  .twelvehundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .twelvehundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .twelvehundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .twelvehundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .twelvehundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .twelvehundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .twelvehundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .twelvehundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .twelvehundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .twelvehundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .twelvehundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .twelvehundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .twelvehundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .twelvehundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .twelvehundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .twelvehundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .twelvehundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .twelvehundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .twelvehundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .twelvehundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .twelvehundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .twelvehundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .twelvehundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .twelvehundred\:min-h-0{
    min-height: 0;
  }

  .twelvehundred\:min-h-full{
    min-height: 100%;
  }

  .twelvehundred\:min-h-screen{
    min-height: 100vh;
  }

  .twelvehundred\:min-w-0{
    min-width: 0;
  }

  .twelvehundred\:min-w-80{
    min-width: 20rem;
  }

  .twelvehundred\:min-w-full{
    min-width: 100%;
  }

  .twelvehundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .twelvehundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .twelvehundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .twelvehundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .twelvehundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .twelvehundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .twelvehundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .twelvehundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .twelvehundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .twelvehundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .twelvehundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .twelvehundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .twelvehundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .twelvehundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .twelvehundred\:opacity-0{
    opacity: 0;
  }

  .twelvehundred\:opacity-25{
    opacity: 0.25;
  }

  .twelvehundred\:opacity-30{
    opacity: 0.3;
  }

  .twelvehundred\:opacity-40{
    opacity: 0.4;
  }

  .twelvehundred\:opacity-50{
    opacity: 0.5;
  }

  .twelvehundred\:opacity-75{
    opacity: 0.75;
  }

  .twelvehundred\:opacity-100{
    opacity: 1;
  }

  .twelvehundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .twelvehundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .twelvehundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .twelvehundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .twelvehundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .twelvehundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .twelvehundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .twelvehundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .twelvehundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .twelvehundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .twelvehundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .twelvehundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .twelvehundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .twelvehundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .twelvehundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .twelvehundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .twelvehundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .twelvehundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .twelvehundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .twelvehundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .twelvehundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .twelvehundred\:overflow-auto{
    overflow: auto;
  }

  .twelvehundred\:overflow-hidden{
    overflow: hidden;
  }

  .twelvehundred\:overflow-visible{
    overflow: visible;
  }

  .twelvehundred\:overflow-scroll{
    overflow: scroll;
  }

  .twelvehundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .twelvehundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .twelvehundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .twelvehundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .twelvehundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .twelvehundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .twelvehundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .twelvehundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .twelvehundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .twelvehundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .twelvehundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .twelvehundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .twelvehundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .twelvehundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .twelvehundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .twelvehundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .twelvehundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .twelvehundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .twelvehundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .twelvehundred\:p-0{
    padding: 0;
  }

  .twelvehundred\:p-1{
    padding: 0.25rem;
  }

  .twelvehundred\:p-2{
    padding: 0.5rem;
  }

  .twelvehundred\:p-3{
    padding: 0.75rem;
  }

  .twelvehundred\:p-4{
    padding: 1rem;
  }

  .twelvehundred\:p-5{
    padding: 1.25rem;
  }

  .twelvehundred\:p-6{
    padding: 1.5rem;
  }

  .twelvehundred\:p-8{
    padding: 2rem;
  }

  .twelvehundred\:p-10{
    padding: 2.5rem;
  }

  .twelvehundred\:p-12{
    padding: 3rem;
  }

  .twelvehundred\:p-16{
    padding: 4rem;
  }

  .twelvehundred\:p-20{
    padding: 5rem;
  }

  .twelvehundred\:p-24{
    padding: 6rem;
  }

  .twelvehundred\:p-32{
    padding: 8rem;
  }

  .twelvehundred\:p-40{
    padding: 10rem;
  }

  .twelvehundred\:p-48{
    padding: 12rem;
  }

  .twelvehundred\:p-56{
    padding: 14rem;
  }

  .twelvehundred\:p-64{
    padding: 16rem;
  }

  .twelvehundred\:p-72{
    padding: 18rem;
  }

  .twelvehundred\:p-80{
    padding: 20rem;
  }

  .twelvehundred\:p-88{
    padding: 22rem;
  }

  .twelvehundred\:p-96{
    padding: 24rem;
  }

  .twelvehundred\:p-104{
    padding: 26rem;
  }

  .twelvehundred\:p-112{
    padding: 28rem;
  }

  .twelvehundred\:p-128{
    padding: 30rem;
  }

  .twelvehundred\:p-144{
    padding: 34rem;
  }

  .twelvehundred\:p-160{
    padding: 38rem;
  }

  .twelvehundred\:p-176{
    padding: 42rem;
  }

  .twelvehundred\:p-192{
    padding: 46rem;
  }

  .twelvehundred\:p-208{
    padding: 50rem;
  }

  .twelvehundred\:p-224{
    padding: 54rem;
  }

  .twelvehundred\:p-240{
    padding: 58rem;
  }

  .twelvehundred\:p-256{
    padding: 62rem;
  }

  .twelvehundred\:p-px{
    padding: 1px;
  }

  .twelvehundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .twelvehundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .twelvehundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .twelvehundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .twelvehundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .twelvehundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .twelvehundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .twelvehundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .twelvehundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .twelvehundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .twelvehundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .twelvehundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .twelvehundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .twelvehundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .twelvehundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .twelvehundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .twelvehundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .twelvehundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .twelvehundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .twelvehundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .twelvehundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .twelvehundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .twelvehundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .twelvehundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .twelvehundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .twelvehundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .twelvehundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .twelvehundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .twelvehundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .twelvehundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .twelvehundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .twelvehundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .twelvehundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .twelvehundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .twelvehundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .twelvehundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .twelvehundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .twelvehundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .twelvehundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .twelvehundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .twelvehundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .twelvehundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .twelvehundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .twelvehundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .twelvehundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .twelvehundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .twelvehundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .twelvehundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .twelvehundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .twelvehundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .twelvehundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .twelvehundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .twelvehundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .twelvehundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .twelvehundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .twelvehundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .twelvehundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .twelvehundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .twelvehundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .twelvehundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .twelvehundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .twelvehundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .twelvehundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .twelvehundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .twelvehundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .twelvehundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .twelvehundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .twelvehundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .twelvehundred\:pt-0{
    padding-top: 0;
  }

  .twelvehundred\:pr-0{
    padding-right: 0;
  }

  .twelvehundred\:pb-0{
    padding-bottom: 0;
  }

  .twelvehundred\:pl-0{
    padding-left: 0;
  }

  .twelvehundred\:pt-1{
    padding-top: 0.25rem;
  }

  .twelvehundred\:pr-1{
    padding-right: 0.25rem;
  }

  .twelvehundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .twelvehundred\:pl-1{
    padding-left: 0.25rem;
  }

  .twelvehundred\:pt-2{
    padding-top: 0.5rem;
  }

  .twelvehundred\:pr-2{
    padding-right: 0.5rem;
  }

  .twelvehundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .twelvehundred\:pl-2{
    padding-left: 0.5rem;
  }

  .twelvehundred\:pt-3{
    padding-top: 0.75rem;
  }

  .twelvehundred\:pr-3{
    padding-right: 0.75rem;
  }

  .twelvehundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .twelvehundred\:pl-3{
    padding-left: 0.75rem;
  }

  .twelvehundred\:pt-4{
    padding-top: 1rem;
  }

  .twelvehundred\:pr-4{
    padding-right: 1rem;
  }

  .twelvehundred\:pb-4{
    padding-bottom: 1rem;
  }

  .twelvehundred\:pl-4{
    padding-left: 1rem;
  }

  .twelvehundred\:pt-5{
    padding-top: 1.25rem;
  }

  .twelvehundred\:pr-5{
    padding-right: 1.25rem;
  }

  .twelvehundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .twelvehundred\:pl-5{
    padding-left: 1.25rem;
  }

  .twelvehundred\:pt-6{
    padding-top: 1.5rem;
  }

  .twelvehundred\:pr-6{
    padding-right: 1.5rem;
  }

  .twelvehundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .twelvehundred\:pl-6{
    padding-left: 1.5rem;
  }

  .twelvehundred\:pt-8{
    padding-top: 2rem;
  }

  .twelvehundred\:pr-8{
    padding-right: 2rem;
  }

  .twelvehundred\:pb-8{
    padding-bottom: 2rem;
  }

  .twelvehundred\:pl-8{
    padding-left: 2rem;
  }

  .twelvehundred\:pt-10{
    padding-top: 2.5rem;
  }

  .twelvehundred\:pr-10{
    padding-right: 2.5rem;
  }

  .twelvehundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .twelvehundred\:pl-10{
    padding-left: 2.5rem;
  }

  .twelvehundred\:pt-12{
    padding-top: 3rem;
  }

  .twelvehundred\:pr-12{
    padding-right: 3rem;
  }

  .twelvehundred\:pb-12{
    padding-bottom: 3rem;
  }

  .twelvehundred\:pl-12{
    padding-left: 3rem;
  }

  .twelvehundred\:pt-16{
    padding-top: 4rem;
  }

  .twelvehundred\:pr-16{
    padding-right: 4rem;
  }

  .twelvehundred\:pb-16{
    padding-bottom: 4rem;
  }

  .twelvehundred\:pl-16{
    padding-left: 4rem;
  }

  .twelvehundred\:pt-20{
    padding-top: 5rem;
  }

  .twelvehundred\:pr-20{
    padding-right: 5rem;
  }

  .twelvehundred\:pb-20{
    padding-bottom: 5rem;
  }

  .twelvehundred\:pl-20{
    padding-left: 5rem;
  }

  .twelvehundred\:pt-24{
    padding-top: 6rem;
  }

  .twelvehundred\:pr-24{
    padding-right: 6rem;
  }

  .twelvehundred\:pb-24{
    padding-bottom: 6rem;
  }

  .twelvehundred\:pl-24{
    padding-left: 6rem;
  }

  .twelvehundred\:pt-32{
    padding-top: 8rem;
  }

  .twelvehundred\:pr-32{
    padding-right: 8rem;
  }

  .twelvehundred\:pb-32{
    padding-bottom: 8rem;
  }

  .twelvehundred\:pl-32{
    padding-left: 8rem;
  }

  .twelvehundred\:pt-40{
    padding-top: 10rem;
  }

  .twelvehundred\:pr-40{
    padding-right: 10rem;
  }

  .twelvehundred\:pb-40{
    padding-bottom: 10rem;
  }

  .twelvehundred\:pl-40{
    padding-left: 10rem;
  }

  .twelvehundred\:pt-48{
    padding-top: 12rem;
  }

  .twelvehundred\:pr-48{
    padding-right: 12rem;
  }

  .twelvehundred\:pb-48{
    padding-bottom: 12rem;
  }

  .twelvehundred\:pl-48{
    padding-left: 12rem;
  }

  .twelvehundred\:pt-56{
    padding-top: 14rem;
  }

  .twelvehundred\:pr-56{
    padding-right: 14rem;
  }

  .twelvehundred\:pb-56{
    padding-bottom: 14rem;
  }

  .twelvehundred\:pl-56{
    padding-left: 14rem;
  }

  .twelvehundred\:pt-64{
    padding-top: 16rem;
  }

  .twelvehundred\:pr-64{
    padding-right: 16rem;
  }

  .twelvehundred\:pb-64{
    padding-bottom: 16rem;
  }

  .twelvehundred\:pl-64{
    padding-left: 16rem;
  }

  .twelvehundred\:pt-72{
    padding-top: 18rem;
  }

  .twelvehundred\:pr-72{
    padding-right: 18rem;
  }

  .twelvehundred\:pb-72{
    padding-bottom: 18rem;
  }

  .twelvehundred\:pl-72{
    padding-left: 18rem;
  }

  .twelvehundred\:pt-80{
    padding-top: 20rem;
  }

  .twelvehundred\:pr-80{
    padding-right: 20rem;
  }

  .twelvehundred\:pb-80{
    padding-bottom: 20rem;
  }

  .twelvehundred\:pl-80{
    padding-left: 20rem;
  }

  .twelvehundred\:pt-88{
    padding-top: 22rem;
  }

  .twelvehundred\:pr-88{
    padding-right: 22rem;
  }

  .twelvehundred\:pb-88{
    padding-bottom: 22rem;
  }

  .twelvehundred\:pl-88{
    padding-left: 22rem;
  }

  .twelvehundred\:pt-96{
    padding-top: 24rem;
  }

  .twelvehundred\:pr-96{
    padding-right: 24rem;
  }

  .twelvehundred\:pb-96{
    padding-bottom: 24rem;
  }

  .twelvehundred\:pl-96{
    padding-left: 24rem;
  }

  .twelvehundred\:pt-104{
    padding-top: 26rem;
  }

  .twelvehundred\:pr-104{
    padding-right: 26rem;
  }

  .twelvehundred\:pb-104{
    padding-bottom: 26rem;
  }

  .twelvehundred\:pl-104{
    padding-left: 26rem;
  }

  .twelvehundred\:pt-112{
    padding-top: 28rem;
  }

  .twelvehundred\:pr-112{
    padding-right: 28rem;
  }

  .twelvehundred\:pb-112{
    padding-bottom: 28rem;
  }

  .twelvehundred\:pl-112{
    padding-left: 28rem;
  }

  .twelvehundred\:pt-128{
    padding-top: 30rem;
  }

  .twelvehundred\:pr-128{
    padding-right: 30rem;
  }

  .twelvehundred\:pb-128{
    padding-bottom: 30rem;
  }

  .twelvehundred\:pl-128{
    padding-left: 30rem;
  }

  .twelvehundred\:pt-144{
    padding-top: 34rem;
  }

  .twelvehundred\:pr-144{
    padding-right: 34rem;
  }

  .twelvehundred\:pb-144{
    padding-bottom: 34rem;
  }

  .twelvehundred\:pl-144{
    padding-left: 34rem;
  }

  .twelvehundred\:pt-160{
    padding-top: 38rem;
  }

  .twelvehundred\:pr-160{
    padding-right: 38rem;
  }

  .twelvehundred\:pb-160{
    padding-bottom: 38rem;
  }

  .twelvehundred\:pl-160{
    padding-left: 38rem;
  }

  .twelvehundred\:pt-176{
    padding-top: 42rem;
  }

  .twelvehundred\:pr-176{
    padding-right: 42rem;
  }

  .twelvehundred\:pb-176{
    padding-bottom: 42rem;
  }

  .twelvehundred\:pl-176{
    padding-left: 42rem;
  }

  .twelvehundred\:pt-192{
    padding-top: 46rem;
  }

  .twelvehundred\:pr-192{
    padding-right: 46rem;
  }

  .twelvehundred\:pb-192{
    padding-bottom: 46rem;
  }

  .twelvehundred\:pl-192{
    padding-left: 46rem;
  }

  .twelvehundred\:pt-208{
    padding-top: 50rem;
  }

  .twelvehundred\:pr-208{
    padding-right: 50rem;
  }

  .twelvehundred\:pb-208{
    padding-bottom: 50rem;
  }

  .twelvehundred\:pl-208{
    padding-left: 50rem;
  }

  .twelvehundred\:pt-224{
    padding-top: 54rem;
  }

  .twelvehundred\:pr-224{
    padding-right: 54rem;
  }

  .twelvehundred\:pb-224{
    padding-bottom: 54rem;
  }

  .twelvehundred\:pl-224{
    padding-left: 54rem;
  }

  .twelvehundred\:pt-240{
    padding-top: 58rem;
  }

  .twelvehundred\:pr-240{
    padding-right: 58rem;
  }

  .twelvehundred\:pb-240{
    padding-bottom: 58rem;
  }

  .twelvehundred\:pl-240{
    padding-left: 58rem;
  }

  .twelvehundred\:pt-256{
    padding-top: 62rem;
  }

  .twelvehundred\:pr-256{
    padding-right: 62rem;
  }

  .twelvehundred\:pb-256{
    padding-bottom: 62rem;
  }

  .twelvehundred\:pl-256{
    padding-left: 62rem;
  }

  .twelvehundred\:pt-px{
    padding-top: 1px;
  }

  .twelvehundred\:pr-px{
    padding-right: 1px;
  }

  .twelvehundred\:pb-px{
    padding-bottom: 1px;
  }

  .twelvehundred\:pl-px{
    padding-left: 1px;
  }

  .twelvehundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .twelvehundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .twelvehundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .twelvehundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .twelvehundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .twelvehundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .twelvehundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .twelvehundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .twelvehundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .twelvehundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .twelvehundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .twelvehundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .twelvehundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twelvehundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .twelvehundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twelvehundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twelvehundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twelvehundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twelvehundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twelvehundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .twelvehundred\:pointer-events-none{
    pointer-events: none;
  }

  .twelvehundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .twelvehundred\:static{
    position: static;
  }

  .twelvehundred\:fixed{
    position: fixed;
  }

  .twelvehundred\:absolute{
    position: absolute;
  }

  .twelvehundred\:relative{
    position: relative;
  }

  .twelvehundred\:sticky{
    position: sticky;
  }

  .twelvehundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .twelvehundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .twelvehundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .twelvehundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .twelvehundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .twelvehundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .twelvehundred\:top-0{
    top: 0;
  }

  .twelvehundred\:right-0{
    right: 0;
  }

  .twelvehundred\:bottom-0{
    bottom: 0;
  }

  .twelvehundred\:left-0{
    left: 0;
  }

  .twelvehundred\:top-auto{
    top: auto;
  }

  .twelvehundred\:right-auto{
    right: auto;
  }

  .twelvehundred\:bottom-auto{
    bottom: auto;
  }

  .twelvehundred\:left-auto{
    left: auto;
  }

  .twelvehundred\:resize-none{
    resize: none;
  }

  .twelvehundred\:resize-y{
    resize: vertical;
  }

  .twelvehundred\:resize-x{
    resize: horizontal;
  }

  .twelvehundred\:resize{
    resize: both;
  }

  .twelvehundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twelvehundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twelvehundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:shadow-none{
    box-shadow: none;
  }

  .twelvehundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twelvehundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twelvehundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .twelvehundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twelvehundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twelvehundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twelvehundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twelvehundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .twelvehundred\:fill-current{
    fill: currentColor;
  }

  .twelvehundred\:stroke-current{
    stroke: currentColor;
  }

  .twelvehundred\:stroke-0{
    stroke-width: 0;
  }

  .twelvehundred\:stroke-1{
    stroke-width: 1;
  }

  .twelvehundred\:stroke-2{
    stroke-width: 2;
  }

  .twelvehundred\:table-auto{
    table-layout: auto;
  }

  .twelvehundred\:table-fixed{
    table-layout: fixed;
  }

  .twelvehundred\:text-left{
    text-align: left;
  }

  .twelvehundred\:text-center{
    text-align: center;
  }

  .twelvehundred\:text-right{
    text-align: right;
  }

  .twelvehundred\:text-justify{
    text-align: justify;
  }

  .twelvehundred\:text-transparent{
    color: transparent;
  }

  .twelvehundred\:text-current{
    color: currentColor;
  }

  .twelvehundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twelvehundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twelvehundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twelvehundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twelvehundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twelvehundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twelvehundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twelvehundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twelvehundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twelvehundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twelvehundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twelvehundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twelvehundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twelvehundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twelvehundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twelvehundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twelvehundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twelvehundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twelvehundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twelvehundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twelvehundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twelvehundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twelvehundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twelvehundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twelvehundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twelvehundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twelvehundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twelvehundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twelvehundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twelvehundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twelvehundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twelvehundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twelvehundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twelvehundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twelvehundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twelvehundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twelvehundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twelvehundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twelvehundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twelvehundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twelvehundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twelvehundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twelvehundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twelvehundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twelvehundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twelvehundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twelvehundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twelvehundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twelvehundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twelvehundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twelvehundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twelvehundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twelvehundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twelvehundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twelvehundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twelvehundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twelvehundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twelvehundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twelvehundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twelvehundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twelvehundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twelvehundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twelvehundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twelvehundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twelvehundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twelvehundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twelvehundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twelvehundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twelvehundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twelvehundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twelvehundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twelvehundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twelvehundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twelvehundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .twelvehundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .twelvehundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twelvehundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .twelvehundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .twelvehundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twelvehundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .twelvehundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .twelvehundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .twelvehundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twelvehundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .twelvehundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .twelvehundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .twelvehundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .twelvehundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .twelvehundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .twelvehundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .twelvehundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .twelvehundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .twelvehundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .twelvehundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .twelvehundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .twelvehundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .twelvehundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .twelvehundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .twelvehundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .twelvehundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .twelvehundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .twelvehundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .twelvehundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .twelvehundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .twelvehundred\:italic{
    font-style: italic;
  }

  .twelvehundred\:not-italic{
    font-style: normal;
  }

  .twelvehundred\:uppercase{
    text-transform: uppercase;
  }

  .twelvehundred\:lowercase{
    text-transform: lowercase;
  }

  .twelvehundred\:capitalize{
    text-transform: capitalize;
  }

  .twelvehundred\:normal-case{
    text-transform: none;
  }

  .twelvehundred\:underline{
    text-decoration: underline;
  }

  .twelvehundred\:line-through{
    text-decoration: line-through;
  }

  .twelvehundred\:no-underline{
    text-decoration: none;
  }

  .twelvehundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .twelvehundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .twelvehundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .twelvehundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .twelvehundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .twelvehundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .twelvehundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .twelvehundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .twelvehundred\:ordinal, .twelvehundred\:slashed-zero, .twelvehundred\:lining-nums, .twelvehundred\:oldstyle-nums, .twelvehundred\:proportional-nums, .twelvehundred\:tabular-nums, .twelvehundred\:diagonal-fractions, .twelvehundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .twelvehundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .twelvehundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .twelvehundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .twelvehundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .twelvehundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .twelvehundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .twelvehundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .twelvehundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .twelvehundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .twelvehundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .twelvehundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .twelvehundred\:tracking-normal{
    letter-spacing: 0;
  }

  .twelvehundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .twelvehundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .twelvehundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .twelvehundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .twelvehundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .twelvehundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .twelvehundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .twelvehundred\:align-baseline{
    vertical-align: baseline;
  }

  .twelvehundred\:align-top{
    vertical-align: top;
  }

  .twelvehundred\:align-middle{
    vertical-align: middle;
  }

  .twelvehundred\:align-bottom{
    vertical-align: bottom;
  }

  .twelvehundred\:align-text-top{
    vertical-align: text-top;
  }

  .twelvehundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .twelvehundred\:visible{
    visibility: visible;
  }

  .twelvehundred\:invisible{
    visibility: hidden;
  }

  .twelvehundred\:whitespace-normal{
    white-space: normal;
  }

  .twelvehundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .twelvehundred\:whitespace-pre{
    white-space: pre;
  }

  .twelvehundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .twelvehundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .twelvehundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .twelvehundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .twelvehundred\:break-all{
    word-break: break-all;
  }

  .twelvehundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .twelvehundred\:w-0{
    width: 0;
  }

  .twelvehundred\:w-1{
    width: 0.25rem;
  }

  .twelvehundred\:w-2{
    width: 0.5rem;
  }

  .twelvehundred\:w-3{
    width: 0.75rem;
  }

  .twelvehundred\:w-4{
    width: 1rem;
  }

  .twelvehundred\:w-5{
    width: 1.25rem;
  }

  .twelvehundred\:w-6{
    width: 1.5rem;
  }

  .twelvehundred\:w-8{
    width: 2rem;
  }

  .twelvehundred\:w-10{
    width: 2.5rem;
  }

  .twelvehundred\:w-12{
    width: 3rem;
  }

  .twelvehundred\:w-16{
    width: 4rem;
  }

  .twelvehundred\:w-20{
    width: 5rem;
  }

  .twelvehundred\:w-24{
    width: 6rem;
  }

  .twelvehundred\:w-32{
    width: 8rem;
  }

  .twelvehundred\:w-40{
    width: 10rem;
  }

  .twelvehundred\:w-48{
    width: 12rem;
  }

  .twelvehundred\:w-56{
    width: 14rem;
  }

  .twelvehundred\:w-64{
    width: 16rem;
  }

  .twelvehundred\:w-72{
    width: 18rem;
  }

  .twelvehundred\:w-80{
    width: 20rem;
  }

  .twelvehundred\:w-88{
    width: 22rem;
  }

  .twelvehundred\:w-96{
    width: 24rem;
  }

  .twelvehundred\:w-104{
    width: 26rem;
  }

  .twelvehundred\:w-112{
    width: 28rem;
  }

  .twelvehundred\:w-128{
    width: 30rem;
  }

  .twelvehundred\:w-144{
    width: 34rem;
  }

  .twelvehundred\:w-160{
    width: 38rem;
  }

  .twelvehundred\:w-176{
    width: 42rem;
  }

  .twelvehundred\:w-192{
    width: 46rem;
  }

  .twelvehundred\:w-208{
    width: 50rem;
  }

  .twelvehundred\:w-224{
    width: 54rem;
  }

  .twelvehundred\:w-240{
    width: 58rem;
  }

  .twelvehundred\:w-256{
    width: 62rem;
  }

  .twelvehundred\:w-auto{
    width: auto;
  }

  .twelvehundred\:w-px{
    width: 1px;
  }

  .twelvehundred\:w-1\/2{
    width: 50%;
  }

  .twelvehundred\:w-1\/3{
    width: 33.333333%;
  }

  .twelvehundred\:w-2\/3{
    width: 66.666667%;
  }

  .twelvehundred\:w-1\/4{
    width: 25%;
  }

  .twelvehundred\:w-2\/4{
    width: 50%;
  }

  .twelvehundred\:w-3\/4{
    width: 75%;
  }

  .twelvehundred\:w-1\/5{
    width: 20%;
  }

  .twelvehundred\:w-2\/5{
    width: 40%;
  }

  .twelvehundred\:w-3\/5{
    width: 60%;
  }

  .twelvehundred\:w-4\/5{
    width: 80%;
  }

  .twelvehundred\:w-1\/6{
    width: 16.666667%;
  }

  .twelvehundred\:w-2\/6{
    width: 33.333333%;
  }

  .twelvehundred\:w-3\/6{
    width: 50%;
  }

  .twelvehundred\:w-4\/6{
    width: 66.666667%;
  }

  .twelvehundred\:w-5\/6{
    width: 83.333333%;
  }

  .twelvehundred\:w-1\/12{
    width: 8.333333%;
  }

  .twelvehundred\:w-2\/12{
    width: 16.666667%;
  }

  .twelvehundred\:w-3\/12{
    width: 25%;
  }

  .twelvehundred\:w-4\/12{
    width: 33.333333%;
  }

  .twelvehundred\:w-5\/12{
    width: 41.666667%;
  }

  .twelvehundred\:w-6\/12{
    width: 50%;
  }

  .twelvehundred\:w-7\/12{
    width: 58.333333%;
  }

  .twelvehundred\:w-8\/12{
    width: 66.666667%;
  }

  .twelvehundred\:w-9\/12{
    width: 75%;
  }

  .twelvehundred\:w-10\/12{
    width: 83.333333%;
  }

  .twelvehundred\:w-11\/12{
    width: 91.666667%;
  }

  .twelvehundred\:w-full{
    width: 100%;
  }

  .twelvehundred\:w-screen{
    width: 100vw;
  }

  .twelvehundred\:z-0{
    z-index: 0;
  }

  .twelvehundred\:z-10{
    z-index: 10;
  }

  .twelvehundred\:z-20{
    z-index: 20;
  }

  .twelvehundred\:z-30{
    z-index: 30;
  }

  .twelvehundred\:z-40{
    z-index: 40;
  }

  .twelvehundred\:z-50{
    z-index: 50;
  }

  .twelvehundred\:z-auto{
    z-index: auto;
  }

  .twelvehundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .twelvehundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .twelvehundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .twelvehundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .twelvehundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .twelvehundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .twelvehundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .twelvehundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .twelvehundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .twelvehundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .twelvehundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .twelvehundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .twelvehundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .twelvehundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .twelvehundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .twelvehundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .twelvehundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .twelvehundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .twelvehundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .twelvehundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .twelvehundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .twelvehundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .twelvehundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .twelvehundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .twelvehundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .twelvehundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .twelvehundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .twelvehundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .twelvehundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .twelvehundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .twelvehundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .twelvehundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .twelvehundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .twelvehundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .twelvehundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twelvehundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twelvehundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twelvehundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twelvehundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twelvehundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twelvehundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twelvehundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twelvehundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twelvehundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twelvehundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twelvehundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twelvehundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twelvehundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twelvehundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twelvehundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twelvehundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twelvehundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twelvehundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twelvehundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twelvehundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twelvehundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twelvehundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twelvehundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twelvehundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twelvehundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twelvehundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twelvehundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twelvehundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twelvehundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twelvehundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twelvehundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twelvehundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twelvehundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twelvehundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twelvehundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twelvehundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twelvehundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twelvehundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twelvehundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twelvehundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twelvehundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twelvehundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twelvehundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twelvehundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twelvehundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twelvehundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twelvehundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twelvehundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twelvehundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twelvehundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twelvehundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twelvehundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twelvehundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twelvehundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twelvehundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twelvehundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twelvehundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twelvehundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twelvehundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twelvehundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twelvehundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twelvehundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twelvehundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twelvehundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twelvehundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twelvehundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twelvehundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twelvehundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twelvehundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twelvehundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twelvehundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twelvehundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twelvehundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twelvehundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twelvehundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twelvehundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twelvehundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twelvehundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twelvehundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twelvehundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twelvehundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twelvehundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twelvehundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twelvehundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twelvehundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twelvehundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twelvehundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twelvehundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twelvehundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twelvehundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twelvehundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twelvehundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twelvehundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twelvehundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twelvehundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twelvehundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twelvehundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twelvehundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twelvehundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twelvehundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twelvehundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twelvehundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twelvehundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twelvehundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twelvehundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twelvehundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twelvehundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twelvehundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twelvehundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twelvehundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twelvehundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twelvehundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twelvehundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twelvehundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twelvehundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twelvehundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twelvehundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twelvehundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twelvehundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twelvehundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twelvehundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twelvehundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twelvehundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twelvehundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twelvehundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twelvehundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twelvehundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twelvehundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twelvehundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twelvehundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twelvehundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twelvehundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twelvehundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twelvehundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twelvehundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twelvehundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .twelvehundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .twelvehundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .twelvehundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .twelvehundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .twelvehundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .twelvehundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .twelvehundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .twelvehundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .twelvehundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .twelvehundred\:col-auto{
    grid-column: auto;
  }

  .twelvehundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .twelvehundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .twelvehundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .twelvehundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .twelvehundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .twelvehundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .twelvehundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .twelvehundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .twelvehundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .twelvehundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .twelvehundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .twelvehundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .twelvehundred\:col-start-1{
    grid-column-start: 1;
  }

  .twelvehundred\:col-start-2{
    grid-column-start: 2;
  }

  .twelvehundred\:col-start-3{
    grid-column-start: 3;
  }

  .twelvehundred\:col-start-4{
    grid-column-start: 4;
  }

  .twelvehundred\:col-start-5{
    grid-column-start: 5;
  }

  .twelvehundred\:col-start-6{
    grid-column-start: 6;
  }

  .twelvehundred\:col-start-7{
    grid-column-start: 7;
  }

  .twelvehundred\:col-start-8{
    grid-column-start: 8;
  }

  .twelvehundred\:col-start-9{
    grid-column-start: 9;
  }

  .twelvehundred\:col-start-10{
    grid-column-start: 10;
  }

  .twelvehundred\:col-start-11{
    grid-column-start: 11;
  }

  .twelvehundred\:col-start-12{
    grid-column-start: 12;
  }

  .twelvehundred\:col-start-13{
    grid-column-start: 13;
  }

  .twelvehundred\:col-start-auto{
    grid-column-start: auto;
  }

  .twelvehundred\:col-end-1{
    grid-column-end: 1;
  }

  .twelvehundred\:col-end-2{
    grid-column-end: 2;
  }

  .twelvehundred\:col-end-3{
    grid-column-end: 3;
  }

  .twelvehundred\:col-end-4{
    grid-column-end: 4;
  }

  .twelvehundred\:col-end-5{
    grid-column-end: 5;
  }

  .twelvehundred\:col-end-6{
    grid-column-end: 6;
  }

  .twelvehundred\:col-end-7{
    grid-column-end: 7;
  }

  .twelvehundred\:col-end-8{
    grid-column-end: 8;
  }

  .twelvehundred\:col-end-9{
    grid-column-end: 9;
  }

  .twelvehundred\:col-end-10{
    grid-column-end: 10;
  }

  .twelvehundred\:col-end-11{
    grid-column-end: 11;
  }

  .twelvehundred\:col-end-12{
    grid-column-end: 12;
  }

  .twelvehundred\:col-end-13{
    grid-column-end: 13;
  }

  .twelvehundred\:col-end-auto{
    grid-column-end: auto;
  }

  .twelvehundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .twelvehundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .twelvehundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .twelvehundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .twelvehundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .twelvehundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .twelvehundred\:row-auto{
    grid-row: auto;
  }

  .twelvehundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .twelvehundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .twelvehundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .twelvehundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .twelvehundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .twelvehundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .twelvehundred\:row-start-1{
    grid-row-start: 1;
  }

  .twelvehundred\:row-start-2{
    grid-row-start: 2;
  }

  .twelvehundred\:row-start-3{
    grid-row-start: 3;
  }

  .twelvehundred\:row-start-4{
    grid-row-start: 4;
  }

  .twelvehundred\:row-start-5{
    grid-row-start: 5;
  }

  .twelvehundred\:row-start-6{
    grid-row-start: 6;
  }

  .twelvehundred\:row-start-7{
    grid-row-start: 7;
  }

  .twelvehundred\:row-start-auto{
    grid-row-start: auto;
  }

  .twelvehundred\:row-end-1{
    grid-row-end: 1;
  }

  .twelvehundred\:row-end-2{
    grid-row-end: 2;
  }

  .twelvehundred\:row-end-3{
    grid-row-end: 3;
  }

  .twelvehundred\:row-end-4{
    grid-row-end: 4;
  }

  .twelvehundred\:row-end-5{
    grid-row-end: 5;
  }

  .twelvehundred\:row-end-6{
    grid-row-end: 6;
  }

  .twelvehundred\:row-end-7{
    grid-row-end: 7;
  }

  .twelvehundred\:row-end-auto{
    grid-row-end: auto;
  }

  .twelvehundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .twelvehundred\:transform-none{
    transform: none;
  }

  .twelvehundred\:origin-center{
    transform-origin: center;
  }

  .twelvehundred\:origin-top{
    transform-origin: top;
  }

  .twelvehundred\:origin-top-right{
    transform-origin: top right;
  }

  .twelvehundred\:origin-right{
    transform-origin: right;
  }

  .twelvehundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .twelvehundred\:origin-bottom{
    transform-origin: bottom;
  }

  .twelvehundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .twelvehundred\:origin-left{
    transform-origin: left;
  }

  .twelvehundred\:origin-top-left{
    transform-origin: top left;
  }

  .twelvehundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twelvehundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twelvehundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twelvehundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twelvehundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twelvehundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twelvehundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .twelvehundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .twelvehundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .twelvehundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .twelvehundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .twelvehundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .twelvehundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .twelvehundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .twelvehundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .twelvehundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .twelvehundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .twelvehundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .twelvehundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .twelvehundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .twelvehundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .twelvehundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .twelvehundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twelvehundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twelvehundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twelvehundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twelvehundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twelvehundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twelvehundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .twelvehundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .twelvehundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .twelvehundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .twelvehundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .twelvehundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .twelvehundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .twelvehundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .twelvehundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .twelvehundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .twelvehundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .twelvehundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .twelvehundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .twelvehundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .twelvehundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .twelvehundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .twelvehundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twelvehundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twelvehundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twelvehundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twelvehundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twelvehundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twelvehundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .twelvehundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .twelvehundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .twelvehundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .twelvehundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .twelvehundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .twelvehundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .twelvehundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .twelvehundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .twelvehundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .twelvehundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .twelvehundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .twelvehundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .twelvehundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .twelvehundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .twelvehundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .twelvehundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .twelvehundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .twelvehundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .twelvehundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .twelvehundred\:rotate-0{
    --transform-rotate: 0;
  }

  .twelvehundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .twelvehundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .twelvehundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .twelvehundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .twelvehundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .twelvehundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .twelvehundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .twelvehundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .twelvehundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .twelvehundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .twelvehundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .twelvehundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .twelvehundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .twelvehundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .twelvehundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .twelvehundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .twelvehundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .twelvehundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .twelvehundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .twelvehundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .twelvehundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .twelvehundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .twelvehundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .twelvehundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .twelvehundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .twelvehundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .twelvehundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .twelvehundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .twelvehundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .twelvehundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .twelvehundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .twelvehundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .twelvehundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .twelvehundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .twelvehundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .twelvehundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .twelvehundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .twelvehundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .twelvehundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .twelvehundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .twelvehundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .twelvehundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .twelvehundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .twelvehundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .twelvehundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .twelvehundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .twelvehundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .twelvehundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .twelvehundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .twelvehundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .twelvehundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .twelvehundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .twelvehundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .twelvehundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .twelvehundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .twelvehundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .twelvehundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .twelvehundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .twelvehundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .twelvehundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .twelvehundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .twelvehundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .twelvehundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .twelvehundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .twelvehundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .twelvehundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .twelvehundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .twelvehundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .twelvehundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .twelvehundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .twelvehundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .twelvehundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .twelvehundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .twelvehundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .twelvehundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .twelvehundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .twelvehundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .twelvehundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .twelvehundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .twelvehundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .twelvehundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .twelvehundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .twelvehundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .twelvehundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .twelvehundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .twelvehundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .twelvehundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .twelvehundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .twelvehundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .twelvehundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .twelvehundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .twelvehundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .twelvehundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .twelvehundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .twelvehundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .twelvehundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .twelvehundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .twelvehundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .twelvehundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .twelvehundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .twelvehundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .twelvehundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .twelvehundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .twelvehundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .twelvehundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .twelvehundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .twelvehundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .twelvehundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .twelvehundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .twelvehundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .twelvehundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .twelvehundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .twelvehundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .twelvehundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .twelvehundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .twelvehundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .twelvehundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .twelvehundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .twelvehundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .twelvehundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .twelvehundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .twelvehundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .twelvehundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .twelvehundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .twelvehundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .twelvehundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .twelvehundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .twelvehundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .twelvehundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .twelvehundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .twelvehundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .twelvehundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .twelvehundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .twelvehundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .twelvehundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .twelvehundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .twelvehundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .twelvehundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .twelvehundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .twelvehundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .twelvehundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .twelvehundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .twelvehundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .twelvehundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .twelvehundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .twelvehundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .twelvehundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .twelvehundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .twelvehundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .twelvehundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .twelvehundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .twelvehundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .twelvehundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .twelvehundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .twelvehundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .twelvehundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .twelvehundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .twelvehundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .twelvehundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .twelvehundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .twelvehundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .twelvehundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .twelvehundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .twelvehundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .twelvehundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .twelvehundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .twelvehundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .twelvehundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .twelvehundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .twelvehundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .twelvehundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .twelvehundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .twelvehundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .twelvehundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .twelvehundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .twelvehundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .twelvehundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .twelvehundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .twelvehundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .twelvehundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .twelvehundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .twelvehundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .twelvehundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .twelvehundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .twelvehundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .twelvehundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .twelvehundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .twelvehundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .twelvehundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .twelvehundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .twelvehundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .twelvehundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .twelvehundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .twelvehundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .twelvehundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .twelvehundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .twelvehundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .twelvehundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .twelvehundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .twelvehundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .twelvehundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .twelvehundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .twelvehundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .twelvehundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .twelvehundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .twelvehundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .twelvehundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .twelvehundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .twelvehundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .twelvehundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .twelvehundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .twelvehundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .twelvehundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .twelvehundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .twelvehundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .twelvehundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .twelvehundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .twelvehundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .twelvehundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .twelvehundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .twelvehundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .twelvehundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .twelvehundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .twelvehundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .twelvehundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .twelvehundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .twelvehundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .twelvehundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .twelvehundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .twelvehundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .twelvehundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .twelvehundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .twelvehundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .twelvehundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .twelvehundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .twelvehundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .twelvehundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .twelvehundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .twelvehundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .twelvehundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .twelvehundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .twelvehundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .twelvehundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .twelvehundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .twelvehundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .twelvehundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .twelvehundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .twelvehundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .twelvehundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .twelvehundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .twelvehundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .twelvehundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .twelvehundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .twelvehundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .twelvehundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .twelvehundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .twelvehundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .twelvehundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .twelvehundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .twelvehundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .twelvehundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .twelvehundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .twelvehundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .twelvehundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .twelvehundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .twelvehundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .twelvehundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .twelvehundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .twelvehundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .twelvehundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .twelvehundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .twelvehundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .twelvehundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .twelvehundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .twelvehundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .twelvehundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .twelvehundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .twelvehundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .twelvehundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .twelvehundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .twelvehundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .twelvehundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .twelvehundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .twelvehundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .twelvehundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .twelvehundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .twelvehundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .twelvehundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .twelvehundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .twelvehundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .twelvehundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .twelvehundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .twelvehundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .twelvehundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .twelvehundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .twelvehundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .twelvehundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .twelvehundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .twelvehundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .twelvehundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .twelvehundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .twelvehundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .twelvehundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .twelvehundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .twelvehundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .twelvehundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .twelvehundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .twelvehundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .twelvehundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .twelvehundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .twelvehundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .twelvehundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .twelvehundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .twelvehundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .twelvehundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .twelvehundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .twelvehundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .twelvehundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .twelvehundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .twelvehundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .twelvehundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .twelvehundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .twelvehundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .twelvehundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .twelvehundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .twelvehundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .twelvehundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .twelvehundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .twelvehundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .twelvehundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .twelvehundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .twelvehundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .twelvehundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .twelvehundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .twelvehundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .twelvehundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .twelvehundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .twelvehundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .twelvehundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .twelvehundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .twelvehundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .twelvehundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .twelvehundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .twelvehundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .twelvehundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .twelvehundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .twelvehundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .twelvehundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .twelvehundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .twelvehundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .twelvehundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .twelvehundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .twelvehundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .twelvehundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .twelvehundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .twelvehundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .twelvehundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .twelvehundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .twelvehundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .twelvehundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .twelvehundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .twelvehundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .twelvehundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .twelvehundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .twelvehundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .twelvehundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .twelvehundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .twelvehundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .twelvehundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .twelvehundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .twelvehundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .twelvehundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .twelvehundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .twelvehundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .twelvehundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .twelvehundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .twelvehundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .twelvehundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .twelvehundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .twelvehundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .twelvehundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .twelvehundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .twelvehundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .twelvehundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .twelvehundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .twelvehundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .twelvehundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .twelvehundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .twelvehundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .twelvehundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .twelvehundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .twelvehundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .twelvehundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .twelvehundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .twelvehundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .twelvehundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .twelvehundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .twelvehundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .twelvehundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .twelvehundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .twelvehundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .twelvehundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .twelvehundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .twelvehundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .twelvehundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .twelvehundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .twelvehundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .twelvehundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .twelvehundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .twelvehundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .twelvehundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .twelvehundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .twelvehundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .twelvehundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .twelvehundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .twelvehundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .twelvehundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .twelvehundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .twelvehundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .twelvehundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .twelvehundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .twelvehundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .twelvehundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .twelvehundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .twelvehundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .twelvehundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .twelvehundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .twelvehundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .twelvehundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .twelvehundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .twelvehundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .twelvehundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .twelvehundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .twelvehundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .twelvehundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .twelvehundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .twelvehundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .twelvehundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .twelvehundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .twelvehundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .twelvehundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .twelvehundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .twelvehundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .twelvehundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .twelvehundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .twelvehundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .twelvehundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .twelvehundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .twelvehundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .twelvehundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .twelvehundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .twelvehundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .twelvehundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .twelvehundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .twelvehundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .twelvehundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .twelvehundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .twelvehundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .twelvehundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .twelvehundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .twelvehundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .twelvehundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .twelvehundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .twelvehundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .twelvehundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .twelvehundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .twelvehundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .twelvehundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .twelvehundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .twelvehundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .twelvehundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .twelvehundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .twelvehundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .twelvehundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .twelvehundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .twelvehundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .twelvehundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .twelvehundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .twelvehundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .twelvehundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .twelvehundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .twelvehundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .twelvehundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .twelvehundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .twelvehundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .twelvehundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .twelvehundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .twelvehundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .twelvehundred\:transition-none{
    transition-property: none;
  }

  .twelvehundred\:transition-all{
    transition-property: all;
  }

  .twelvehundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .twelvehundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .twelvehundred\:transition-opacity{
    transition-property: opacity;
  }

  .twelvehundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .twelvehundred\:transition-transform{
    transition-property: transform;
  }

  .twelvehundred\:ease-linear{
    transition-timing-function: linear;
  }

  .twelvehundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .twelvehundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .twelvehundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .twelvehundred\:duration-75{
    transition-duration: 75ms;
  }

  .twelvehundred\:duration-100{
    transition-duration: 100ms;
  }

  .twelvehundred\:duration-150{
    transition-duration: 150ms;
  }

  .twelvehundred\:duration-200{
    transition-duration: 200ms;
  }

  .twelvehundred\:duration-300{
    transition-duration: 300ms;
  }

  .twelvehundred\:duration-500{
    transition-duration: 500ms;
  }

  .twelvehundred\:duration-700{
    transition-duration: 700ms;
  }

  .twelvehundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .twelvehundred\:delay-75{
    transition-delay: 75ms;
  }

  .twelvehundred\:delay-100{
    transition-delay: 100ms;
  }

  .twelvehundred\:delay-150{
    transition-delay: 150ms;
  }

  .twelvehundred\:delay-200{
    transition-delay: 200ms;
  }

  .twelvehundred\:delay-300{
    transition-delay: 300ms;
  }

  .twelvehundred\:delay-500{
    transition-delay: 500ms;
  }

  .twelvehundred\:delay-700{
    transition-delay: 700ms;
  }

  .twelvehundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .twelvehundred\:animate-none{
    animation: none;
  }

  .twelvehundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .twelvehundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .twelvehundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .twelvehundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1300px){
  .thirteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .thirteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .thirteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .thirteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .thirteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .thirteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .thirteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .thirteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .thirteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .thirteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .thirteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .thirteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .thirteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .thirteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .thirteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .thirteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .thirteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .thirteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .thirteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .thirteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .thirteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .thirteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .thirteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .thirteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .thirteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .thirteenhundred\:container{
      max-width: 2000px;
    }
  }

  .thirteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .thirteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .thirteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .thirteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .thirteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .thirteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .thirteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .thirteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .thirteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .thirteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .thirteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .thirteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .thirteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .thirteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .thirteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .thirteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .thirteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .thirteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .thirteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .thirteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .thirteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .thirteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .thirteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .thirteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .thirteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .thirteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .thirteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .thirteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .thirteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .thirteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .thirteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .thirteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .thirteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .thirteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .thirteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .thirteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .thirteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .thirteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .thirteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .thirteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .thirteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .thirteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .thirteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .thirteenhundred\:bg-local{
    background-attachment: local;
  }

  .thirteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .thirteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .thirteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .thirteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .thirteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .thirteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .thirteenhundred\:bg-current{
    background-color: currentColor;
  }

  .thirteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .thirteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .thirteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .thirteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .thirteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundred\:bg-none{
    background-image: none;
  }

  .thirteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .thirteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .thirteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .thirteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .thirteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .thirteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .thirteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .thirteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .thirteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .thirteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .thirteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .thirteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .thirteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .thirteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .thirteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .thirteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .thirteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .thirteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .thirteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .thirteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .thirteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .thirteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .thirteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .thirteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .thirteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .thirteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .thirteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .thirteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .thirteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .thirteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .thirteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .thirteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .thirteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .thirteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .thirteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .thirteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .thirteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .thirteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .thirteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .thirteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .thirteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .thirteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .thirteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .thirteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .thirteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .thirteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .thirteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .thirteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .thirteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .thirteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .thirteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .thirteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .thirteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .thirteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .thirteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .thirteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .thirteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .thirteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .thirteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .thirteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .thirteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .thirteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .thirteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .thirteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .thirteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .thirteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .thirteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .thirteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .thirteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .thirteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .thirteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .thirteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .thirteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .thirteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .thirteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .thirteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .thirteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .thirteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .thirteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .thirteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .thirteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .thirteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .thirteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .thirteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .thirteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .thirteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .thirteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .thirteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .thirteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .thirteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .thirteenhundred\:bg-center{
    background-position: center;
  }

  .thirteenhundred\:bg-left{
    background-position: left;
  }

  .thirteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .thirteenhundred\:bg-left-top{
    background-position: left top;
  }

  .thirteenhundred\:bg-right{
    background-position: right;
  }

  .thirteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .thirteenhundred\:bg-right-top{
    background-position: right top;
  }

  .thirteenhundred\:bg-top{
    background-position: top;
  }

  .thirteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .thirteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .thirteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .thirteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .thirteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .thirteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .thirteenhundred\:bg-auto{
    background-size: auto;
  }

  .thirteenhundred\:bg-cover{
    background-size: cover;
  }

  .thirteenhundred\:bg-contain{
    background-size: contain;
  }

  .thirteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .thirteenhundred\:border-separate{
    border-collapse: separate;
  }

  .thirteenhundred\:border-transparent{
    border-color: transparent;
  }

  .thirteenhundred\:border-current{
    border-color: currentColor;
  }

  .thirteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .thirteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .thirteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .thirteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .thirteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .thirteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .thirteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .thirteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .thirteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .thirteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .thirteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .thirteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .thirteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .thirteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .thirteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .thirteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .thirteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .thirteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .thirteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .thirteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .thirteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .thirteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .thirteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .thirteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .thirteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .thirteenhundred\:rounded-none{
    border-radius: 0;
  }

  .thirteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .thirteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .thirteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .thirteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .thirteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .thirteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .thirteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .thirteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .thirteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .thirteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .thirteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .thirteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .thirteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .thirteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .thirteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .thirteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .thirteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .thirteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .thirteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .thirteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .thirteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .thirteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundred\:border-solid{
    border-style: solid;
  }

  .thirteenhundred\:border-dashed{
    border-style: dashed;
  }

  .thirteenhundred\:border-dotted{
    border-style: dotted;
  }

  .thirteenhundred\:border-double{
    border-style: double;
  }

  .thirteenhundred\:border-none{
    border-style: none;
  }

  .thirteenhundred\:border-0{
    border-width: 0;
  }

  .thirteenhundred\:border-2{
    border-width: 2px;
  }

  .thirteenhundred\:border-4{
    border-width: 4px;
  }

  .thirteenhundred\:border-8{
    border-width: 8px;
  }

  .thirteenhundred\:border{
    border-width: 1px;
  }

  .thirteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .thirteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .thirteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .thirteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .thirteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .thirteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .thirteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .thirteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .thirteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .thirteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .thirteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .thirteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .thirteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .thirteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .thirteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .thirteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .thirteenhundred\:border-t{
    border-top-width: 1px;
  }

  .thirteenhundred\:border-r{
    border-right-width: 1px;
  }

  .thirteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .thirteenhundred\:border-l{
    border-left-width: 1px;
  }

  .thirteenhundred\:box-border{
    box-sizing: border-box;
  }

  .thirteenhundred\:box-content{
    box-sizing: content-box;
  }

  .thirteenhundred\:cursor-auto{
    cursor: auto;
  }

  .thirteenhundred\:cursor-default{
    cursor: default;
  }

  .thirteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .thirteenhundred\:cursor-wait{
    cursor: wait;
  }

  .thirteenhundred\:cursor-text{
    cursor: text;
  }

  .thirteenhundred\:cursor-move{
    cursor: move;
  }

  .thirteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .thirteenhundred\:block{
    display: block;
  }

  .thirteenhundred\:inline-block{
    display: inline-block;
  }

  .thirteenhundred\:inline{
    display: inline;
  }

  .thirteenhundred\:flex{
    display: flex;
  }

  .thirteenhundred\:inline-flex{
    display: inline-flex;
  }

  .thirteenhundred\:table{
    display: table;
  }

  .thirteenhundred\:table-caption{
    display: table-caption;
  }

  .thirteenhundred\:table-cell{
    display: table-cell;
  }

  .thirteenhundred\:table-column{
    display: table-column;
  }

  .thirteenhundred\:table-column-group{
    display: table-column-group;
  }

  .thirteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .thirteenhundred\:table-header-group{
    display: table-header-group;
  }

  .thirteenhundred\:table-row-group{
    display: table-row-group;
  }

  .thirteenhundred\:table-row{
    display: table-row;
  }

  .thirteenhundred\:flow-root{
    display: flow-root;
  }

  .thirteenhundred\:grid{
    display: grid;
  }

  .thirteenhundred\:inline-grid{
    display: inline-grid;
  }

  .thirteenhundred\:contents{
    display: contents;
  }

  .thirteenhundred\:hidden{
    display: none;
  }

  .thirteenhundred\:flex-row{
    flex-direction: row;
  }

  .thirteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .thirteenhundred\:flex-col{
    flex-direction: column;
  }

  .thirteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .thirteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .thirteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .thirteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .thirteenhundred\:place-items-auto{
    place-items: auto;
  }

  .thirteenhundred\:place-items-start{
    place-items: start;
  }

  .thirteenhundred\:place-items-end{
    place-items: end;
  }

  .thirteenhundred\:place-items-center{
    place-items: center;
  }

  .thirteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .thirteenhundred\:place-content-center{
    place-content: center;
  }

  .thirteenhundred\:place-content-start{
    place-content: start;
  }

  .thirteenhundred\:place-content-end{
    place-content: end;
  }

  .thirteenhundred\:place-content-between{
    place-content: space-between;
  }

  .thirteenhundred\:place-content-around{
    place-content: space-around;
  }

  .thirteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .thirteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .thirteenhundred\:place-self-auto{
    place-self: auto;
  }

  .thirteenhundred\:place-self-start{
    place-self: start;
  }

  .thirteenhundred\:place-self-end{
    place-self: end;
  }

  .thirteenhundred\:place-self-center{
    place-self: center;
  }

  .thirteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .thirteenhundred\:items-start{
    align-items: flex-start;
  }

  .thirteenhundred\:items-end{
    align-items: flex-end;
  }

  .thirteenhundred\:items-center{
    align-items: center;
  }

  .thirteenhundred\:items-baseline{
    align-items: baseline;
  }

  .thirteenhundred\:items-stretch{
    align-items: stretch;
  }

  .thirteenhundred\:content-center{
    align-content: center;
  }

  .thirteenhundred\:content-start{
    align-content: flex-start;
  }

  .thirteenhundred\:content-end{
    align-content: flex-end;
  }

  .thirteenhundred\:content-between{
    align-content: space-between;
  }

  .thirteenhundred\:content-around{
    align-content: space-around;
  }

  .thirteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .thirteenhundred\:self-auto{
    align-self: auto;
  }

  .thirteenhundred\:self-start{
    align-self: flex-start;
  }

  .thirteenhundred\:self-end{
    align-self: flex-end;
  }

  .thirteenhundred\:self-center{
    align-self: center;
  }

  .thirteenhundred\:self-stretch{
    align-self: stretch;
  }

  .thirteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .thirteenhundred\:justify-items-start{
    justify-items: start;
  }

  .thirteenhundred\:justify-items-end{
    justify-items: end;
  }

  .thirteenhundred\:justify-items-center{
    justify-items: center;
  }

  .thirteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .thirteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .thirteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .thirteenhundred\:justify-center{
    justify-content: center;
  }

  .thirteenhundred\:justify-between{
    justify-content: space-between;
  }

  .thirteenhundred\:justify-around{
    justify-content: space-around;
  }

  .thirteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .thirteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .thirteenhundred\:justify-self-start{
    justify-self: start;
  }

  .thirteenhundred\:justify-self-end{
    justify-self: end;
  }

  .thirteenhundred\:justify-self-center{
    justify-self: center;
  }

  .thirteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .thirteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .thirteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .thirteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .thirteenhundred\:flex-none{
    flex: none;
  }

  .thirteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .thirteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .thirteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .thirteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .thirteenhundred\:order-1{
    order: 1;
  }

  .thirteenhundred\:order-2{
    order: 2;
  }

  .thirteenhundred\:order-3{
    order: 3;
  }

  .thirteenhundred\:order-4{
    order: 4;
  }

  .thirteenhundred\:order-5{
    order: 5;
  }

  .thirteenhundred\:order-6{
    order: 6;
  }

  .thirteenhundred\:order-7{
    order: 7;
  }

  .thirteenhundred\:order-8{
    order: 8;
  }

  .thirteenhundred\:order-9{
    order: 9;
  }

  .thirteenhundred\:order-10{
    order: 10;
  }

  .thirteenhundred\:order-11{
    order: 11;
  }

  .thirteenhundred\:order-12{
    order: 12;
  }

  .thirteenhundred\:order-first{
    order: -9999;
  }

  .thirteenhundred\:order-last{
    order: 9999;
  }

  .thirteenhundred\:order-none{
    order: 0;
  }

  .thirteenhundred\:float-right{
    float: right;
  }

  .thirteenhundred\:float-left{
    float: left;
  }

  .thirteenhundred\:float-none{
    float: none;
  }

  .thirteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .thirteenhundred\:clear-left{
    clear: left;
  }

  .thirteenhundred\:clear-right{
    clear: right;
  }

  .thirteenhundred\:clear-both{
    clear: both;
  }

  .thirteenhundred\:clear-none{
    clear: none;
  }

  .thirteenhundred\: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";
  }

  .thirteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .thirteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .thirteenhundred\:font-hairline{
    font-weight: 100;
  }

  .thirteenhundred\:font-thin{
    font-weight: 200;
  }

  .thirteenhundred\:font-light{
    font-weight: 300;
  }

  .thirteenhundred\:font-normal{
    font-weight: 400;
  }

  .thirteenhundred\:font-medium{
    font-weight: 500;
  }

  .thirteenhundred\:font-semibold{
    font-weight: 600;
  }

  .thirteenhundred\:font-bold{
    font-weight: 700;
  }

  .thirteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .thirteenhundred\:font-black{
    font-weight: 900;
  }

  .thirteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .thirteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .thirteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .thirteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .thirteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .thirteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .thirteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .thirteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .thirteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .thirteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .thirteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .thirteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .thirteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .thirteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .thirteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .thirteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .thirteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .thirteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .thirteenhundred\:h-0{
    height: 0;
  }

  .thirteenhundred\:h-1{
    height: 0.25rem;
  }

  .thirteenhundred\:h-2{
    height: 0.5rem;
  }

  .thirteenhundred\:h-3{
    height: 0.75rem;
  }

  .thirteenhundred\:h-4{
    height: 1rem;
  }

  .thirteenhundred\:h-5{
    height: 1.25rem;
  }

  .thirteenhundred\:h-6{
    height: 1.5rem;
  }

  .thirteenhundred\:h-8{
    height: 2rem;
  }

  .thirteenhundred\:h-10{
    height: 2.5rem;
  }

  .thirteenhundred\:h-12{
    height: 3rem;
  }

  .thirteenhundred\:h-16{
    height: 4rem;
  }

  .thirteenhundred\:h-20{
    height: 5rem;
  }

  .thirteenhundred\:h-24{
    height: 6rem;
  }

  .thirteenhundred\:h-32{
    height: 8rem;
  }

  .thirteenhundred\:h-40{
    height: 10rem;
  }

  .thirteenhundred\:h-48{
    height: 12rem;
  }

  .thirteenhundred\:h-56{
    height: 14rem;
  }

  .thirteenhundred\:h-64{
    height: 16rem;
  }

  .thirteenhundred\:h-72{
    height: 18rem;
  }

  .thirteenhundred\:h-80{
    height: 20rem;
  }

  .thirteenhundred\:h-88{
    height: 22rem;
  }

  .thirteenhundred\:h-96{
    height: 24rem;
  }

  .thirteenhundred\:h-104{
    height: 26rem;
  }

  .thirteenhundred\:h-112{
    height: 28rem;
  }

  .thirteenhundred\:h-128{
    height: 30rem;
  }

  .thirteenhundred\:h-144{
    height: 34rem;
  }

  .thirteenhundred\:h-160{
    height: 38rem;
  }

  .thirteenhundred\:h-176{
    height: 42rem;
  }

  .thirteenhundred\:h-192{
    height: 46rem;
  }

  .thirteenhundred\:h-208{
    height: 50rem;
  }

  .thirteenhundred\:h-224{
    height: 54rem;
  }

  .thirteenhundred\:h-240{
    height: 58rem;
  }

  .thirteenhundred\:h-256{
    height: 62rem;
  }

  .thirteenhundred\:h-auto{
    height: auto;
  }

  .thirteenhundred\:h-px{
    height: 1px;
  }

  .thirteenhundred\:h-full{
    height: 100%;
  }

  .thirteenhundred\:h-screen{
    height: 100vh;
  }

  .thirteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .thirteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .thirteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .thirteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .thirteenhundred\:text-base{
    font-size: 1rem;
  }

  .thirteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .thirteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .thirteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .thirteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .thirteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .thirteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .thirteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .thirteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .thirteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .thirteenhundred\:leading-3{
    line-height: .75rem;
  }

  .thirteenhundred\:leading-4{
    line-height: 1rem;
  }

  .thirteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .thirteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .thirteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .thirteenhundred\:leading-8{
    line-height: 2rem;
  }

  .thirteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .thirteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .thirteenhundred\:leading-none{
    line-height: 1;
  }

  .thirteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .thirteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .thirteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .thirteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .thirteenhundred\:leading-loose{
    line-height: 2;
  }

  .thirteenhundred\:list-inside{
    list-style-position: inside;
  }

  .thirteenhundred\:list-outside{
    list-style-position: outside;
  }

  .thirteenhundred\:list-none{
    list-style-type: none;
  }

  .thirteenhundred\:list-disc{
    list-style-type: disc;
  }

  .thirteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .thirteenhundred\:m-0{
    margin: 0;
  }

  .thirteenhundred\:m-1{
    margin: 0.25rem;
  }

  .thirteenhundred\:m-2{
    margin: 0.5rem;
  }

  .thirteenhundred\:m-3{
    margin: 0.75rem;
  }

  .thirteenhundred\:m-4{
    margin: 1rem;
  }

  .thirteenhundred\:m-5{
    margin: 1.25rem;
  }

  .thirteenhundred\:m-6{
    margin: 1.5rem;
  }

  .thirteenhundred\:m-8{
    margin: 2rem;
  }

  .thirteenhundred\:m-10{
    margin: 2.5rem;
  }

  .thirteenhundred\:m-12{
    margin: 3rem;
  }

  .thirteenhundred\:m-16{
    margin: 4rem;
  }

  .thirteenhundred\:m-20{
    margin: 5rem;
  }

  .thirteenhundred\:m-24{
    margin: 6rem;
  }

  .thirteenhundred\:m-32{
    margin: 8rem;
  }

  .thirteenhundred\:m-40{
    margin: 10rem;
  }

  .thirteenhundred\:m-48{
    margin: 12rem;
  }

  .thirteenhundred\:m-56{
    margin: 14rem;
  }

  .thirteenhundred\:m-64{
    margin: 16rem;
  }

  .thirteenhundred\:m-72{
    margin: 18rem;
  }

  .thirteenhundred\:m-80{
    margin: 20rem;
  }

  .thirteenhundred\:m-88{
    margin: 22rem;
  }

  .thirteenhundred\:m-96{
    margin: 24rem;
  }

  .thirteenhundred\:m-104{
    margin: 26rem;
  }

  .thirteenhundred\:m-112{
    margin: 28rem;
  }

  .thirteenhundred\:m-128{
    margin: 30rem;
  }

  .thirteenhundred\:m-144{
    margin: 34rem;
  }

  .thirteenhundred\:m-160{
    margin: 38rem;
  }

  .thirteenhundred\:m-176{
    margin: 42rem;
  }

  .thirteenhundred\:m-192{
    margin: 46rem;
  }

  .thirteenhundred\:m-208{
    margin: 50rem;
  }

  .thirteenhundred\:m-224{
    margin: 54rem;
  }

  .thirteenhundred\:m-240{
    margin: 58rem;
  }

  .thirteenhundred\:m-256{
    margin: 62rem;
  }

  .thirteenhundred\:m-auto{
    margin: auto;
  }

  .thirteenhundred\:m-px{
    margin: 1px;
  }

  .thirteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .thirteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .thirteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .thirteenhundred\:-m-4{
    margin: -1rem;
  }

  .thirteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .thirteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .thirteenhundred\:-m-8{
    margin: -2rem;
  }

  .thirteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .thirteenhundred\:-m-12{
    margin: -3rem;
  }

  .thirteenhundred\:-m-16{
    margin: -4rem;
  }

  .thirteenhundred\:-m-20{
    margin: -5rem;
  }

  .thirteenhundred\:-m-24{
    margin: -6rem;
  }

  .thirteenhundred\:-m-32{
    margin: -8rem;
  }

  .thirteenhundred\:-m-40{
    margin: -10rem;
  }

  .thirteenhundred\:-m-48{
    margin: -12rem;
  }

  .thirteenhundred\:-m-56{
    margin: -14rem;
  }

  .thirteenhundred\:-m-64{
    margin: -16rem;
  }

  .thirteenhundred\:-m-72{
    margin: -18rem;
  }

  .thirteenhundred\:-m-80{
    margin: -20rem;
  }

  .thirteenhundred\:-m-88{
    margin: -22rem;
  }

  .thirteenhundred\:-m-96{
    margin: -24rem;
  }

  .thirteenhundred\:-m-104{
    margin: -26rem;
  }

  .thirteenhundred\:-m-112{
    margin: -28rem;
  }

  .thirteenhundred\:-m-128{
    margin: -30rem;
  }

  .thirteenhundred\:-m-144{
    margin: -34rem;
  }

  .thirteenhundred\:-m-160{
    margin: -38rem;
  }

  .thirteenhundred\:-m-176{
    margin: -42rem;
  }

  .thirteenhundred\:-m-192{
    margin: -46rem;
  }

  .thirteenhundred\:-m-208{
    margin: -50rem;
  }

  .thirteenhundred\:-m-224{
    margin: -54rem;
  }

  .thirteenhundred\:-m-240{
    margin: -58rem;
  }

  .thirteenhundred\:-m-256{
    margin: -62rem;
  }

  .thirteenhundred\:-m-px{
    margin: -1px;
  }

  .thirteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .thirteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .thirteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .thirteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .thirteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .thirteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .thirteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .thirteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .thirteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .thirteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .thirteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .thirteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .thirteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .thirteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .thirteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .thirteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .thirteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .thirteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .thirteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .thirteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .thirteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .thirteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .thirteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .thirteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .thirteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .thirteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .thirteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .thirteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .thirteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .thirteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .thirteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .thirteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .thirteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .thirteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .thirteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .thirteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .thirteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .thirteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .thirteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .thirteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .thirteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .thirteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .thirteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .thirteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .thirteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .thirteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .thirteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .thirteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .thirteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .thirteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .thirteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .thirteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .thirteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .thirteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .thirteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .thirteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .thirteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .thirteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .thirteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .thirteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .thirteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .thirteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .thirteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .thirteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .thirteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .thirteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .thirteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .thirteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .thirteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .thirteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .thirteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .thirteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .thirteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .thirteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .thirteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .thirteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .thirteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .thirteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .thirteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .thirteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .thirteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .thirteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .thirteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .thirteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .thirteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .thirteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .thirteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .thirteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .thirteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .thirteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .thirteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .thirteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .thirteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .thirteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .thirteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .thirteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .thirteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .thirteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .thirteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .thirteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .thirteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .thirteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .thirteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .thirteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .thirteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .thirteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .thirteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .thirteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .thirteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .thirteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .thirteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .thirteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .thirteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .thirteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .thirteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .thirteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .thirteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .thirteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .thirteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .thirteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .thirteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .thirteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .thirteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .thirteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .thirteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .thirteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .thirteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .thirteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .thirteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .thirteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .thirteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .thirteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .thirteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .thirteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .thirteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .thirteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .thirteenhundred\:mt-0{
    margin-top: 0;
  }

  .thirteenhundred\:mr-0{
    margin-right: 0;
  }

  .thirteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .thirteenhundred\:ml-0{
    margin-left: 0;
  }

  .thirteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .thirteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .thirteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .thirteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .thirteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .thirteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .thirteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .thirteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .thirteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .thirteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .thirteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .thirteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .thirteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .thirteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .thirteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .thirteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .thirteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .thirteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .thirteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .thirteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .thirteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .thirteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .thirteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .thirteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .thirteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .thirteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .thirteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .thirteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .thirteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .thirteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .thirteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .thirteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .thirteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .thirteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .thirteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .thirteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .thirteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .thirteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .thirteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .thirteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .thirteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .thirteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .thirteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .thirteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .thirteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .thirteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .thirteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .thirteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .thirteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .thirteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .thirteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .thirteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .thirteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .thirteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .thirteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .thirteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .thirteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .thirteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .thirteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .thirteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .thirteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .thirteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .thirteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .thirteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .thirteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .thirteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .thirteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .thirteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .thirteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .thirteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .thirteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .thirteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .thirteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .thirteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .thirteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .thirteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .thirteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .thirteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .thirteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .thirteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .thirteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .thirteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .thirteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .thirteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .thirteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .thirteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .thirteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .thirteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .thirteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .thirteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .thirteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .thirteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .thirteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .thirteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .thirteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .thirteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .thirteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .thirteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .thirteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .thirteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .thirteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .thirteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .thirteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .thirteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .thirteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .thirteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .thirteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .thirteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .thirteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .thirteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .thirteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .thirteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .thirteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .thirteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .thirteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .thirteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .thirteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .thirteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .thirteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .thirteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .thirteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .thirteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .thirteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .thirteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .thirteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .thirteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .thirteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .thirteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .thirteenhundred\:mt-auto{
    margin-top: auto;
  }

  .thirteenhundred\:mr-auto{
    margin-right: auto;
  }

  .thirteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .thirteenhundred\:ml-auto{
    margin-left: auto;
  }

  .thirteenhundred\:mt-px{
    margin-top: 1px;
  }

  .thirteenhundred\:mr-px{
    margin-right: 1px;
  }

  .thirteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .thirteenhundred\:ml-px{
    margin-left: 1px;
  }

  .thirteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .thirteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .thirteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .thirteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .thirteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .thirteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .thirteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .thirteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .thirteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .thirteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .thirteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .thirteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .thirteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .thirteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .thirteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .thirteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .thirteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .thirteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .thirteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .thirteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .thirteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .thirteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .thirteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .thirteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .thirteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .thirteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .thirteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .thirteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .thirteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .thirteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .thirteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .thirteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .thirteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .thirteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .thirteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .thirteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .thirteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .thirteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .thirteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .thirteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .thirteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .thirteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .thirteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .thirteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .thirteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .thirteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .thirteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .thirteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .thirteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .thirteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .thirteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .thirteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .thirteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .thirteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .thirteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .thirteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .thirteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .thirteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .thirteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .thirteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .thirteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .thirteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .thirteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .thirteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .thirteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .thirteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .thirteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .thirteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .thirteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .thirteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .thirteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .thirteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .thirteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .thirteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .thirteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .thirteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .thirteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .thirteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .thirteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .thirteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .thirteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .thirteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .thirteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .thirteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .thirteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .thirteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .thirteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .thirteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .thirteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .thirteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .thirteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .thirteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .thirteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .thirteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .thirteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .thirteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .thirteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .thirteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .thirteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .thirteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .thirteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .thirteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .thirteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .thirteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .thirteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .thirteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .thirteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .thirteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .thirteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .thirteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .thirteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .thirteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .thirteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .thirteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .thirteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .thirteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .thirteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .thirteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .thirteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .thirteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .thirteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .thirteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .thirteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .thirteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .thirteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .thirteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .thirteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .thirteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .thirteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .thirteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .thirteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .thirteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .thirteenhundred\:max-h-full{
    max-height: 100%;
  }

  .thirteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .thirteenhundred\:max-w-none{
    max-width: none;
  }

  .thirteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .thirteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .thirteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .thirteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .thirteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .thirteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .thirteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .thirteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .thirteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .thirteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .thirteenhundred\:max-w-full{
    max-width: 100%;
  }

  .thirteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .thirteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .thirteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .thirteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .thirteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .thirteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .thirteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .thirteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .thirteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .thirteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .thirteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .thirteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .thirteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .thirteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .thirteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .thirteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .thirteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .thirteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .thirteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .thirteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .thirteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .thirteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .thirteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .thirteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .thirteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .thirteenhundred\:min-h-0{
    min-height: 0;
  }

  .thirteenhundred\:min-h-full{
    min-height: 100%;
  }

  .thirteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .thirteenhundred\:min-w-0{
    min-width: 0;
  }

  .thirteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .thirteenhundred\:min-w-full{
    min-width: 100%;
  }

  .thirteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .thirteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .thirteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .thirteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .thirteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .thirteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .thirteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .thirteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .thirteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .thirteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .thirteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .thirteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .thirteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .thirteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .thirteenhundred\:opacity-0{
    opacity: 0;
  }

  .thirteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .thirteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .thirteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .thirteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .thirteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .thirteenhundred\:opacity-100{
    opacity: 1;
  }

  .thirteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .thirteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .thirteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .thirteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .thirteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .thirteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .thirteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .thirteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .thirteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .thirteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .thirteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .thirteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .thirteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .thirteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .thirteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .thirteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .thirteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .thirteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .thirteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .thirteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .thirteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .thirteenhundred\:overflow-auto{
    overflow: auto;
  }

  .thirteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .thirteenhundred\:overflow-visible{
    overflow: visible;
  }

  .thirteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .thirteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .thirteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .thirteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .thirteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .thirteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .thirteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .thirteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .thirteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .thirteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .thirteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .thirteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .thirteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .thirteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .thirteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .thirteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .thirteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .thirteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .thirteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .thirteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .thirteenhundred\:p-0{
    padding: 0;
  }

  .thirteenhundred\:p-1{
    padding: 0.25rem;
  }

  .thirteenhundred\:p-2{
    padding: 0.5rem;
  }

  .thirteenhundred\:p-3{
    padding: 0.75rem;
  }

  .thirteenhundred\:p-4{
    padding: 1rem;
  }

  .thirteenhundred\:p-5{
    padding: 1.25rem;
  }

  .thirteenhundred\:p-6{
    padding: 1.5rem;
  }

  .thirteenhundred\:p-8{
    padding: 2rem;
  }

  .thirteenhundred\:p-10{
    padding: 2.5rem;
  }

  .thirteenhundred\:p-12{
    padding: 3rem;
  }

  .thirteenhundred\:p-16{
    padding: 4rem;
  }

  .thirteenhundred\:p-20{
    padding: 5rem;
  }

  .thirteenhundred\:p-24{
    padding: 6rem;
  }

  .thirteenhundred\:p-32{
    padding: 8rem;
  }

  .thirteenhundred\:p-40{
    padding: 10rem;
  }

  .thirteenhundred\:p-48{
    padding: 12rem;
  }

  .thirteenhundred\:p-56{
    padding: 14rem;
  }

  .thirteenhundred\:p-64{
    padding: 16rem;
  }

  .thirteenhundred\:p-72{
    padding: 18rem;
  }

  .thirteenhundred\:p-80{
    padding: 20rem;
  }

  .thirteenhundred\:p-88{
    padding: 22rem;
  }

  .thirteenhundred\:p-96{
    padding: 24rem;
  }

  .thirteenhundred\:p-104{
    padding: 26rem;
  }

  .thirteenhundred\:p-112{
    padding: 28rem;
  }

  .thirteenhundred\:p-128{
    padding: 30rem;
  }

  .thirteenhundred\:p-144{
    padding: 34rem;
  }

  .thirteenhundred\:p-160{
    padding: 38rem;
  }

  .thirteenhundred\:p-176{
    padding: 42rem;
  }

  .thirteenhundred\:p-192{
    padding: 46rem;
  }

  .thirteenhundred\:p-208{
    padding: 50rem;
  }

  .thirteenhundred\:p-224{
    padding: 54rem;
  }

  .thirteenhundred\:p-240{
    padding: 58rem;
  }

  .thirteenhundred\:p-256{
    padding: 62rem;
  }

  .thirteenhundred\:p-px{
    padding: 1px;
  }

  .thirteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .thirteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .thirteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .thirteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .thirteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .thirteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .thirteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .thirteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .thirteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .thirteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thirteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .thirteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .thirteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .thirteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .thirteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .thirteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .thirteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .thirteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .thirteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .thirteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .thirteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .thirteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .thirteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .thirteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .thirteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .thirteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .thirteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .thirteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .thirteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .thirteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .thirteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .thirteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .thirteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .thirteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .thirteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .thirteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .thirteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .thirteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .thirteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .thirteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .thirteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .thirteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .thirteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .thirteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .thirteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .thirteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .thirteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .thirteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .thirteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .thirteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .thirteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .thirteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .thirteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .thirteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .thirteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .thirteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .thirteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .thirteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .thirteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .thirteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .thirteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .thirteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .thirteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .thirteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .thirteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .thirteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .thirteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .thirteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .thirteenhundred\:pt-0{
    padding-top: 0;
  }

  .thirteenhundred\:pr-0{
    padding-right: 0;
  }

  .thirteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .thirteenhundred\:pl-0{
    padding-left: 0;
  }

  .thirteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .thirteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .thirteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .thirteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .thirteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .thirteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .thirteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .thirteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .thirteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .thirteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .thirteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .thirteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .thirteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .thirteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .thirteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .thirteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .thirteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .thirteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .thirteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .thirteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .thirteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .thirteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .thirteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .thirteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .thirteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .thirteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .thirteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .thirteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .thirteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .thirteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .thirteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .thirteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .thirteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .thirteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .thirteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .thirteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .thirteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .thirteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .thirteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .thirteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .thirteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .thirteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .thirteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .thirteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .thirteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .thirteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .thirteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .thirteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .thirteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .thirteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .thirteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .thirteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .thirteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .thirteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .thirteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .thirteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .thirteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .thirteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .thirteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .thirteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .thirteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .thirteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .thirteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .thirteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .thirteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .thirteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .thirteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .thirteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .thirteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .thirteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .thirteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .thirteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .thirteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .thirteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .thirteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .thirteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .thirteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .thirteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .thirteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .thirteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .thirteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .thirteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .thirteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .thirteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .thirteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .thirteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .thirteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .thirteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .thirteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .thirteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .thirteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .thirteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .thirteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .thirteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .thirteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .thirteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .thirteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .thirteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .thirteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .thirteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .thirteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .thirteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .thirteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .thirteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .thirteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .thirteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .thirteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .thirteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .thirteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .thirteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .thirteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .thirteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .thirteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .thirteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .thirteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .thirteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .thirteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .thirteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .thirteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .thirteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .thirteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .thirteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .thirteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .thirteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .thirteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .thirteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .thirteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .thirteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .thirteenhundred\:pt-px{
    padding-top: 1px;
  }

  .thirteenhundred\:pr-px{
    padding-right: 1px;
  }

  .thirteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .thirteenhundred\:pl-px{
    padding-left: 1px;
  }

  .thirteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .thirteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .thirteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .thirteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .thirteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .thirteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .thirteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .thirteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .thirteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .thirteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .thirteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .thirteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .thirteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .thirteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .thirteenhundred\:static{
    position: static;
  }

  .thirteenhundred\:fixed{
    position: fixed;
  }

  .thirteenhundred\:absolute{
    position: absolute;
  }

  .thirteenhundred\:relative{
    position: relative;
  }

  .thirteenhundred\:sticky{
    position: sticky;
  }

  .thirteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .thirteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .thirteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .thirteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .thirteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .thirteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .thirteenhundred\:top-0{
    top: 0;
  }

  .thirteenhundred\:right-0{
    right: 0;
  }

  .thirteenhundred\:bottom-0{
    bottom: 0;
  }

  .thirteenhundred\:left-0{
    left: 0;
  }

  .thirteenhundred\:top-auto{
    top: auto;
  }

  .thirteenhundred\:right-auto{
    right: auto;
  }

  .thirteenhundred\:bottom-auto{
    bottom: auto;
  }

  .thirteenhundred\:left-auto{
    left: auto;
  }

  .thirteenhundred\:resize-none{
    resize: none;
  }

  .thirteenhundred\:resize-y{
    resize: vertical;
  }

  .thirteenhundred\:resize-x{
    resize: horizontal;
  }

  .thirteenhundred\:resize{
    resize: both;
  }

  .thirteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:shadow-none{
    box-shadow: none;
  }

  .thirteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .thirteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .thirteenhundred\:fill-current{
    fill: currentColor;
  }

  .thirteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .thirteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .thirteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .thirteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .thirteenhundred\:table-auto{
    table-layout: auto;
  }

  .thirteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .thirteenhundred\:text-left{
    text-align: left;
  }

  .thirteenhundred\:text-center{
    text-align: center;
  }

  .thirteenhundred\:text-right{
    text-align: right;
  }

  .thirteenhundred\:text-justify{
    text-align: justify;
  }

  .thirteenhundred\:text-transparent{
    color: transparent;
  }

  .thirteenhundred\:text-current{
    color: currentColor;
  }

  .thirteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .thirteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .thirteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .thirteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .thirteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .thirteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .thirteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .thirteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .thirteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .thirteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .thirteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .thirteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .thirteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .thirteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .thirteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .thirteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .thirteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .thirteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .thirteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .thirteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .thirteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .thirteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .thirteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .thirteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .thirteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .thirteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .thirteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .thirteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .thirteenhundred\:italic{
    font-style: italic;
  }

  .thirteenhundred\:not-italic{
    font-style: normal;
  }

  .thirteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .thirteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .thirteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .thirteenhundred\:normal-case{
    text-transform: none;
  }

  .thirteenhundred\:underline{
    text-decoration: underline;
  }

  .thirteenhundred\:line-through{
    text-decoration: line-through;
  }

  .thirteenhundred\:no-underline{
    text-decoration: none;
  }

  .thirteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .thirteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .thirteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .thirteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .thirteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .thirteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .thirteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .thirteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .thirteenhundred\:ordinal, .thirteenhundred\:slashed-zero, .thirteenhundred\:lining-nums, .thirteenhundred\:oldstyle-nums, .thirteenhundred\:proportional-nums, .thirteenhundred\:tabular-nums, .thirteenhundred\:diagonal-fractions, .thirteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .thirteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .thirteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .thirteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .thirteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .thirteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .thirteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .thirteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .thirteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .thirteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .thirteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .thirteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .thirteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .thirteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .thirteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .thirteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .thirteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .thirteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .thirteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .thirteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .thirteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .thirteenhundred\:align-top{
    vertical-align: top;
  }

  .thirteenhundred\:align-middle{
    vertical-align: middle;
  }

  .thirteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .thirteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .thirteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .thirteenhundred\:visible{
    visibility: visible;
  }

  .thirteenhundred\:invisible{
    visibility: hidden;
  }

  .thirteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .thirteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .thirteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .thirteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .thirteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .thirteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .thirteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .thirteenhundred\:break-all{
    word-break: break-all;
  }

  .thirteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .thirteenhundred\:w-0{
    width: 0;
  }

  .thirteenhundred\:w-1{
    width: 0.25rem;
  }

  .thirteenhundred\:w-2{
    width: 0.5rem;
  }

  .thirteenhundred\:w-3{
    width: 0.75rem;
  }

  .thirteenhundred\:w-4{
    width: 1rem;
  }

  .thirteenhundred\:w-5{
    width: 1.25rem;
  }

  .thirteenhundred\:w-6{
    width: 1.5rem;
  }

  .thirteenhundred\:w-8{
    width: 2rem;
  }

  .thirteenhundred\:w-10{
    width: 2.5rem;
  }

  .thirteenhundred\:w-12{
    width: 3rem;
  }

  .thirteenhundred\:w-16{
    width: 4rem;
  }

  .thirteenhundred\:w-20{
    width: 5rem;
  }

  .thirteenhundred\:w-24{
    width: 6rem;
  }

  .thirteenhundred\:w-32{
    width: 8rem;
  }

  .thirteenhundred\:w-40{
    width: 10rem;
  }

  .thirteenhundred\:w-48{
    width: 12rem;
  }

  .thirteenhundred\:w-56{
    width: 14rem;
  }

  .thirteenhundred\:w-64{
    width: 16rem;
  }

  .thirteenhundred\:w-72{
    width: 18rem;
  }

  .thirteenhundred\:w-80{
    width: 20rem;
  }

  .thirteenhundred\:w-88{
    width: 22rem;
  }

  .thirteenhundred\:w-96{
    width: 24rem;
  }

  .thirteenhundred\:w-104{
    width: 26rem;
  }

  .thirteenhundred\:w-112{
    width: 28rem;
  }

  .thirteenhundred\:w-128{
    width: 30rem;
  }

  .thirteenhundred\:w-144{
    width: 34rem;
  }

  .thirteenhundred\:w-160{
    width: 38rem;
  }

  .thirteenhundred\:w-176{
    width: 42rem;
  }

  .thirteenhundred\:w-192{
    width: 46rem;
  }

  .thirteenhundred\:w-208{
    width: 50rem;
  }

  .thirteenhundred\:w-224{
    width: 54rem;
  }

  .thirteenhundred\:w-240{
    width: 58rem;
  }

  .thirteenhundred\:w-256{
    width: 62rem;
  }

  .thirteenhundred\:w-auto{
    width: auto;
  }

  .thirteenhundred\:w-px{
    width: 1px;
  }

  .thirteenhundred\:w-1\/2{
    width: 50%;
  }

  .thirteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .thirteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .thirteenhundred\:w-1\/4{
    width: 25%;
  }

  .thirteenhundred\:w-2\/4{
    width: 50%;
  }

  .thirteenhundred\:w-3\/4{
    width: 75%;
  }

  .thirteenhundred\:w-1\/5{
    width: 20%;
  }

  .thirteenhundred\:w-2\/5{
    width: 40%;
  }

  .thirteenhundred\:w-3\/5{
    width: 60%;
  }

  .thirteenhundred\:w-4\/5{
    width: 80%;
  }

  .thirteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .thirteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .thirteenhundred\:w-3\/6{
    width: 50%;
  }

  .thirteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .thirteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .thirteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .thirteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .thirteenhundred\:w-3\/12{
    width: 25%;
  }

  .thirteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .thirteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .thirteenhundred\:w-6\/12{
    width: 50%;
  }

  .thirteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .thirteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .thirteenhundred\:w-9\/12{
    width: 75%;
  }

  .thirteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .thirteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .thirteenhundred\:w-full{
    width: 100%;
  }

  .thirteenhundred\:w-screen{
    width: 100vw;
  }

  .thirteenhundred\:z-0{
    z-index: 0;
  }

  .thirteenhundred\:z-10{
    z-index: 10;
  }

  .thirteenhundred\:z-20{
    z-index: 20;
  }

  .thirteenhundred\:z-30{
    z-index: 30;
  }

  .thirteenhundred\:z-40{
    z-index: 40;
  }

  .thirteenhundred\:z-50{
    z-index: 50;
  }

  .thirteenhundred\:z-auto{
    z-index: auto;
  }

  .thirteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .thirteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .thirteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .thirteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .thirteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .thirteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .thirteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .thirteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .thirteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .thirteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .thirteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .thirteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .thirteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .thirteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .thirteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .thirteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .thirteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .thirteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .thirteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .thirteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .thirteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .thirteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .thirteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .thirteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .thirteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .thirteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .thirteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .thirteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .thirteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .thirteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .thirteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .thirteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .thirteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .thirteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .thirteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .thirteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .thirteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .thirteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .thirteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .thirteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .thirteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .thirteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .thirteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .thirteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .thirteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .thirteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .thirteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .thirteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .thirteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .thirteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .thirteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .thirteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .thirteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .thirteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .thirteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .thirteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .thirteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .thirteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .thirteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .thirteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .thirteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .thirteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .thirteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .thirteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .thirteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .thirteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .thirteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .thirteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .thirteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .thirteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .thirteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .thirteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .thirteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .thirteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .thirteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .thirteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .thirteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .thirteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .thirteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .thirteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .thirteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .thirteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .thirteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .thirteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .thirteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .thirteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .thirteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .thirteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .thirteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .thirteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .thirteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .thirteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .thirteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .thirteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .thirteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .thirteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .thirteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .thirteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .thirteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .thirteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .thirteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .thirteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .thirteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .thirteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .thirteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .thirteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .thirteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .thirteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .thirteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .thirteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .thirteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .thirteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .thirteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .thirteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .thirteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .thirteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .thirteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .thirteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .thirteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .thirteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .thirteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .thirteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .thirteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .thirteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .thirteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .thirteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .thirteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .thirteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .thirteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .thirteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .thirteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .thirteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .thirteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .thirteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .thirteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .thirteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .thirteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .thirteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .thirteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .thirteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .thirteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .thirteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .thirteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .thirteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .thirteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .thirteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .thirteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .thirteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .thirteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .thirteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .thirteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .thirteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .thirteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .thirteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .thirteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .thirteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .thirteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .thirteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .thirteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .thirteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .thirteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .thirteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .thirteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .thirteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .thirteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .thirteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .thirteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .thirteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .thirteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .thirteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .thirteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .thirteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .thirteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .thirteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .thirteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .thirteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .thirteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .thirteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .thirteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .thirteenhundred\:col-auto{
    grid-column: auto;
  }

  .thirteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .thirteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .thirteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .thirteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .thirteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .thirteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .thirteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .thirteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .thirteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .thirteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .thirteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .thirteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .thirteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .thirteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .thirteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .thirteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .thirteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .thirteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .thirteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .thirteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .thirteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .thirteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .thirteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .thirteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .thirteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .thirteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .thirteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .thirteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .thirteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .thirteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .thirteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .thirteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .thirteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .thirteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .thirteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .thirteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .thirteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .thirteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .thirteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .thirteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .thirteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .thirteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .thirteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .thirteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .thirteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .thirteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .thirteenhundred\:row-auto{
    grid-row: auto;
  }

  .thirteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .thirteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .thirteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .thirteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .thirteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .thirteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .thirteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .thirteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .thirteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .thirteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .thirteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .thirteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .thirteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .thirteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .thirteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .thirteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .thirteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .thirteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .thirteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .thirteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .thirteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .thirteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .thirteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .thirteenhundred\:transform-none{
    transform: none;
  }

  .thirteenhundred\:origin-center{
    transform-origin: center;
  }

  .thirteenhundred\:origin-top{
    transform-origin: top;
  }

  .thirteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .thirteenhundred\:origin-right{
    transform-origin: right;
  }

  .thirteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .thirteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .thirteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .thirteenhundred\:origin-left{
    transform-origin: left;
  }

  .thirteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .thirteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .thirteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .thirteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .thirteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .thirteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .thirteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .thirteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .thirteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .thirteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .thirteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .thirteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .thirteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .thirteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .thirteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .thirteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .thirteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .thirteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .thirteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .thirteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .thirteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .thirteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .thirteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .thirteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .thirteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .thirteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .thirteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .thirteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .thirteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .thirteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .thirteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .thirteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .thirteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .thirteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .thirteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .thirteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .thirteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .thirteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .thirteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .thirteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .thirteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .thirteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .thirteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .thirteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .thirteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .thirteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .thirteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .thirteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .thirteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .thirteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .thirteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .thirteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .thirteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .thirteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .thirteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .thirteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .thirteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .thirteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .thirteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .thirteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .thirteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .thirteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .thirteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .thirteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .thirteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .thirteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .thirteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .thirteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .thirteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .thirteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .thirteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .thirteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .thirteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .thirteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .thirteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .thirteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .thirteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .thirteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .thirteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .thirteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .thirteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .thirteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .thirteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .thirteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .thirteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .thirteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .thirteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .thirteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .thirteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .thirteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .thirteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .thirteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .thirteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .thirteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .thirteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .thirteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .thirteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .thirteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .thirteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .thirteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .thirteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .thirteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .thirteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .thirteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .thirteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .thirteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .thirteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .thirteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .thirteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .thirteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .thirteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .thirteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .thirteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .thirteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .thirteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .thirteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .thirteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .thirteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .thirteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .thirteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .thirteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .thirteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .thirteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .thirteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .thirteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .thirteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .thirteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .thirteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .thirteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .thirteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .thirteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .thirteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .thirteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .thirteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .thirteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .thirteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .thirteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .thirteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .thirteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .thirteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .thirteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .thirteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .thirteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .thirteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .thirteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .thirteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .thirteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .thirteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .thirteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .thirteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .thirteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .thirteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .thirteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .thirteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .thirteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .thirteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .thirteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .thirteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .thirteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .thirteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .thirteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .thirteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .thirteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .thirteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .thirteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .thirteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .thirteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .thirteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .thirteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .thirteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .thirteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .thirteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .thirteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .thirteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .thirteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .thirteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .thirteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .thirteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .thirteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .thirteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .thirteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .thirteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .thirteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .thirteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .thirteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .thirteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .thirteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .thirteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .thirteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .thirteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .thirteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .thirteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .thirteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .thirteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .thirteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .thirteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .thirteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .thirteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .thirteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .thirteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .thirteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .thirteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .thirteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .thirteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .thirteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .thirteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .thirteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .thirteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .thirteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .thirteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .thirteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .thirteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .thirteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .thirteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .thirteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .thirteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .thirteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .thirteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .thirteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .thirteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .thirteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .thirteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .thirteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .thirteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .thirteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .thirteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .thirteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .thirteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .thirteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .thirteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .thirteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .thirteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .thirteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .thirteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .thirteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .thirteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .thirteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .thirteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .thirteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .thirteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .thirteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .thirteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .thirteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .thirteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .thirteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .thirteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .thirteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .thirteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .thirteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .thirteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .thirteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .thirteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .thirteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .thirteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .thirteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .thirteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .thirteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .thirteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .thirteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .thirteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .thirteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .thirteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .thirteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .thirteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .thirteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .thirteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .thirteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .thirteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .thirteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .thirteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .thirteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .thirteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .thirteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .thirteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .thirteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .thirteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .thirteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .thirteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .thirteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .thirteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .thirteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .thirteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .thirteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .thirteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .thirteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .thirteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .thirteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .thirteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .thirteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .thirteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .thirteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .thirteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .thirteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .thirteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .thirteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .thirteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .thirteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .thirteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .thirteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .thirteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .thirteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .thirteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .thirteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .thirteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .thirteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .thirteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .thirteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .thirteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .thirteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .thirteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .thirteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .thirteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .thirteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .thirteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .thirteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .thirteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .thirteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .thirteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .thirteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .thirteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .thirteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .thirteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .thirteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .thirteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .thirteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .thirteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .thirteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .thirteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .thirteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .thirteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .thirteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .thirteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .thirteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .thirteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .thirteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .thirteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .thirteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .thirteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .thirteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .thirteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .thirteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .thirteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .thirteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .thirteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .thirteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .thirteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .thirteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .thirteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .thirteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .thirteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .thirteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .thirteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .thirteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .thirteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .thirteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .thirteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .thirteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .thirteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .thirteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .thirteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .thirteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .thirteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .thirteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .thirteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .thirteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .thirteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .thirteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .thirteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .thirteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .thirteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .thirteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .thirteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .thirteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .thirteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .thirteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .thirteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .thirteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .thirteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .thirteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .thirteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .thirteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .thirteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .thirteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .thirteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .thirteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .thirteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .thirteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .thirteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .thirteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .thirteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .thirteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .thirteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .thirteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .thirteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .thirteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .thirteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .thirteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .thirteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .thirteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .thirteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .thirteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .thirteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .thirteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .thirteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .thirteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .thirteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .thirteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .thirteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .thirteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .thirteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .thirteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .thirteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .thirteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .thirteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .thirteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .thirteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .thirteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .thirteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .thirteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .thirteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .thirteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .thirteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .thirteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .thirteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .thirteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .thirteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .thirteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .thirteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .thirteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .thirteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .thirteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .thirteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .thirteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .thirteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .thirteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .thirteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .thirteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .thirteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .thirteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .thirteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .thirteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .thirteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .thirteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .thirteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .thirteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .thirteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .thirteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .thirteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .thirteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .thirteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .thirteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .thirteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .thirteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .thirteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .thirteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .thirteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .thirteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .thirteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .thirteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .thirteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .thirteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .thirteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .thirteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .thirteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .thirteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .thirteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .thirteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .thirteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .thirteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .thirteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .thirteenhundred\:transition-none{
    transition-property: none;
  }

  .thirteenhundred\:transition-all{
    transition-property: all;
  }

  .thirteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .thirteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .thirteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .thirteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .thirteenhundred\:transition-transform{
    transition-property: transform;
  }

  .thirteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .thirteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .thirteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .thirteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .thirteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .thirteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .thirteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .thirteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .thirteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .thirteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .thirteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .thirteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .thirteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .thirteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .thirteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .thirteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .thirteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .thirteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .thirteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .thirteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .thirteenhundred\:animate-none{
    animation: none;
  }

  .thirteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .thirteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .thirteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .thirteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1350px){
  .thirteenhundredfifty\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .thirteenhundredfifty\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .thirteenhundredfifty\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .thirteenhundredfifty\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .thirteenhundredfifty\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .thirteenhundredfifty\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .thirteenhundredfifty\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .thirteenhundredfifty\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .thirteenhundredfifty\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .thirteenhundredfifty\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .thirteenhundredfifty\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .thirteenhundredfifty\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .thirteenhundredfifty\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .thirteenhundredfifty\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .thirteenhundredfifty\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .thirteenhundredfifty\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .thirteenhundredfifty\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .thirteenhundredfifty\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .thirteenhundredfifty\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .thirteenhundredfifty\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .thirteenhundredfifty\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .thirteenhundredfifty\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .thirteenhundredfifty\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .thirteenhundredfifty\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .thirteenhundredfifty\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .thirteenhundredfifty\:container{
      max-width: 2000px;
    }
  }

  .thirteenhundredfifty\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .thirteenhundredfifty\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .thirteenhundredfifty\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .thirteenhundredfifty\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .thirteenhundredfifty\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .thirteenhundredfifty\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundredfifty\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .thirteenhundredfifty\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundredfifty\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .thirteenhundredfifty\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundredfifty\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .thirteenhundredfifty\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundredfifty\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .thirteenhundredfifty\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .thirteenhundredfifty\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .thirteenhundredfifty\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .thirteenhundredfifty\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .thirteenhundredfifty\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .thirteenhundredfifty\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .thirteenhundredfifty\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .thirteenhundredfifty\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .thirteenhundredfifty\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .thirteenhundredfifty\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .thirteenhundredfifty\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .thirteenhundredfifty\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .thirteenhundredfifty\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .thirteenhundredfifty\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .thirteenhundredfifty\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .thirteenhundredfifty\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .thirteenhundredfifty\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .thirteenhundredfifty\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .thirteenhundredfifty\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .thirteenhundredfifty\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .thirteenhundredfifty\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .thirteenhundredfifty\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .thirteenhundredfifty\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .thirteenhundredfifty\:bg-fixed{
    background-attachment: fixed;
  }

  .thirteenhundredfifty\:bg-local{
    background-attachment: local;
  }

  .thirteenhundredfifty\:bg-scroll{
    background-attachment: scroll;
  }

  .thirteenhundredfifty\:bg-clip-border{
    background-clip: border-box;
  }

  .thirteenhundredfifty\:bg-clip-padding{
    background-clip: padding-box;
  }

  .thirteenhundredfifty\:bg-clip-content{
    background-clip: content-box;
  }

  .thirteenhundredfifty\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .thirteenhundredfifty\:bg-transparent{
    background-color: transparent;
  }

  .thirteenhundredfifty\:bg-current{
    background-color: currentColor;
  }

  .thirteenhundredfifty\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .thirteenhundredfifty\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .thirteenhundredfifty\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundredfifty\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .thirteenhundredfifty\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .thirteenhundredfifty\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .thirteenhundredfifty\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .thirteenhundredfifty\:bg-none{
    background-image: none;
  }

  .thirteenhundredfifty\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .thirteenhundredfifty\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:to-transparent{
    --gradient-to-color: transparent;
  }

  .thirteenhundredfifty\:to-current{
    --gradient-to-color: currentColor;
  }

  .thirteenhundredfifty\:to-black{
    --gradient-to-color: #000;
  }

  .thirteenhundredfifty\:to-white{
    --gradient-to-color: #fff;
  }

  .thirteenhundredfifty\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundredfifty\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundredfifty\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundredfifty\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundredfifty\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundredfifty\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .thirteenhundredfifty\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundredfifty\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundredfifty\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundredfifty\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundredfifty\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundredfifty\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundredfifty\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundredfifty\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundredfifty\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundredfifty\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundredfifty\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundredfifty\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundredfifty\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundredfifty\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundredfifty\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundredfifty\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundredfifty\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .thirteenhundredfifty\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundredfifty\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundredfifty\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundredfifty\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundredfifty\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .thirteenhundredfifty\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundredfifty\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundredfifty\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundredfifty\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundredfifty\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .thirteenhundredfifty\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .thirteenhundredfifty\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundredfifty\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundredfifty\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundredfifty\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .thirteenhundredfifty\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundredfifty\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .thirteenhundredfifty\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundredfifty\:to-green-800{
    --gradient-to-color: #276749;
  }

  .thirteenhundredfifty\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .thirteenhundredfifty\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundredfifty\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundredfifty\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundredfifty\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundredfifty\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundredfifty\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .thirteenhundredfifty\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundredfifty\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .thirteenhundredfifty\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .thirteenhundredfifty\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundredfifty\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundredfifty\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundredfifty\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundredfifty\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundredfifty\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundredfifty\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundredfifty\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundredfifty\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundredfifty\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundredfifty\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundredfifty\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundredfifty\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundredfifty\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .thirteenhundredfifty\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundredfifty\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundredfifty\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .thirteenhundredfifty\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundredfifty\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundredfifty\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundredfifty\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundredfifty\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundredfifty\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundredfifty\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundredfifty\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundredfifty\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundredfifty\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .thirteenhundredfifty\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundredfifty\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundredfifty\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundredfifty\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundredfifty\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundredfifty\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundredfifty\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .thirteenhundredfifty\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .thirteenhundredfifty\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .thirteenhundredfifty\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .thirteenhundredfifty\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .thirteenhundredfifty\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .thirteenhundredfifty\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .thirteenhundredfifty\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundredfifty\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundredfifty\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundredfifty\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundredfifty\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundredfifty\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .thirteenhundredfifty\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundredfifty\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundredfifty\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundredfifty\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundredfifty\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundredfifty\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundredfifty\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundredfifty\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundredfifty\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundredfifty\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundredfifty\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundredfifty\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundredfifty\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundredfifty\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundredfifty\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundredfifty\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundredfifty\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .thirteenhundredfifty\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundredfifty\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundredfifty\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundredfifty\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundredfifty\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .thirteenhundredfifty\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundredfifty\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundredfifty\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundredfifty\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundredfifty\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .thirteenhundredfifty\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .thirteenhundredfifty\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundredfifty\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundredfifty\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundredfifty\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .thirteenhundredfifty\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundredfifty\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .thirteenhundredfifty\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundredfifty\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .thirteenhundredfifty\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .thirteenhundredfifty\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundredfifty\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundredfifty\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundredfifty\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundredfifty\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundredfifty\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .thirteenhundredfifty\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundredfifty\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .thirteenhundredfifty\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .thirteenhundredfifty\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundredfifty\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundredfifty\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundredfifty\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundredfifty\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundredfifty\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundredfifty\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundredfifty\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundredfifty\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundredfifty\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundredfifty\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundredfifty\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundredfifty\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundredfifty\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .thirteenhundredfifty\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundredfifty\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundredfifty\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .thirteenhundredfifty\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundredfifty\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundredfifty\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundredfifty\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundredfifty\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundredfifty\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundredfifty\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundredfifty\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundredfifty\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundredfifty\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .thirteenhundredfifty\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundredfifty\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundredfifty\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundredfifty\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundredfifty\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundredfifty\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundredfifty\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .thirteenhundredfifty\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .thirteenhundredfifty\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .thirteenhundredfifty\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .thirteenhundredfifty\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .thirteenhundredfifty\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .thirteenhundredfifty\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .thirteenhundredfifty\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .thirteenhundredfifty\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .thirteenhundredfifty\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .thirteenhundredfifty\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .thirteenhundredfifty\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .thirteenhundredfifty\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .thirteenhundredfifty\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .thirteenhundredfifty\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .thirteenhundredfifty\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .thirteenhundredfifty\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .thirteenhundredfifty\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .thirteenhundredfifty\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .thirteenhundredfifty\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .thirteenhundredfifty\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .thirteenhundredfifty\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .thirteenhundredfifty\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .thirteenhundredfifty\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .thirteenhundredfifty\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .thirteenhundredfifty\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .thirteenhundredfifty\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .thirteenhundredfifty\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .thirteenhundredfifty\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .thirteenhundredfifty\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .thirteenhundredfifty\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .thirteenhundredfifty\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .thirteenhundredfifty\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .thirteenhundredfifty\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .thirteenhundredfifty\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .thirteenhundredfifty\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .thirteenhundredfifty\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .thirteenhundredfifty\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .thirteenhundredfifty\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .thirteenhundredfifty\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .thirteenhundredfifty\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .thirteenhundredfifty\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .thirteenhundredfifty\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .thirteenhundredfifty\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .thirteenhundredfifty\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .thirteenhundredfifty\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .thirteenhundredfifty\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .thirteenhundredfifty\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .thirteenhundredfifty\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .thirteenhundredfifty\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .thirteenhundredfifty\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .thirteenhundredfifty\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .thirteenhundredfifty\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .thirteenhundredfifty\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .thirteenhundredfifty\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .thirteenhundredfifty\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .thirteenhundredfifty\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .thirteenhundredfifty\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .thirteenhundredfifty\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .thirteenhundredfifty\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .thirteenhundredfifty\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .thirteenhundredfifty\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .thirteenhundredfifty\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .thirteenhundredfifty\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .thirteenhundredfifty\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .thirteenhundredfifty\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .thirteenhundredfifty\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .thirteenhundredfifty\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .thirteenhundredfifty\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .thirteenhundredfifty\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .thirteenhundredfifty\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .thirteenhundredfifty\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .thirteenhundredfifty\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .thirteenhundredfifty\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .thirteenhundredfifty\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .thirteenhundredfifty\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .thirteenhundredfifty\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .thirteenhundredfifty\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .thirteenhundredfifty\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .thirteenhundredfifty\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .thirteenhundredfifty\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .thirteenhundredfifty\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .thirteenhundredfifty\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .thirteenhundredfifty\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .thirteenhundredfifty\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .thirteenhundredfifty\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .thirteenhundredfifty\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .thirteenhundredfifty\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .thirteenhundredfifty\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .thirteenhundredfifty\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .thirteenhundredfifty\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .thirteenhundredfifty\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .thirteenhundredfifty\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .thirteenhundredfifty\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .thirteenhundredfifty\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .thirteenhundredfifty\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .thirteenhundredfifty\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .thirteenhundredfifty\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .thirteenhundredfifty\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .thirteenhundredfifty\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .thirteenhundredfifty\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .thirteenhundredfifty\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .thirteenhundredfifty\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .thirteenhundredfifty\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .thirteenhundredfifty\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .thirteenhundredfifty\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .thirteenhundredfifty\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .thirteenhundredfifty\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .thirteenhundredfifty\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .thirteenhundredfifty\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .thirteenhundredfifty\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .thirteenhundredfifty\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .thirteenhundredfifty\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .thirteenhundredfifty\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .thirteenhundredfifty\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .thirteenhundredfifty\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .thirteenhundredfifty\:bg-bottom{
    background-position: bottom;
  }

  .thirteenhundredfifty\:bg-center{
    background-position: center;
  }

  .thirteenhundredfifty\:bg-left{
    background-position: left;
  }

  .thirteenhundredfifty\:bg-left-bottom{
    background-position: left bottom;
  }

  .thirteenhundredfifty\:bg-left-top{
    background-position: left top;
  }

  .thirteenhundredfifty\:bg-right{
    background-position: right;
  }

  .thirteenhundredfifty\:bg-right-bottom{
    background-position: right bottom;
  }

  .thirteenhundredfifty\:bg-right-top{
    background-position: right top;
  }

  .thirteenhundredfifty\:bg-top{
    background-position: top;
  }

  .thirteenhundredfifty\:bg-repeat{
    background-repeat: repeat;
  }

  .thirteenhundredfifty\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .thirteenhundredfifty\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .thirteenhundredfifty\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .thirteenhundredfifty\:bg-repeat-round{
    background-repeat: round;
  }

  .thirteenhundredfifty\:bg-repeat-space{
    background-repeat: space;
  }

  .thirteenhundredfifty\:bg-auto{
    background-size: auto;
  }

  .thirteenhundredfifty\:bg-cover{
    background-size: cover;
  }

  .thirteenhundredfifty\:bg-contain{
    background-size: contain;
  }

  .thirteenhundredfifty\:border-collapse{
    border-collapse: collapse;
  }

  .thirteenhundredfifty\:border-separate{
    border-collapse: separate;
  }

  .thirteenhundredfifty\:border-transparent{
    border-color: transparent;
  }

  .thirteenhundredfifty\:border-current{
    border-color: currentColor;
  }

  .thirteenhundredfifty\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .thirteenhundredfifty\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .thirteenhundredfifty\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundredfifty\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .thirteenhundredfifty\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .thirteenhundredfifty\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .thirteenhundredfifty\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .thirteenhundredfifty\:border-opacity-0{
    --border-opacity: 0;
  }

  .thirteenhundredfifty\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .thirteenhundredfifty\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .thirteenhundredfifty\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .thirteenhundredfifty\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .thirteenhundredfifty\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .thirteenhundredfifty\:border-opacity-100{
    --border-opacity: 1;
  }

  .thirteenhundredfifty\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .thirteenhundredfifty\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .thirteenhundredfifty\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .thirteenhundredfifty\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .thirteenhundredfifty\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .thirteenhundredfifty\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .thirteenhundredfifty\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .thirteenhundredfifty\:rounded-none{
    border-radius: 0;
  }

  .thirteenhundredfifty\:rounded-sm{
    border-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded{
    border-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-md{
    border-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-lg{
    border-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-lg2{
    border-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-full{
    border-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .thirteenhundredfifty\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .thirteenhundredfifty\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .thirteenhundredfifty\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .thirteenhundredfifty\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .thirteenhundredfifty\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .thirteenhundredfifty\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .thirteenhundredfifty\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .thirteenhundredfifty\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .thirteenhundredfifty\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .thirteenhundredfifty\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .thirteenhundredfifty\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .thirteenhundredfifty\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .thirteenhundredfifty\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .thirteenhundredfifty\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .thirteenhundredfifty\:border-solid{
    border-style: solid;
  }

  .thirteenhundredfifty\:border-dashed{
    border-style: dashed;
  }

  .thirteenhundredfifty\:border-dotted{
    border-style: dotted;
  }

  .thirteenhundredfifty\:border-double{
    border-style: double;
  }

  .thirteenhundredfifty\:border-none{
    border-style: none;
  }

  .thirteenhundredfifty\:border-0{
    border-width: 0;
  }

  .thirteenhundredfifty\:border-2{
    border-width: 2px;
  }

  .thirteenhundredfifty\:border-4{
    border-width: 4px;
  }

  .thirteenhundredfifty\:border-8{
    border-width: 8px;
  }

  .thirteenhundredfifty\:border{
    border-width: 1px;
  }

  .thirteenhundredfifty\:border-t-0{
    border-top-width: 0;
  }

  .thirteenhundredfifty\:border-r-0{
    border-right-width: 0;
  }

  .thirteenhundredfifty\:border-b-0{
    border-bottom-width: 0;
  }

  .thirteenhundredfifty\:border-l-0{
    border-left-width: 0;
  }

  .thirteenhundredfifty\:border-t-2{
    border-top-width: 2px;
  }

  .thirteenhundredfifty\:border-r-2{
    border-right-width: 2px;
  }

  .thirteenhundredfifty\:border-b-2{
    border-bottom-width: 2px;
  }

  .thirteenhundredfifty\:border-l-2{
    border-left-width: 2px;
  }

  .thirteenhundredfifty\:border-t-4{
    border-top-width: 4px;
  }

  .thirteenhundredfifty\:border-r-4{
    border-right-width: 4px;
  }

  .thirteenhundredfifty\:border-b-4{
    border-bottom-width: 4px;
  }

  .thirteenhundredfifty\:border-l-4{
    border-left-width: 4px;
  }

  .thirteenhundredfifty\:border-t-8{
    border-top-width: 8px;
  }

  .thirteenhundredfifty\:border-r-8{
    border-right-width: 8px;
  }

  .thirteenhundredfifty\:border-b-8{
    border-bottom-width: 8px;
  }

  .thirteenhundredfifty\:border-l-8{
    border-left-width: 8px;
  }

  .thirteenhundredfifty\:border-t{
    border-top-width: 1px;
  }

  .thirteenhundredfifty\:border-r{
    border-right-width: 1px;
  }

  .thirteenhundredfifty\:border-b{
    border-bottom-width: 1px;
  }

  .thirteenhundredfifty\:border-l{
    border-left-width: 1px;
  }

  .thirteenhundredfifty\:box-border{
    box-sizing: border-box;
  }

  .thirteenhundredfifty\:box-content{
    box-sizing: content-box;
  }

  .thirteenhundredfifty\:cursor-auto{
    cursor: auto;
  }

  .thirteenhundredfifty\:cursor-default{
    cursor: default;
  }

  .thirteenhundredfifty\:cursor-pointer{
    cursor: pointer;
  }

  .thirteenhundredfifty\:cursor-wait{
    cursor: wait;
  }

  .thirteenhundredfifty\:cursor-text{
    cursor: text;
  }

  .thirteenhundredfifty\:cursor-move{
    cursor: move;
  }

  .thirteenhundredfifty\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .thirteenhundredfifty\:block{
    display: block;
  }

  .thirteenhundredfifty\:inline-block{
    display: inline-block;
  }

  .thirteenhundredfifty\:inline{
    display: inline;
  }

  .thirteenhundredfifty\:flex{
    display: flex;
  }

  .thirteenhundredfifty\:inline-flex{
    display: inline-flex;
  }

  .thirteenhundredfifty\:table{
    display: table;
  }

  .thirteenhundredfifty\:table-caption{
    display: table-caption;
  }

  .thirteenhundredfifty\:table-cell{
    display: table-cell;
  }

  .thirteenhundredfifty\:table-column{
    display: table-column;
  }

  .thirteenhundredfifty\:table-column-group{
    display: table-column-group;
  }

  .thirteenhundredfifty\:table-footer-group{
    display: table-footer-group;
  }

  .thirteenhundredfifty\:table-header-group{
    display: table-header-group;
  }

  .thirteenhundredfifty\:table-row-group{
    display: table-row-group;
  }

  .thirteenhundredfifty\:table-row{
    display: table-row;
  }

  .thirteenhundredfifty\:flow-root{
    display: flow-root;
  }

  .thirteenhundredfifty\:grid{
    display: grid;
  }

  .thirteenhundredfifty\:inline-grid{
    display: inline-grid;
  }

  .thirteenhundredfifty\:contents{
    display: contents;
  }

  .thirteenhundredfifty\:hidden{
    display: none;
  }

  .thirteenhundredfifty\:flex-row{
    flex-direction: row;
  }

  .thirteenhundredfifty\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .thirteenhundredfifty\:flex-col{
    flex-direction: column;
  }

  .thirteenhundredfifty\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .thirteenhundredfifty\:flex-wrap{
    flex-wrap: wrap;
  }

  .thirteenhundredfifty\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .thirteenhundredfifty\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .thirteenhundredfifty\:place-items-auto{
    place-items: auto;
  }

  .thirteenhundredfifty\:place-items-start{
    place-items: start;
  }

  .thirteenhundredfifty\:place-items-end{
    place-items: end;
  }

  .thirteenhundredfifty\:place-items-center{
    place-items: center;
  }

  .thirteenhundredfifty\:place-items-stretch{
    place-items: stretch;
  }

  .thirteenhundredfifty\:place-content-center{
    place-content: center;
  }

  .thirteenhundredfifty\:place-content-start{
    place-content: start;
  }

  .thirteenhundredfifty\:place-content-end{
    place-content: end;
  }

  .thirteenhundredfifty\:place-content-between{
    place-content: space-between;
  }

  .thirteenhundredfifty\:place-content-around{
    place-content: space-around;
  }

  .thirteenhundredfifty\:place-content-evenly{
    place-content: space-evenly;
  }

  .thirteenhundredfifty\:place-content-stretch{
    place-content: stretch;
  }

  .thirteenhundredfifty\:place-self-auto{
    place-self: auto;
  }

  .thirteenhundredfifty\:place-self-start{
    place-self: start;
  }

  .thirteenhundredfifty\:place-self-end{
    place-self: end;
  }

  .thirteenhundredfifty\:place-self-center{
    place-self: center;
  }

  .thirteenhundredfifty\:place-self-stretch{
    place-self: stretch;
  }

  .thirteenhundredfifty\:items-start{
    align-items: flex-start;
  }

  .thirteenhundredfifty\:items-end{
    align-items: flex-end;
  }

  .thirteenhundredfifty\:items-center{
    align-items: center;
  }

  .thirteenhundredfifty\:items-baseline{
    align-items: baseline;
  }

  .thirteenhundredfifty\:items-stretch{
    align-items: stretch;
  }

  .thirteenhundredfifty\:content-center{
    align-content: center;
  }

  .thirteenhundredfifty\:content-start{
    align-content: flex-start;
  }

  .thirteenhundredfifty\:content-end{
    align-content: flex-end;
  }

  .thirteenhundredfifty\:content-between{
    align-content: space-between;
  }

  .thirteenhundredfifty\:content-around{
    align-content: space-around;
  }

  .thirteenhundredfifty\:content-evenly{
    align-content: space-evenly;
  }

  .thirteenhundredfifty\:self-auto{
    align-self: auto;
  }

  .thirteenhundredfifty\:self-start{
    align-self: flex-start;
  }

  .thirteenhundredfifty\:self-end{
    align-self: flex-end;
  }

  .thirteenhundredfifty\:self-center{
    align-self: center;
  }

  .thirteenhundredfifty\:self-stretch{
    align-self: stretch;
  }

  .thirteenhundredfifty\:justify-items-auto{
    justify-items: auto;
  }

  .thirteenhundredfifty\:justify-items-start{
    justify-items: start;
  }

  .thirteenhundredfifty\:justify-items-end{
    justify-items: end;
  }

  .thirteenhundredfifty\:justify-items-center{
    justify-items: center;
  }

  .thirteenhundredfifty\:justify-items-stretch{
    justify-items: stretch;
  }

  .thirteenhundredfifty\:justify-start{
    justify-content: flex-start;
  }

  .thirteenhundredfifty\:justify-end{
    justify-content: flex-end;
  }

  .thirteenhundredfifty\:justify-center{
    justify-content: center;
  }

  .thirteenhundredfifty\:justify-between{
    justify-content: space-between;
  }

  .thirteenhundredfifty\:justify-around{
    justify-content: space-around;
  }

  .thirteenhundredfifty\:justify-evenly{
    justify-content: space-evenly;
  }

  .thirteenhundredfifty\:justify-self-auto{
    justify-self: auto;
  }

  .thirteenhundredfifty\:justify-self-start{
    justify-self: start;
  }

  .thirteenhundredfifty\:justify-self-end{
    justify-self: end;
  }

  .thirteenhundredfifty\:justify-self-center{
    justify-self: center;
  }

  .thirteenhundredfifty\:justify-self-stretch{
    justify-self: stretch;
  }

  .thirteenhundredfifty\:flex-1{
    flex: 1 1 0%;
  }

  .thirteenhundredfifty\:flex-auto{
    flex: 1 1 auto;
  }

  .thirteenhundredfifty\:flex-initial{
    flex: 0 1 auto;
  }

  .thirteenhundredfifty\:flex-none{
    flex: none;
  }

  .thirteenhundredfifty\:flex-grow-0{
    flex-grow: 0;
  }

  .thirteenhundredfifty\:flex-grow{
    flex-grow: 1;
  }

  .thirteenhundredfifty\:flex-shrink-0{
    flex-shrink: 0;
  }

  .thirteenhundredfifty\:flex-shrink{
    flex-shrink: 1;
  }

  .thirteenhundredfifty\:order-1{
    order: 1;
  }

  .thirteenhundredfifty\:order-2{
    order: 2;
  }

  .thirteenhundredfifty\:order-3{
    order: 3;
  }

  .thirteenhundredfifty\:order-4{
    order: 4;
  }

  .thirteenhundredfifty\:order-5{
    order: 5;
  }

  .thirteenhundredfifty\:order-6{
    order: 6;
  }

  .thirteenhundredfifty\:order-7{
    order: 7;
  }

  .thirteenhundredfifty\:order-8{
    order: 8;
  }

  .thirteenhundredfifty\:order-9{
    order: 9;
  }

  .thirteenhundredfifty\:order-10{
    order: 10;
  }

  .thirteenhundredfifty\:order-11{
    order: 11;
  }

  .thirteenhundredfifty\:order-12{
    order: 12;
  }

  .thirteenhundredfifty\:order-first{
    order: -9999;
  }

  .thirteenhundredfifty\:order-last{
    order: 9999;
  }

  .thirteenhundredfifty\:order-none{
    order: 0;
  }

  .thirteenhundredfifty\:float-right{
    float: right;
  }

  .thirteenhundredfifty\:float-left{
    float: left;
  }

  .thirteenhundredfifty\:float-none{
    float: none;
  }

  .thirteenhundredfifty\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .thirteenhundredfifty\:clear-left{
    clear: left;
  }

  .thirteenhundredfifty\:clear-right{
    clear: right;
  }

  .thirteenhundredfifty\:clear-both{
    clear: both;
  }

  .thirteenhundredfifty\:clear-none{
    clear: none;
  }

  .thirteenhundredfifty\: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";
  }

  .thirteenhundredfifty\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .thirteenhundredfifty\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .thirteenhundredfifty\:font-hairline{
    font-weight: 100;
  }

  .thirteenhundredfifty\:font-thin{
    font-weight: 200;
  }

  .thirteenhundredfifty\:font-light{
    font-weight: 300;
  }

  .thirteenhundredfifty\:font-normal{
    font-weight: 400;
  }

  .thirteenhundredfifty\:font-medium{
    font-weight: 500;
  }

  .thirteenhundredfifty\:font-semibold{
    font-weight: 600;
  }

  .thirteenhundredfifty\:font-bold{
    font-weight: 700;
  }

  .thirteenhundredfifty\:font-extrabold{
    font-weight: 800;
  }

  .thirteenhundredfifty\:font-black{
    font-weight: 900;
  }

  .thirteenhundredfifty\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .thirteenhundredfifty\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .thirteenhundredfifty\:hover\:font-light:hover{
    font-weight: 300;
  }

  .thirteenhundredfifty\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .thirteenhundredfifty\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .thirteenhundredfifty\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .thirteenhundredfifty\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .thirteenhundredfifty\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .thirteenhundredfifty\:hover\:font-black:hover{
    font-weight: 900;
  }

  .thirteenhundredfifty\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .thirteenhundredfifty\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .thirteenhundredfifty\:focus\:font-light:focus{
    font-weight: 300;
  }

  .thirteenhundredfifty\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .thirteenhundredfifty\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .thirteenhundredfifty\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .thirteenhundredfifty\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .thirteenhundredfifty\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .thirteenhundredfifty\:focus\:font-black:focus{
    font-weight: 900;
  }

  .thirteenhundredfifty\:h-0{
    height: 0;
  }

  .thirteenhundredfifty\:h-1{
    height: 0.25rem;
  }

  .thirteenhundredfifty\:h-2{
    height: 0.5rem;
  }

  .thirteenhundredfifty\:h-3{
    height: 0.75rem;
  }

  .thirteenhundredfifty\:h-4{
    height: 1rem;
  }

  .thirteenhundredfifty\:h-5{
    height: 1.25rem;
  }

  .thirteenhundredfifty\:h-6{
    height: 1.5rem;
  }

  .thirteenhundredfifty\:h-8{
    height: 2rem;
  }

  .thirteenhundredfifty\:h-10{
    height: 2.5rem;
  }

  .thirteenhundredfifty\:h-12{
    height: 3rem;
  }

  .thirteenhundredfifty\:h-16{
    height: 4rem;
  }

  .thirteenhundredfifty\:h-20{
    height: 5rem;
  }

  .thirteenhundredfifty\:h-24{
    height: 6rem;
  }

  .thirteenhundredfifty\:h-32{
    height: 8rem;
  }

  .thirteenhundredfifty\:h-40{
    height: 10rem;
  }

  .thirteenhundredfifty\:h-48{
    height: 12rem;
  }

  .thirteenhundredfifty\:h-56{
    height: 14rem;
  }

  .thirteenhundredfifty\:h-64{
    height: 16rem;
  }

  .thirteenhundredfifty\:h-72{
    height: 18rem;
  }

  .thirteenhundredfifty\:h-80{
    height: 20rem;
  }

  .thirteenhundredfifty\:h-88{
    height: 22rem;
  }

  .thirteenhundredfifty\:h-96{
    height: 24rem;
  }

  .thirteenhundredfifty\:h-104{
    height: 26rem;
  }

  .thirteenhundredfifty\:h-112{
    height: 28rem;
  }

  .thirteenhundredfifty\:h-128{
    height: 30rem;
  }

  .thirteenhundredfifty\:h-144{
    height: 34rem;
  }

  .thirteenhundredfifty\:h-160{
    height: 38rem;
  }

  .thirteenhundredfifty\:h-176{
    height: 42rem;
  }

  .thirteenhundredfifty\:h-192{
    height: 46rem;
  }

  .thirteenhundredfifty\:h-208{
    height: 50rem;
  }

  .thirteenhundredfifty\:h-224{
    height: 54rem;
  }

  .thirteenhundredfifty\:h-240{
    height: 58rem;
  }

  .thirteenhundredfifty\:h-256{
    height: 62rem;
  }

  .thirteenhundredfifty\:h-auto{
    height: auto;
  }

  .thirteenhundredfifty\:h-px{
    height: 1px;
  }

  .thirteenhundredfifty\:h-full{
    height: 100%;
  }

  .thirteenhundredfifty\:h-screen{
    height: 100vh;
  }

  .thirteenhundredfifty\:text-3xs{
    font-size: 0.5rem;
  }

  .thirteenhundredfifty\:text-2xs{
    font-size: 0.625rem;
  }

  .thirteenhundredfifty\:text-xs{
    font-size: 0.75rem;
  }

  .thirteenhundredfifty\:text-sm{
    font-size: 0.875rem;
  }

  .thirteenhundredfifty\:text-base{
    font-size: 1rem;
  }

  .thirteenhundredfifty\:text-lg{
    font-size: 1.125rem;
  }

  .thirteenhundredfifty\:text-xl{
    font-size: 1.25rem;
  }

  .thirteenhundredfifty\:text-2xl{
    font-size: 1.5rem;
  }

  .thirteenhundredfifty\:text-3xl{
    font-size: 1.875rem;
  }

  .thirteenhundredfifty\:text-4xl{
    font-size: 2.25rem;
  }

  .thirteenhundredfifty\:text-5xl{
    font-size: 3rem;
  }

  .thirteenhundredfifty\:text-6xl{
    font-size: 4rem;
  }

  .thirteenhundredfifty\:text-7xl{
    font-size: 6rem;
  }

  .thirteenhundredfifty\:text-8xl{
    font-size: 8rem;
  }

  .thirteenhundredfifty\:leading-3{
    line-height: .75rem;
  }

  .thirteenhundredfifty\:leading-4{
    line-height: 1rem;
  }

  .thirteenhundredfifty\:leading-5{
    line-height: 1.25rem;
  }

  .thirteenhundredfifty\:leading-6{
    line-height: 1.5rem;
  }

  .thirteenhundredfifty\:leading-7{
    line-height: 1.75rem;
  }

  .thirteenhundredfifty\:leading-8{
    line-height: 2rem;
  }

  .thirteenhundredfifty\:leading-9{
    line-height: 2.25rem;
  }

  .thirteenhundredfifty\:leading-10{
    line-height: 2.5rem;
  }

  .thirteenhundredfifty\:leading-none{
    line-height: 1;
  }

  .thirteenhundredfifty\:leading-tight{
    line-height: 1.25;
  }

  .thirteenhundredfifty\:leading-snug{
    line-height: 1.375;
  }

  .thirteenhundredfifty\:leading-normal{
    line-height: 1.5;
  }

  .thirteenhundredfifty\:leading-relaxed{
    line-height: 1.625;
  }

  .thirteenhundredfifty\:leading-loose{
    line-height: 2;
  }

  .thirteenhundredfifty\:list-inside{
    list-style-position: inside;
  }

  .thirteenhundredfifty\:list-outside{
    list-style-position: outside;
  }

  .thirteenhundredfifty\:list-none{
    list-style-type: none;
  }

  .thirteenhundredfifty\:list-disc{
    list-style-type: disc;
  }

  .thirteenhundredfifty\:list-decimal{
    list-style-type: decimal;
  }

  .thirteenhundredfifty\:m-0{
    margin: 0;
  }

  .thirteenhundredfifty\:m-1{
    margin: 0.25rem;
  }

  .thirteenhundredfifty\:m-2{
    margin: 0.5rem;
  }

  .thirteenhundredfifty\:m-3{
    margin: 0.75rem;
  }

  .thirteenhundredfifty\:m-4{
    margin: 1rem;
  }

  .thirteenhundredfifty\:m-5{
    margin: 1.25rem;
  }

  .thirteenhundredfifty\:m-6{
    margin: 1.5rem;
  }

  .thirteenhundredfifty\:m-8{
    margin: 2rem;
  }

  .thirteenhundredfifty\:m-10{
    margin: 2.5rem;
  }

  .thirteenhundredfifty\:m-12{
    margin: 3rem;
  }

  .thirteenhundredfifty\:m-16{
    margin: 4rem;
  }

  .thirteenhundredfifty\:m-20{
    margin: 5rem;
  }

  .thirteenhundredfifty\:m-24{
    margin: 6rem;
  }

  .thirteenhundredfifty\:m-32{
    margin: 8rem;
  }

  .thirteenhundredfifty\:m-40{
    margin: 10rem;
  }

  .thirteenhundredfifty\:m-48{
    margin: 12rem;
  }

  .thirteenhundredfifty\:m-56{
    margin: 14rem;
  }

  .thirteenhundredfifty\:m-64{
    margin: 16rem;
  }

  .thirteenhundredfifty\:m-72{
    margin: 18rem;
  }

  .thirteenhundredfifty\:m-80{
    margin: 20rem;
  }

  .thirteenhundredfifty\:m-88{
    margin: 22rem;
  }

  .thirteenhundredfifty\:m-96{
    margin: 24rem;
  }

  .thirteenhundredfifty\:m-104{
    margin: 26rem;
  }

  .thirteenhundredfifty\:m-112{
    margin: 28rem;
  }

  .thirteenhundredfifty\:m-128{
    margin: 30rem;
  }

  .thirteenhundredfifty\:m-144{
    margin: 34rem;
  }

  .thirteenhundredfifty\:m-160{
    margin: 38rem;
  }

  .thirteenhundredfifty\:m-176{
    margin: 42rem;
  }

  .thirteenhundredfifty\:m-192{
    margin: 46rem;
  }

  .thirteenhundredfifty\:m-208{
    margin: 50rem;
  }

  .thirteenhundredfifty\:m-224{
    margin: 54rem;
  }

  .thirteenhundredfifty\:m-240{
    margin: 58rem;
  }

  .thirteenhundredfifty\:m-256{
    margin: 62rem;
  }

  .thirteenhundredfifty\:m-auto{
    margin: auto;
  }

  .thirteenhundredfifty\:m-px{
    margin: 1px;
  }

  .thirteenhundredfifty\:-m-1{
    margin: -0.25rem;
  }

  .thirteenhundredfifty\:-m-2{
    margin: -0.5rem;
  }

  .thirteenhundredfifty\:-m-3{
    margin: -0.75rem;
  }

  .thirteenhundredfifty\:-m-4{
    margin: -1rem;
  }

  .thirteenhundredfifty\:-m-5{
    margin: -1.25rem;
  }

  .thirteenhundredfifty\:-m-6{
    margin: -1.5rem;
  }

  .thirteenhundredfifty\:-m-8{
    margin: -2rem;
  }

  .thirteenhundredfifty\:-m-10{
    margin: -2.5rem;
  }

  .thirteenhundredfifty\:-m-12{
    margin: -3rem;
  }

  .thirteenhundredfifty\:-m-16{
    margin: -4rem;
  }

  .thirteenhundredfifty\:-m-20{
    margin: -5rem;
  }

  .thirteenhundredfifty\:-m-24{
    margin: -6rem;
  }

  .thirteenhundredfifty\:-m-32{
    margin: -8rem;
  }

  .thirteenhundredfifty\:-m-40{
    margin: -10rem;
  }

  .thirteenhundredfifty\:-m-48{
    margin: -12rem;
  }

  .thirteenhundredfifty\:-m-56{
    margin: -14rem;
  }

  .thirteenhundredfifty\:-m-64{
    margin: -16rem;
  }

  .thirteenhundredfifty\:-m-72{
    margin: -18rem;
  }

  .thirteenhundredfifty\:-m-80{
    margin: -20rem;
  }

  .thirteenhundredfifty\:-m-88{
    margin: -22rem;
  }

  .thirteenhundredfifty\:-m-96{
    margin: -24rem;
  }

  .thirteenhundredfifty\:-m-104{
    margin: -26rem;
  }

  .thirteenhundredfifty\:-m-112{
    margin: -28rem;
  }

  .thirteenhundredfifty\:-m-128{
    margin: -30rem;
  }

  .thirteenhundredfifty\:-m-144{
    margin: -34rem;
  }

  .thirteenhundredfifty\:-m-160{
    margin: -38rem;
  }

  .thirteenhundredfifty\:-m-176{
    margin: -42rem;
  }

  .thirteenhundredfifty\:-m-192{
    margin: -46rem;
  }

  .thirteenhundredfifty\:-m-208{
    margin: -50rem;
  }

  .thirteenhundredfifty\:-m-224{
    margin: -54rem;
  }

  .thirteenhundredfifty\:-m-240{
    margin: -58rem;
  }

  .thirteenhundredfifty\:-m-256{
    margin: -62rem;
  }

  .thirteenhundredfifty\:-m-px{
    margin: -1px;
  }

  .thirteenhundredfifty\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .thirteenhundredfifty\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .thirteenhundredfifty\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .thirteenhundredfifty\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .thirteenhundredfifty\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .thirteenhundredfifty\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .thirteenhundredfifty\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .thirteenhundredfifty\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .thirteenhundredfifty\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .thirteenhundredfifty\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .thirteenhundredfifty\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .thirteenhundredfifty\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .thirteenhundredfifty\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .thirteenhundredfifty\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .thirteenhundredfifty\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .thirteenhundredfifty\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .thirteenhundredfifty\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .thirteenhundredfifty\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .thirteenhundredfifty\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .thirteenhundredfifty\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .thirteenhundredfifty\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .thirteenhundredfifty\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .thirteenhundredfifty\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .thirteenhundredfifty\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .thirteenhundredfifty\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .thirteenhundredfifty\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .thirteenhundredfifty\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .thirteenhundredfifty\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .thirteenhundredfifty\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .thirteenhundredfifty\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .thirteenhundredfifty\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .thirteenhundredfifty\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .thirteenhundredfifty\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .thirteenhundredfifty\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .thirteenhundredfifty\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .thirteenhundredfifty\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .thirteenhundredfifty\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .thirteenhundredfifty\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .thirteenhundredfifty\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .thirteenhundredfifty\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .thirteenhundredfifty\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .thirteenhundredfifty\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .thirteenhundredfifty\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .thirteenhundredfifty\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .thirteenhundredfifty\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .thirteenhundredfifty\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .thirteenhundredfifty\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .thirteenhundredfifty\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .thirteenhundredfifty\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .thirteenhundredfifty\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .thirteenhundredfifty\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .thirteenhundredfifty\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .thirteenhundredfifty\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .thirteenhundredfifty\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .thirteenhundredfifty\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .thirteenhundredfifty\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .thirteenhundredfifty\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .thirteenhundredfifty\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .thirteenhundredfifty\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .thirteenhundredfifty\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .thirteenhundredfifty\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .thirteenhundredfifty\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .thirteenhundredfifty\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .thirteenhundredfifty\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .thirteenhundredfifty\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .thirteenhundredfifty\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .thirteenhundredfifty\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .thirteenhundredfifty\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .thirteenhundredfifty\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .thirteenhundredfifty\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .thirteenhundredfifty\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .thirteenhundredfifty\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .thirteenhundredfifty\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .thirteenhundredfifty\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .thirteenhundredfifty\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .thirteenhundredfifty\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .thirteenhundredfifty\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .thirteenhundredfifty\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .thirteenhundredfifty\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .thirteenhundredfifty\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .thirteenhundredfifty\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .thirteenhundredfifty\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .thirteenhundredfifty\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .thirteenhundredfifty\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .thirteenhundredfifty\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .thirteenhundredfifty\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .thirteenhundredfifty\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .thirteenhundredfifty\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .thirteenhundredfifty\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .thirteenhundredfifty\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .thirteenhundredfifty\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .thirteenhundredfifty\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .thirteenhundredfifty\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .thirteenhundredfifty\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .thirteenhundredfifty\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .thirteenhundredfifty\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .thirteenhundredfifty\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .thirteenhundredfifty\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .thirteenhundredfifty\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .thirteenhundredfifty\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .thirteenhundredfifty\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .thirteenhundredfifty\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .thirteenhundredfifty\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .thirteenhundredfifty\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .thirteenhundredfifty\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .thirteenhundredfifty\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .thirteenhundredfifty\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .thirteenhundredfifty\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .thirteenhundredfifty\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .thirteenhundredfifty\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .thirteenhundredfifty\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .thirteenhundredfifty\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .thirteenhundredfifty\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .thirteenhundredfifty\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .thirteenhundredfifty\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .thirteenhundredfifty\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .thirteenhundredfifty\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .thirteenhundredfifty\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .thirteenhundredfifty\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .thirteenhundredfifty\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .thirteenhundredfifty\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .thirteenhundredfifty\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .thirteenhundredfifty\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .thirteenhundredfifty\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .thirteenhundredfifty\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .thirteenhundredfifty\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .thirteenhundredfifty\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .thirteenhundredfifty\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .thirteenhundredfifty\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .thirteenhundredfifty\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .thirteenhundredfifty\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .thirteenhundredfifty\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .thirteenhundredfifty\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .thirteenhundredfifty\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .thirteenhundredfifty\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .thirteenhundredfifty\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .thirteenhundredfifty\:mt-0{
    margin-top: 0;
  }

  .thirteenhundredfifty\:mr-0{
    margin-right: 0;
  }

  .thirteenhundredfifty\:mb-0{
    margin-bottom: 0;
  }

  .thirteenhundredfifty\:ml-0{
    margin-left: 0;
  }

  .thirteenhundredfifty\:mt-1{
    margin-top: 0.25rem;
  }

  .thirteenhundredfifty\:mr-1{
    margin-right: 0.25rem;
  }

  .thirteenhundredfifty\:mb-1{
    margin-bottom: 0.25rem;
  }

  .thirteenhundredfifty\:ml-1{
    margin-left: 0.25rem;
  }

  .thirteenhundredfifty\:mt-2{
    margin-top: 0.5rem;
  }

  .thirteenhundredfifty\:mr-2{
    margin-right: 0.5rem;
  }

  .thirteenhundredfifty\:mb-2{
    margin-bottom: 0.5rem;
  }

  .thirteenhundredfifty\:ml-2{
    margin-left: 0.5rem;
  }

  .thirteenhundredfifty\:mt-3{
    margin-top: 0.75rem;
  }

  .thirteenhundredfifty\:mr-3{
    margin-right: 0.75rem;
  }

  .thirteenhundredfifty\:mb-3{
    margin-bottom: 0.75rem;
  }

  .thirteenhundredfifty\:ml-3{
    margin-left: 0.75rem;
  }

  .thirteenhundredfifty\:mt-4{
    margin-top: 1rem;
  }

  .thirteenhundredfifty\:mr-4{
    margin-right: 1rem;
  }

  .thirteenhundredfifty\:mb-4{
    margin-bottom: 1rem;
  }

  .thirteenhundredfifty\:ml-4{
    margin-left: 1rem;
  }

  .thirteenhundredfifty\:mt-5{
    margin-top: 1.25rem;
  }

  .thirteenhundredfifty\:mr-5{
    margin-right: 1.25rem;
  }

  .thirteenhundredfifty\:mb-5{
    margin-bottom: 1.25rem;
  }

  .thirteenhundredfifty\:ml-5{
    margin-left: 1.25rem;
  }

  .thirteenhundredfifty\:mt-6{
    margin-top: 1.5rem;
  }

  .thirteenhundredfifty\:mr-6{
    margin-right: 1.5rem;
  }

  .thirteenhundredfifty\:mb-6{
    margin-bottom: 1.5rem;
  }

  .thirteenhundredfifty\:ml-6{
    margin-left: 1.5rem;
  }

  .thirteenhundredfifty\:mt-8{
    margin-top: 2rem;
  }

  .thirteenhundredfifty\:mr-8{
    margin-right: 2rem;
  }

  .thirteenhundredfifty\:mb-8{
    margin-bottom: 2rem;
  }

  .thirteenhundredfifty\:ml-8{
    margin-left: 2rem;
  }

  .thirteenhundredfifty\:mt-10{
    margin-top: 2.5rem;
  }

  .thirteenhundredfifty\:mr-10{
    margin-right: 2.5rem;
  }

  .thirteenhundredfifty\:mb-10{
    margin-bottom: 2.5rem;
  }

  .thirteenhundredfifty\:ml-10{
    margin-left: 2.5rem;
  }

  .thirteenhundredfifty\:mt-12{
    margin-top: 3rem;
  }

  .thirteenhundredfifty\:mr-12{
    margin-right: 3rem;
  }

  .thirteenhundredfifty\:mb-12{
    margin-bottom: 3rem;
  }

  .thirteenhundredfifty\:ml-12{
    margin-left: 3rem;
  }

  .thirteenhundredfifty\:mt-16{
    margin-top: 4rem;
  }

  .thirteenhundredfifty\:mr-16{
    margin-right: 4rem;
  }

  .thirteenhundredfifty\:mb-16{
    margin-bottom: 4rem;
  }

  .thirteenhundredfifty\:ml-16{
    margin-left: 4rem;
  }

  .thirteenhundredfifty\:mt-20{
    margin-top: 5rem;
  }

  .thirteenhundredfifty\:mr-20{
    margin-right: 5rem;
  }

  .thirteenhundredfifty\:mb-20{
    margin-bottom: 5rem;
  }

  .thirteenhundredfifty\:ml-20{
    margin-left: 5rem;
  }

  .thirteenhundredfifty\:mt-24{
    margin-top: 6rem;
  }

  .thirteenhundredfifty\:mr-24{
    margin-right: 6rem;
  }

  .thirteenhundredfifty\:mb-24{
    margin-bottom: 6rem;
  }

  .thirteenhundredfifty\:ml-24{
    margin-left: 6rem;
  }

  .thirteenhundredfifty\:mt-32{
    margin-top: 8rem;
  }

  .thirteenhundredfifty\:mr-32{
    margin-right: 8rem;
  }

  .thirteenhundredfifty\:mb-32{
    margin-bottom: 8rem;
  }

  .thirteenhundredfifty\:ml-32{
    margin-left: 8rem;
  }

  .thirteenhundredfifty\:mt-40{
    margin-top: 10rem;
  }

  .thirteenhundredfifty\:mr-40{
    margin-right: 10rem;
  }

  .thirteenhundredfifty\:mb-40{
    margin-bottom: 10rem;
  }

  .thirteenhundredfifty\:ml-40{
    margin-left: 10rem;
  }

  .thirteenhundredfifty\:mt-48{
    margin-top: 12rem;
  }

  .thirteenhundredfifty\:mr-48{
    margin-right: 12rem;
  }

  .thirteenhundredfifty\:mb-48{
    margin-bottom: 12rem;
  }

  .thirteenhundredfifty\:ml-48{
    margin-left: 12rem;
  }

  .thirteenhundredfifty\:mt-56{
    margin-top: 14rem;
  }

  .thirteenhundredfifty\:mr-56{
    margin-right: 14rem;
  }

  .thirteenhundredfifty\:mb-56{
    margin-bottom: 14rem;
  }

  .thirteenhundredfifty\:ml-56{
    margin-left: 14rem;
  }

  .thirteenhundredfifty\:mt-64{
    margin-top: 16rem;
  }

  .thirteenhundredfifty\:mr-64{
    margin-right: 16rem;
  }

  .thirteenhundredfifty\:mb-64{
    margin-bottom: 16rem;
  }

  .thirteenhundredfifty\:ml-64{
    margin-left: 16rem;
  }

  .thirteenhundredfifty\:mt-72{
    margin-top: 18rem;
  }

  .thirteenhundredfifty\:mr-72{
    margin-right: 18rem;
  }

  .thirteenhundredfifty\:mb-72{
    margin-bottom: 18rem;
  }

  .thirteenhundredfifty\:ml-72{
    margin-left: 18rem;
  }

  .thirteenhundredfifty\:mt-80{
    margin-top: 20rem;
  }

  .thirteenhundredfifty\:mr-80{
    margin-right: 20rem;
  }

  .thirteenhundredfifty\:mb-80{
    margin-bottom: 20rem;
  }

  .thirteenhundredfifty\:ml-80{
    margin-left: 20rem;
  }

  .thirteenhundredfifty\:mt-88{
    margin-top: 22rem;
  }

  .thirteenhundredfifty\:mr-88{
    margin-right: 22rem;
  }

  .thirteenhundredfifty\:mb-88{
    margin-bottom: 22rem;
  }

  .thirteenhundredfifty\:ml-88{
    margin-left: 22rem;
  }

  .thirteenhundredfifty\:mt-96{
    margin-top: 24rem;
  }

  .thirteenhundredfifty\:mr-96{
    margin-right: 24rem;
  }

  .thirteenhundredfifty\:mb-96{
    margin-bottom: 24rem;
  }

  .thirteenhundredfifty\:ml-96{
    margin-left: 24rem;
  }

  .thirteenhundredfifty\:mt-104{
    margin-top: 26rem;
  }

  .thirteenhundredfifty\:mr-104{
    margin-right: 26rem;
  }

  .thirteenhundredfifty\:mb-104{
    margin-bottom: 26rem;
  }

  .thirteenhundredfifty\:ml-104{
    margin-left: 26rem;
  }

  .thirteenhundredfifty\:mt-112{
    margin-top: 28rem;
  }

  .thirteenhundredfifty\:mr-112{
    margin-right: 28rem;
  }

  .thirteenhundredfifty\:mb-112{
    margin-bottom: 28rem;
  }

  .thirteenhundredfifty\:ml-112{
    margin-left: 28rem;
  }

  .thirteenhundredfifty\:mt-128{
    margin-top: 30rem;
  }

  .thirteenhundredfifty\:mr-128{
    margin-right: 30rem;
  }

  .thirteenhundredfifty\:mb-128{
    margin-bottom: 30rem;
  }

  .thirteenhundredfifty\:ml-128{
    margin-left: 30rem;
  }

  .thirteenhundredfifty\:mt-144{
    margin-top: 34rem;
  }

  .thirteenhundredfifty\:mr-144{
    margin-right: 34rem;
  }

  .thirteenhundredfifty\:mb-144{
    margin-bottom: 34rem;
  }

  .thirteenhundredfifty\:ml-144{
    margin-left: 34rem;
  }

  .thirteenhundredfifty\:mt-160{
    margin-top: 38rem;
  }

  .thirteenhundredfifty\:mr-160{
    margin-right: 38rem;
  }

  .thirteenhundredfifty\:mb-160{
    margin-bottom: 38rem;
  }

  .thirteenhundredfifty\:ml-160{
    margin-left: 38rem;
  }

  .thirteenhundredfifty\:mt-176{
    margin-top: 42rem;
  }

  .thirteenhundredfifty\:mr-176{
    margin-right: 42rem;
  }

  .thirteenhundredfifty\:mb-176{
    margin-bottom: 42rem;
  }

  .thirteenhundredfifty\:ml-176{
    margin-left: 42rem;
  }

  .thirteenhundredfifty\:mt-192{
    margin-top: 46rem;
  }

  .thirteenhundredfifty\:mr-192{
    margin-right: 46rem;
  }

  .thirteenhundredfifty\:mb-192{
    margin-bottom: 46rem;
  }

  .thirteenhundredfifty\:ml-192{
    margin-left: 46rem;
  }

  .thirteenhundredfifty\:mt-208{
    margin-top: 50rem;
  }

  .thirteenhundredfifty\:mr-208{
    margin-right: 50rem;
  }

  .thirteenhundredfifty\:mb-208{
    margin-bottom: 50rem;
  }

  .thirteenhundredfifty\:ml-208{
    margin-left: 50rem;
  }

  .thirteenhundredfifty\:mt-224{
    margin-top: 54rem;
  }

  .thirteenhundredfifty\:mr-224{
    margin-right: 54rem;
  }

  .thirteenhundredfifty\:mb-224{
    margin-bottom: 54rem;
  }

  .thirteenhundredfifty\:ml-224{
    margin-left: 54rem;
  }

  .thirteenhundredfifty\:mt-240{
    margin-top: 58rem;
  }

  .thirteenhundredfifty\:mr-240{
    margin-right: 58rem;
  }

  .thirteenhundredfifty\:mb-240{
    margin-bottom: 58rem;
  }

  .thirteenhundredfifty\:ml-240{
    margin-left: 58rem;
  }

  .thirteenhundredfifty\:mt-256{
    margin-top: 62rem;
  }

  .thirteenhundredfifty\:mr-256{
    margin-right: 62rem;
  }

  .thirteenhundredfifty\:mb-256{
    margin-bottom: 62rem;
  }

  .thirteenhundredfifty\:ml-256{
    margin-left: 62rem;
  }

  .thirteenhundredfifty\:mt-auto{
    margin-top: auto;
  }

  .thirteenhundredfifty\:mr-auto{
    margin-right: auto;
  }

  .thirteenhundredfifty\:mb-auto{
    margin-bottom: auto;
  }

  .thirteenhundredfifty\:ml-auto{
    margin-left: auto;
  }

  .thirteenhundredfifty\:mt-px{
    margin-top: 1px;
  }

  .thirteenhundredfifty\:mr-px{
    margin-right: 1px;
  }

  .thirteenhundredfifty\:mb-px{
    margin-bottom: 1px;
  }

  .thirteenhundredfifty\:ml-px{
    margin-left: 1px;
  }

  .thirteenhundredfifty\:-mt-1{
    margin-top: -0.25rem;
  }

  .thirteenhundredfifty\:-mr-1{
    margin-right: -0.25rem;
  }

  .thirteenhundredfifty\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .thirteenhundredfifty\:-ml-1{
    margin-left: -0.25rem;
  }

  .thirteenhundredfifty\:-mt-2{
    margin-top: -0.5rem;
  }

  .thirteenhundredfifty\:-mr-2{
    margin-right: -0.5rem;
  }

  .thirteenhundredfifty\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .thirteenhundredfifty\:-ml-2{
    margin-left: -0.5rem;
  }

  .thirteenhundredfifty\:-mt-3{
    margin-top: -0.75rem;
  }

  .thirteenhundredfifty\:-mr-3{
    margin-right: -0.75rem;
  }

  .thirteenhundredfifty\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .thirteenhundredfifty\:-ml-3{
    margin-left: -0.75rem;
  }

  .thirteenhundredfifty\:-mt-4{
    margin-top: -1rem;
  }

  .thirteenhundredfifty\:-mr-4{
    margin-right: -1rem;
  }

  .thirteenhundredfifty\:-mb-4{
    margin-bottom: -1rem;
  }

  .thirteenhundredfifty\:-ml-4{
    margin-left: -1rem;
  }

  .thirteenhundredfifty\:-mt-5{
    margin-top: -1.25rem;
  }

  .thirteenhundredfifty\:-mr-5{
    margin-right: -1.25rem;
  }

  .thirteenhundredfifty\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .thirteenhundredfifty\:-ml-5{
    margin-left: -1.25rem;
  }

  .thirteenhundredfifty\:-mt-6{
    margin-top: -1.5rem;
  }

  .thirteenhundredfifty\:-mr-6{
    margin-right: -1.5rem;
  }

  .thirteenhundredfifty\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .thirteenhundredfifty\:-ml-6{
    margin-left: -1.5rem;
  }

  .thirteenhundredfifty\:-mt-8{
    margin-top: -2rem;
  }

  .thirteenhundredfifty\:-mr-8{
    margin-right: -2rem;
  }

  .thirteenhundredfifty\:-mb-8{
    margin-bottom: -2rem;
  }

  .thirteenhundredfifty\:-ml-8{
    margin-left: -2rem;
  }

  .thirteenhundredfifty\:-mt-10{
    margin-top: -2.5rem;
  }

  .thirteenhundredfifty\:-mr-10{
    margin-right: -2.5rem;
  }

  .thirteenhundredfifty\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .thirteenhundredfifty\:-ml-10{
    margin-left: -2.5rem;
  }

  .thirteenhundredfifty\:-mt-12{
    margin-top: -3rem;
  }

  .thirteenhundredfifty\:-mr-12{
    margin-right: -3rem;
  }

  .thirteenhundredfifty\:-mb-12{
    margin-bottom: -3rem;
  }

  .thirteenhundredfifty\:-ml-12{
    margin-left: -3rem;
  }

  .thirteenhundredfifty\:-mt-16{
    margin-top: -4rem;
  }

  .thirteenhundredfifty\:-mr-16{
    margin-right: -4rem;
  }

  .thirteenhundredfifty\:-mb-16{
    margin-bottom: -4rem;
  }

  .thirteenhundredfifty\:-ml-16{
    margin-left: -4rem;
  }

  .thirteenhundredfifty\:-mt-20{
    margin-top: -5rem;
  }

  .thirteenhundredfifty\:-mr-20{
    margin-right: -5rem;
  }

  .thirteenhundredfifty\:-mb-20{
    margin-bottom: -5rem;
  }

  .thirteenhundredfifty\:-ml-20{
    margin-left: -5rem;
  }

  .thirteenhundredfifty\:-mt-24{
    margin-top: -6rem;
  }

  .thirteenhundredfifty\:-mr-24{
    margin-right: -6rem;
  }

  .thirteenhundredfifty\:-mb-24{
    margin-bottom: -6rem;
  }

  .thirteenhundredfifty\:-ml-24{
    margin-left: -6rem;
  }

  .thirteenhundredfifty\:-mt-32{
    margin-top: -8rem;
  }

  .thirteenhundredfifty\:-mr-32{
    margin-right: -8rem;
  }

  .thirteenhundredfifty\:-mb-32{
    margin-bottom: -8rem;
  }

  .thirteenhundredfifty\:-ml-32{
    margin-left: -8rem;
  }

  .thirteenhundredfifty\:-mt-40{
    margin-top: -10rem;
  }

  .thirteenhundredfifty\:-mr-40{
    margin-right: -10rem;
  }

  .thirteenhundredfifty\:-mb-40{
    margin-bottom: -10rem;
  }

  .thirteenhundredfifty\:-ml-40{
    margin-left: -10rem;
  }

  .thirteenhundredfifty\:-mt-48{
    margin-top: -12rem;
  }

  .thirteenhundredfifty\:-mr-48{
    margin-right: -12rem;
  }

  .thirteenhundredfifty\:-mb-48{
    margin-bottom: -12rem;
  }

  .thirteenhundredfifty\:-ml-48{
    margin-left: -12rem;
  }

  .thirteenhundredfifty\:-mt-56{
    margin-top: -14rem;
  }

  .thirteenhundredfifty\:-mr-56{
    margin-right: -14rem;
  }

  .thirteenhundredfifty\:-mb-56{
    margin-bottom: -14rem;
  }

  .thirteenhundredfifty\:-ml-56{
    margin-left: -14rem;
  }

  .thirteenhundredfifty\:-mt-64{
    margin-top: -16rem;
  }

  .thirteenhundredfifty\:-mr-64{
    margin-right: -16rem;
  }

  .thirteenhundredfifty\:-mb-64{
    margin-bottom: -16rem;
  }

  .thirteenhundredfifty\:-ml-64{
    margin-left: -16rem;
  }

  .thirteenhundredfifty\:-mt-72{
    margin-top: -18rem;
  }

  .thirteenhundredfifty\:-mr-72{
    margin-right: -18rem;
  }

  .thirteenhundredfifty\:-mb-72{
    margin-bottom: -18rem;
  }

  .thirteenhundredfifty\:-ml-72{
    margin-left: -18rem;
  }

  .thirteenhundredfifty\:-mt-80{
    margin-top: -20rem;
  }

  .thirteenhundredfifty\:-mr-80{
    margin-right: -20rem;
  }

  .thirteenhundredfifty\:-mb-80{
    margin-bottom: -20rem;
  }

  .thirteenhundredfifty\:-ml-80{
    margin-left: -20rem;
  }

  .thirteenhundredfifty\:-mt-88{
    margin-top: -22rem;
  }

  .thirteenhundredfifty\:-mr-88{
    margin-right: -22rem;
  }

  .thirteenhundredfifty\:-mb-88{
    margin-bottom: -22rem;
  }

  .thirteenhundredfifty\:-ml-88{
    margin-left: -22rem;
  }

  .thirteenhundredfifty\:-mt-96{
    margin-top: -24rem;
  }

  .thirteenhundredfifty\:-mr-96{
    margin-right: -24rem;
  }

  .thirteenhundredfifty\:-mb-96{
    margin-bottom: -24rem;
  }

  .thirteenhundredfifty\:-ml-96{
    margin-left: -24rem;
  }

  .thirteenhundredfifty\:-mt-104{
    margin-top: -26rem;
  }

  .thirteenhundredfifty\:-mr-104{
    margin-right: -26rem;
  }

  .thirteenhundredfifty\:-mb-104{
    margin-bottom: -26rem;
  }

  .thirteenhundredfifty\:-ml-104{
    margin-left: -26rem;
  }

  .thirteenhundredfifty\:-mt-112{
    margin-top: -28rem;
  }

  .thirteenhundredfifty\:-mr-112{
    margin-right: -28rem;
  }

  .thirteenhundredfifty\:-mb-112{
    margin-bottom: -28rem;
  }

  .thirteenhundredfifty\:-ml-112{
    margin-left: -28rem;
  }

  .thirteenhundredfifty\:-mt-128{
    margin-top: -30rem;
  }

  .thirteenhundredfifty\:-mr-128{
    margin-right: -30rem;
  }

  .thirteenhundredfifty\:-mb-128{
    margin-bottom: -30rem;
  }

  .thirteenhundredfifty\:-ml-128{
    margin-left: -30rem;
  }

  .thirteenhundredfifty\:-mt-144{
    margin-top: -34rem;
  }

  .thirteenhundredfifty\:-mr-144{
    margin-right: -34rem;
  }

  .thirteenhundredfifty\:-mb-144{
    margin-bottom: -34rem;
  }

  .thirteenhundredfifty\:-ml-144{
    margin-left: -34rem;
  }

  .thirteenhundredfifty\:-mt-160{
    margin-top: -38rem;
  }

  .thirteenhundredfifty\:-mr-160{
    margin-right: -38rem;
  }

  .thirteenhundredfifty\:-mb-160{
    margin-bottom: -38rem;
  }

  .thirteenhundredfifty\:-ml-160{
    margin-left: -38rem;
  }

  .thirteenhundredfifty\:-mt-176{
    margin-top: -42rem;
  }

  .thirteenhundredfifty\:-mr-176{
    margin-right: -42rem;
  }

  .thirteenhundredfifty\:-mb-176{
    margin-bottom: -42rem;
  }

  .thirteenhundredfifty\:-ml-176{
    margin-left: -42rem;
  }

  .thirteenhundredfifty\:-mt-192{
    margin-top: -46rem;
  }

  .thirteenhundredfifty\:-mr-192{
    margin-right: -46rem;
  }

  .thirteenhundredfifty\:-mb-192{
    margin-bottom: -46rem;
  }

  .thirteenhundredfifty\:-ml-192{
    margin-left: -46rem;
  }

  .thirteenhundredfifty\:-mt-208{
    margin-top: -50rem;
  }

  .thirteenhundredfifty\:-mr-208{
    margin-right: -50rem;
  }

  .thirteenhundredfifty\:-mb-208{
    margin-bottom: -50rem;
  }

  .thirteenhundredfifty\:-ml-208{
    margin-left: -50rem;
  }

  .thirteenhundredfifty\:-mt-224{
    margin-top: -54rem;
  }

  .thirteenhundredfifty\:-mr-224{
    margin-right: -54rem;
  }

  .thirteenhundredfifty\:-mb-224{
    margin-bottom: -54rem;
  }

  .thirteenhundredfifty\:-ml-224{
    margin-left: -54rem;
  }

  .thirteenhundredfifty\:-mt-240{
    margin-top: -58rem;
  }

  .thirteenhundredfifty\:-mr-240{
    margin-right: -58rem;
  }

  .thirteenhundredfifty\:-mb-240{
    margin-bottom: -58rem;
  }

  .thirteenhundredfifty\:-ml-240{
    margin-left: -58rem;
  }

  .thirteenhundredfifty\:-mt-256{
    margin-top: -62rem;
  }

  .thirteenhundredfifty\:-mr-256{
    margin-right: -62rem;
  }

  .thirteenhundredfifty\:-mb-256{
    margin-bottom: -62rem;
  }

  .thirteenhundredfifty\:-ml-256{
    margin-left: -62rem;
  }

  .thirteenhundredfifty\:-mt-px{
    margin-top: -1px;
  }

  .thirteenhundredfifty\:-mr-px{
    margin-right: -1px;
  }

  .thirteenhundredfifty\:-mb-px{
    margin-bottom: -1px;
  }

  .thirteenhundredfifty\:-ml-px{
    margin-left: -1px;
  }

  .thirteenhundredfifty\:max-h-full{
    max-height: 100%;
  }

  .thirteenhundredfifty\:max-h-screen{
    max-height: 100vh;
  }

  .thirteenhundredfifty\:max-w-none{
    max-width: none;
  }

  .thirteenhundredfifty\:max-w-xs{
    max-width: 20rem;
  }

  .thirteenhundredfifty\:max-w-sm{
    max-width: 24rem;
  }

  .thirteenhundredfifty\:max-w-md{
    max-width: 28rem;
  }

  .thirteenhundredfifty\:max-w-lg{
    max-width: 32rem;
  }

  .thirteenhundredfifty\:max-w-xl{
    max-width: 36rem;
  }

  .thirteenhundredfifty\:max-w-2xl{
    max-width: 42rem;
  }

  .thirteenhundredfifty\:max-w-3xl{
    max-width: 48rem;
  }

  .thirteenhundredfifty\:max-w-4xl{
    max-width: 56rem;
  }

  .thirteenhundredfifty\:max-w-5xl{
    max-width: 64rem;
  }

  .thirteenhundredfifty\:max-w-6xl{
    max-width: 72rem;
  }

  .thirteenhundredfifty\:max-w-full{
    max-width: 100%;
  }

  .thirteenhundredfifty\:max-w-screen-sm{
    max-width: 640px;
  }

  .thirteenhundredfifty\:max-w-screen-md{
    max-width: 768px;
  }

  .thirteenhundredfifty\:max-w-screen-lg{
    max-width: 1024px;
  }

  .thirteenhundredfifty\:max-w-screen-xl{
    max-width: 1280px;
  }

  .thirteenhundredfifty\:max-w-screen-hundred{
    max-width: 100px;
  }

  .thirteenhundredfifty\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .thirteenhundredfifty\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .thirteenhundredfifty\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .thirteenhundredfifty\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .thirteenhundredfifty\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .thirteenhundredfifty\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .thirteenhundredfifty\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .thirteenhundredfifty\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .thirteenhundredfifty\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .thirteenhundredfifty\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .thirteenhundredfifty\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .thirteenhundredfifty\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .thirteenhundredfifty\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .thirteenhundredfifty\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .thirteenhundredfifty\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .thirteenhundredfifty\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .thirteenhundredfifty\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .thirteenhundredfifty\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .thirteenhundredfifty\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .thirteenhundredfifty\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .thirteenhundredfifty\:min-h-0{
    min-height: 0;
  }

  .thirteenhundredfifty\:min-h-full{
    min-height: 100%;
  }

  .thirteenhundredfifty\:min-h-screen{
    min-height: 100vh;
  }

  .thirteenhundredfifty\:min-w-0{
    min-width: 0;
  }

  .thirteenhundredfifty\:min-w-80{
    min-width: 20rem;
  }

  .thirteenhundredfifty\:min-w-full{
    min-width: 100%;
  }

  .thirteenhundredfifty\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .thirteenhundredfifty\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .thirteenhundredfifty\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .thirteenhundredfifty\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .thirteenhundredfifty\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .thirteenhundredfifty\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .thirteenhundredfifty\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .thirteenhundredfifty\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .thirteenhundredfifty\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .thirteenhundredfifty\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .thirteenhundredfifty\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .thirteenhundredfifty\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .thirteenhundredfifty\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .thirteenhundredfifty\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .thirteenhundredfifty\:opacity-0{
    opacity: 0;
  }

  .thirteenhundredfifty\:opacity-25{
    opacity: 0.25;
  }

  .thirteenhundredfifty\:opacity-30{
    opacity: 0.3;
  }

  .thirteenhundredfifty\:opacity-40{
    opacity: 0.4;
  }

  .thirteenhundredfifty\:opacity-50{
    opacity: 0.5;
  }

  .thirteenhundredfifty\:opacity-75{
    opacity: 0.75;
  }

  .thirteenhundredfifty\:opacity-100{
    opacity: 1;
  }

  .thirteenhundredfifty\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .thirteenhundredfifty\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .thirteenhundredfifty\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .thirteenhundredfifty\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .thirteenhundredfifty\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .thirteenhundredfifty\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .thirteenhundredfifty\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .thirteenhundredfifty\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .thirteenhundredfifty\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .thirteenhundredfifty\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .thirteenhundredfifty\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .thirteenhundredfifty\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .thirteenhundredfifty\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .thirteenhundredfifty\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .thirteenhundredfifty\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .thirteenhundredfifty\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .thirteenhundredfifty\:overflow-auto{
    overflow: auto;
  }

  .thirteenhundredfifty\:overflow-hidden{
    overflow: hidden;
  }

  .thirteenhundredfifty\:overflow-visible{
    overflow: visible;
  }

  .thirteenhundredfifty\:overflow-scroll{
    overflow: scroll;
  }

  .thirteenhundredfifty\:overflow-x-auto{
    overflow-x: auto;
  }

  .thirteenhundredfifty\:overflow-y-auto{
    overflow-y: auto;
  }

  .thirteenhundredfifty\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .thirteenhundredfifty\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .thirteenhundredfifty\:overflow-x-visible{
    overflow-x: visible;
  }

  .thirteenhundredfifty\:overflow-y-visible{
    overflow-y: visible;
  }

  .thirteenhundredfifty\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .thirteenhundredfifty\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .thirteenhundredfifty\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .thirteenhundredfifty\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .thirteenhundredfifty\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .thirteenhundredfifty\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .thirteenhundredfifty\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .thirteenhundredfifty\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .thirteenhundredfifty\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .thirteenhundredfifty\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .thirteenhundredfifty\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .thirteenhundredfifty\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .thirteenhundredfifty\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .thirteenhundredfifty\:p-0{
    padding: 0;
  }

  .thirteenhundredfifty\:p-1{
    padding: 0.25rem;
  }

  .thirteenhundredfifty\:p-2{
    padding: 0.5rem;
  }

  .thirteenhundredfifty\:p-3{
    padding: 0.75rem;
  }

  .thirteenhundredfifty\:p-4{
    padding: 1rem;
  }

  .thirteenhundredfifty\:p-5{
    padding: 1.25rem;
  }

  .thirteenhundredfifty\:p-6{
    padding: 1.5rem;
  }

  .thirteenhundredfifty\:p-8{
    padding: 2rem;
  }

  .thirteenhundredfifty\:p-10{
    padding: 2.5rem;
  }

  .thirteenhundredfifty\:p-12{
    padding: 3rem;
  }

  .thirteenhundredfifty\:p-16{
    padding: 4rem;
  }

  .thirteenhundredfifty\:p-20{
    padding: 5rem;
  }

  .thirteenhundredfifty\:p-24{
    padding: 6rem;
  }

  .thirteenhundredfifty\:p-32{
    padding: 8rem;
  }

  .thirteenhundredfifty\:p-40{
    padding: 10rem;
  }

  .thirteenhundredfifty\:p-48{
    padding: 12rem;
  }

  .thirteenhundredfifty\:p-56{
    padding: 14rem;
  }

  .thirteenhundredfifty\:p-64{
    padding: 16rem;
  }

  .thirteenhundredfifty\:p-72{
    padding: 18rem;
  }

  .thirteenhundredfifty\:p-80{
    padding: 20rem;
  }

  .thirteenhundredfifty\:p-88{
    padding: 22rem;
  }

  .thirteenhundredfifty\:p-96{
    padding: 24rem;
  }

  .thirteenhundredfifty\:p-104{
    padding: 26rem;
  }

  .thirteenhundredfifty\:p-112{
    padding: 28rem;
  }

  .thirteenhundredfifty\:p-128{
    padding: 30rem;
  }

  .thirteenhundredfifty\:p-144{
    padding: 34rem;
  }

  .thirteenhundredfifty\:p-160{
    padding: 38rem;
  }

  .thirteenhundredfifty\:p-176{
    padding: 42rem;
  }

  .thirteenhundredfifty\:p-192{
    padding: 46rem;
  }

  .thirteenhundredfifty\:p-208{
    padding: 50rem;
  }

  .thirteenhundredfifty\:p-224{
    padding: 54rem;
  }

  .thirteenhundredfifty\:p-240{
    padding: 58rem;
  }

  .thirteenhundredfifty\:p-256{
    padding: 62rem;
  }

  .thirteenhundredfifty\:p-px{
    padding: 1px;
  }

  .thirteenhundredfifty\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .thirteenhundredfifty\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .thirteenhundredfifty\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .thirteenhundredfifty\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .thirteenhundredfifty\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .thirteenhundredfifty\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .thirteenhundredfifty\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .thirteenhundredfifty\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .thirteenhundredfifty\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .thirteenhundredfifty\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thirteenhundredfifty\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .thirteenhundredfifty\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .thirteenhundredfifty\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .thirteenhundredfifty\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .thirteenhundredfifty\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .thirteenhundredfifty\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .thirteenhundredfifty\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .thirteenhundredfifty\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .thirteenhundredfifty\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .thirteenhundredfifty\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .thirteenhundredfifty\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .thirteenhundredfifty\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .thirteenhundredfifty\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .thirteenhundredfifty\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .thirteenhundredfifty\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .thirteenhundredfifty\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .thirteenhundredfifty\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .thirteenhundredfifty\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .thirteenhundredfifty\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .thirteenhundredfifty\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .thirteenhundredfifty\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .thirteenhundredfifty\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .thirteenhundredfifty\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .thirteenhundredfifty\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .thirteenhundredfifty\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .thirteenhundredfifty\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .thirteenhundredfifty\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .thirteenhundredfifty\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .thirteenhundredfifty\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .thirteenhundredfifty\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .thirteenhundredfifty\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .thirteenhundredfifty\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .thirteenhundredfifty\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .thirteenhundredfifty\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .thirteenhundredfifty\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .thirteenhundredfifty\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .thirteenhundredfifty\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .thirteenhundredfifty\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .thirteenhundredfifty\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .thirteenhundredfifty\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .thirteenhundredfifty\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .thirteenhundredfifty\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .thirteenhundredfifty\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .thirteenhundredfifty\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .thirteenhundredfifty\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .thirteenhundredfifty\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .thirteenhundredfifty\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .thirteenhundredfifty\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .thirteenhundredfifty\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .thirteenhundredfifty\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .thirteenhundredfifty\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .thirteenhundredfifty\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .thirteenhundredfifty\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .thirteenhundredfifty\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .thirteenhundredfifty\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .thirteenhundredfifty\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .thirteenhundredfifty\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .thirteenhundredfifty\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .thirteenhundredfifty\:pt-0{
    padding-top: 0;
  }

  .thirteenhundredfifty\:pr-0{
    padding-right: 0;
  }

  .thirteenhundredfifty\:pb-0{
    padding-bottom: 0;
  }

  .thirteenhundredfifty\:pl-0{
    padding-left: 0;
  }

  .thirteenhundredfifty\:pt-1{
    padding-top: 0.25rem;
  }

  .thirteenhundredfifty\:pr-1{
    padding-right: 0.25rem;
  }

  .thirteenhundredfifty\:pb-1{
    padding-bottom: 0.25rem;
  }

  .thirteenhundredfifty\:pl-1{
    padding-left: 0.25rem;
  }

  .thirteenhundredfifty\:pt-2{
    padding-top: 0.5rem;
  }

  .thirteenhundredfifty\:pr-2{
    padding-right: 0.5rem;
  }

  .thirteenhundredfifty\:pb-2{
    padding-bottom: 0.5rem;
  }

  .thirteenhundredfifty\:pl-2{
    padding-left: 0.5rem;
  }

  .thirteenhundredfifty\:pt-3{
    padding-top: 0.75rem;
  }

  .thirteenhundredfifty\:pr-3{
    padding-right: 0.75rem;
  }

  .thirteenhundredfifty\:pb-3{
    padding-bottom: 0.75rem;
  }

  .thirteenhundredfifty\:pl-3{
    padding-left: 0.75rem;
  }

  .thirteenhundredfifty\:pt-4{
    padding-top: 1rem;
  }

  .thirteenhundredfifty\:pr-4{
    padding-right: 1rem;
  }

  .thirteenhundredfifty\:pb-4{
    padding-bottom: 1rem;
  }

  .thirteenhundredfifty\:pl-4{
    padding-left: 1rem;
  }

  .thirteenhundredfifty\:pt-5{
    padding-top: 1.25rem;
  }

  .thirteenhundredfifty\:pr-5{
    padding-right: 1.25rem;
  }

  .thirteenhundredfifty\:pb-5{
    padding-bottom: 1.25rem;
  }

  .thirteenhundredfifty\:pl-5{
    padding-left: 1.25rem;
  }

  .thirteenhundredfifty\:pt-6{
    padding-top: 1.5rem;
  }

  .thirteenhundredfifty\:pr-6{
    padding-right: 1.5rem;
  }

  .thirteenhundredfifty\:pb-6{
    padding-bottom: 1.5rem;
  }

  .thirteenhundredfifty\:pl-6{
    padding-left: 1.5rem;
  }

  .thirteenhundredfifty\:pt-8{
    padding-top: 2rem;
  }

  .thirteenhundredfifty\:pr-8{
    padding-right: 2rem;
  }

  .thirteenhundredfifty\:pb-8{
    padding-bottom: 2rem;
  }

  .thirteenhundredfifty\:pl-8{
    padding-left: 2rem;
  }

  .thirteenhundredfifty\:pt-10{
    padding-top: 2.5rem;
  }

  .thirteenhundredfifty\:pr-10{
    padding-right: 2.5rem;
  }

  .thirteenhundredfifty\:pb-10{
    padding-bottom: 2.5rem;
  }

  .thirteenhundredfifty\:pl-10{
    padding-left: 2.5rem;
  }

  .thirteenhundredfifty\:pt-12{
    padding-top: 3rem;
  }

  .thirteenhundredfifty\:pr-12{
    padding-right: 3rem;
  }

  .thirteenhundredfifty\:pb-12{
    padding-bottom: 3rem;
  }

  .thirteenhundredfifty\:pl-12{
    padding-left: 3rem;
  }

  .thirteenhundredfifty\:pt-16{
    padding-top: 4rem;
  }

  .thirteenhundredfifty\:pr-16{
    padding-right: 4rem;
  }

  .thirteenhundredfifty\:pb-16{
    padding-bottom: 4rem;
  }

  .thirteenhundredfifty\:pl-16{
    padding-left: 4rem;
  }

  .thirteenhundredfifty\:pt-20{
    padding-top: 5rem;
  }

  .thirteenhundredfifty\:pr-20{
    padding-right: 5rem;
  }

  .thirteenhundredfifty\:pb-20{
    padding-bottom: 5rem;
  }

  .thirteenhundredfifty\:pl-20{
    padding-left: 5rem;
  }

  .thirteenhundredfifty\:pt-24{
    padding-top: 6rem;
  }

  .thirteenhundredfifty\:pr-24{
    padding-right: 6rem;
  }

  .thirteenhundredfifty\:pb-24{
    padding-bottom: 6rem;
  }

  .thirteenhundredfifty\:pl-24{
    padding-left: 6rem;
  }

  .thirteenhundredfifty\:pt-32{
    padding-top: 8rem;
  }

  .thirteenhundredfifty\:pr-32{
    padding-right: 8rem;
  }

  .thirteenhundredfifty\:pb-32{
    padding-bottom: 8rem;
  }

  .thirteenhundredfifty\:pl-32{
    padding-left: 8rem;
  }

  .thirteenhundredfifty\:pt-40{
    padding-top: 10rem;
  }

  .thirteenhundredfifty\:pr-40{
    padding-right: 10rem;
  }

  .thirteenhundredfifty\:pb-40{
    padding-bottom: 10rem;
  }

  .thirteenhundredfifty\:pl-40{
    padding-left: 10rem;
  }

  .thirteenhundredfifty\:pt-48{
    padding-top: 12rem;
  }

  .thirteenhundredfifty\:pr-48{
    padding-right: 12rem;
  }

  .thirteenhundredfifty\:pb-48{
    padding-bottom: 12rem;
  }

  .thirteenhundredfifty\:pl-48{
    padding-left: 12rem;
  }

  .thirteenhundredfifty\:pt-56{
    padding-top: 14rem;
  }

  .thirteenhundredfifty\:pr-56{
    padding-right: 14rem;
  }

  .thirteenhundredfifty\:pb-56{
    padding-bottom: 14rem;
  }

  .thirteenhundredfifty\:pl-56{
    padding-left: 14rem;
  }

  .thirteenhundredfifty\:pt-64{
    padding-top: 16rem;
  }

  .thirteenhundredfifty\:pr-64{
    padding-right: 16rem;
  }

  .thirteenhundredfifty\:pb-64{
    padding-bottom: 16rem;
  }

  .thirteenhundredfifty\:pl-64{
    padding-left: 16rem;
  }

  .thirteenhundredfifty\:pt-72{
    padding-top: 18rem;
  }

  .thirteenhundredfifty\:pr-72{
    padding-right: 18rem;
  }

  .thirteenhundredfifty\:pb-72{
    padding-bottom: 18rem;
  }

  .thirteenhundredfifty\:pl-72{
    padding-left: 18rem;
  }

  .thirteenhundredfifty\:pt-80{
    padding-top: 20rem;
  }

  .thirteenhundredfifty\:pr-80{
    padding-right: 20rem;
  }

  .thirteenhundredfifty\:pb-80{
    padding-bottom: 20rem;
  }

  .thirteenhundredfifty\:pl-80{
    padding-left: 20rem;
  }

  .thirteenhundredfifty\:pt-88{
    padding-top: 22rem;
  }

  .thirteenhundredfifty\:pr-88{
    padding-right: 22rem;
  }

  .thirteenhundredfifty\:pb-88{
    padding-bottom: 22rem;
  }

  .thirteenhundredfifty\:pl-88{
    padding-left: 22rem;
  }

  .thirteenhundredfifty\:pt-96{
    padding-top: 24rem;
  }

  .thirteenhundredfifty\:pr-96{
    padding-right: 24rem;
  }

  .thirteenhundredfifty\:pb-96{
    padding-bottom: 24rem;
  }

  .thirteenhundredfifty\:pl-96{
    padding-left: 24rem;
  }

  .thirteenhundredfifty\:pt-104{
    padding-top: 26rem;
  }

  .thirteenhundredfifty\:pr-104{
    padding-right: 26rem;
  }

  .thirteenhundredfifty\:pb-104{
    padding-bottom: 26rem;
  }

  .thirteenhundredfifty\:pl-104{
    padding-left: 26rem;
  }

  .thirteenhundredfifty\:pt-112{
    padding-top: 28rem;
  }

  .thirteenhundredfifty\:pr-112{
    padding-right: 28rem;
  }

  .thirteenhundredfifty\:pb-112{
    padding-bottom: 28rem;
  }

  .thirteenhundredfifty\:pl-112{
    padding-left: 28rem;
  }

  .thirteenhundredfifty\:pt-128{
    padding-top: 30rem;
  }

  .thirteenhundredfifty\:pr-128{
    padding-right: 30rem;
  }

  .thirteenhundredfifty\:pb-128{
    padding-bottom: 30rem;
  }

  .thirteenhundredfifty\:pl-128{
    padding-left: 30rem;
  }

  .thirteenhundredfifty\:pt-144{
    padding-top: 34rem;
  }

  .thirteenhundredfifty\:pr-144{
    padding-right: 34rem;
  }

  .thirteenhundredfifty\:pb-144{
    padding-bottom: 34rem;
  }

  .thirteenhundredfifty\:pl-144{
    padding-left: 34rem;
  }

  .thirteenhundredfifty\:pt-160{
    padding-top: 38rem;
  }

  .thirteenhundredfifty\:pr-160{
    padding-right: 38rem;
  }

  .thirteenhundredfifty\:pb-160{
    padding-bottom: 38rem;
  }

  .thirteenhundredfifty\:pl-160{
    padding-left: 38rem;
  }

  .thirteenhundredfifty\:pt-176{
    padding-top: 42rem;
  }

  .thirteenhundredfifty\:pr-176{
    padding-right: 42rem;
  }

  .thirteenhundredfifty\:pb-176{
    padding-bottom: 42rem;
  }

  .thirteenhundredfifty\:pl-176{
    padding-left: 42rem;
  }

  .thirteenhundredfifty\:pt-192{
    padding-top: 46rem;
  }

  .thirteenhundredfifty\:pr-192{
    padding-right: 46rem;
  }

  .thirteenhundredfifty\:pb-192{
    padding-bottom: 46rem;
  }

  .thirteenhundredfifty\:pl-192{
    padding-left: 46rem;
  }

  .thirteenhundredfifty\:pt-208{
    padding-top: 50rem;
  }

  .thirteenhundredfifty\:pr-208{
    padding-right: 50rem;
  }

  .thirteenhundredfifty\:pb-208{
    padding-bottom: 50rem;
  }

  .thirteenhundredfifty\:pl-208{
    padding-left: 50rem;
  }

  .thirteenhundredfifty\:pt-224{
    padding-top: 54rem;
  }

  .thirteenhundredfifty\:pr-224{
    padding-right: 54rem;
  }

  .thirteenhundredfifty\:pb-224{
    padding-bottom: 54rem;
  }

  .thirteenhundredfifty\:pl-224{
    padding-left: 54rem;
  }

  .thirteenhundredfifty\:pt-240{
    padding-top: 58rem;
  }

  .thirteenhundredfifty\:pr-240{
    padding-right: 58rem;
  }

  .thirteenhundredfifty\:pb-240{
    padding-bottom: 58rem;
  }

  .thirteenhundredfifty\:pl-240{
    padding-left: 58rem;
  }

  .thirteenhundredfifty\:pt-256{
    padding-top: 62rem;
  }

  .thirteenhundredfifty\:pr-256{
    padding-right: 62rem;
  }

  .thirteenhundredfifty\:pb-256{
    padding-bottom: 62rem;
  }

  .thirteenhundredfifty\:pl-256{
    padding-left: 62rem;
  }

  .thirteenhundredfifty\:pt-px{
    padding-top: 1px;
  }

  .thirteenhundredfifty\:pr-px{
    padding-right: 1px;
  }

  .thirteenhundredfifty\:pb-px{
    padding-bottom: 1px;
  }

  .thirteenhundredfifty\:pl-px{
    padding-left: 1px;
  }

  .thirteenhundredfifty\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:placeholder-current::placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .thirteenhundredfifty\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .thirteenhundredfifty\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .thirteenhundredfifty\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .thirteenhundredfifty\:pointer-events-none{
    pointer-events: none;
  }

  .thirteenhundredfifty\:pointer-events-auto{
    pointer-events: auto;
  }

  .thirteenhundredfifty\:static{
    position: static;
  }

  .thirteenhundredfifty\:fixed{
    position: fixed;
  }

  .thirteenhundredfifty\:absolute{
    position: absolute;
  }

  .thirteenhundredfifty\:relative{
    position: relative;
  }

  .thirteenhundredfifty\:sticky{
    position: sticky;
  }

  .thirteenhundredfifty\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .thirteenhundredfifty\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .thirteenhundredfifty\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .thirteenhundredfifty\:inset-x-0{
    right: 0;
    left: 0;
  }

  .thirteenhundredfifty\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .thirteenhundredfifty\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .thirteenhundredfifty\:top-0{
    top: 0;
  }

  .thirteenhundredfifty\:right-0{
    right: 0;
  }

  .thirteenhundredfifty\:bottom-0{
    bottom: 0;
  }

  .thirteenhundredfifty\:left-0{
    left: 0;
  }

  .thirteenhundredfifty\:top-auto{
    top: auto;
  }

  .thirteenhundredfifty\:right-auto{
    right: auto;
  }

  .thirteenhundredfifty\:bottom-auto{
    bottom: auto;
  }

  .thirteenhundredfifty\:left-auto{
    left: auto;
  }

  .thirteenhundredfifty\:resize-none{
    resize: none;
  }

  .thirteenhundredfifty\:resize-y{
    resize: vertical;
  }

  .thirteenhundredfifty\:resize-x{
    resize: horizontal;
  }

  .thirteenhundredfifty\:resize{
    resize: both;
  }

  .thirteenhundredfifty\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundredfifty\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundredfifty\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:shadow-none{
    box-shadow: none;
  }

  .thirteenhundredfifty\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundredfifty\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundredfifty\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .thirteenhundredfifty\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .thirteenhundredfifty\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .thirteenhundredfifty\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .thirteenhundredfifty\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .thirteenhundredfifty\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .thirteenhundredfifty\:fill-current{
    fill: currentColor;
  }

  .thirteenhundredfifty\:stroke-current{
    stroke: currentColor;
  }

  .thirteenhundredfifty\:stroke-0{
    stroke-width: 0;
  }

  .thirteenhundredfifty\:stroke-1{
    stroke-width: 1;
  }

  .thirteenhundredfifty\:stroke-2{
    stroke-width: 2;
  }

  .thirteenhundredfifty\:table-auto{
    table-layout: auto;
  }

  .thirteenhundredfifty\:table-fixed{
    table-layout: fixed;
  }

  .thirteenhundredfifty\:text-left{
    text-align: left;
  }

  .thirteenhundredfifty\:text-center{
    text-align: center;
  }

  .thirteenhundredfifty\:text-right{
    text-align: right;
  }

  .thirteenhundredfifty\:text-justify{
    text-align: justify;
  }

  .thirteenhundredfifty\:text-transparent{
    color: transparent;
  }

  .thirteenhundredfifty\:text-current{
    color: currentColor;
  }

  .thirteenhundredfifty\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-transparent:hover{
    color: transparent;
  }

  .thirteenhundredfifty\:hover\:text-current:hover{
    color: currentColor;
  }

  .thirteenhundredfifty\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundredfifty\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-transparent:focus{
    color: transparent;
  }

  .thirteenhundredfifty\:focus\:text-current:focus{
    color: currentColor;
  }

  .thirteenhundredfifty\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .thirteenhundredfifty\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .thirteenhundredfifty\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .thirteenhundredfifty\:text-opacity-0{
    --text-opacity: 0;
  }

  .thirteenhundredfifty\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .thirteenhundredfifty\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .thirteenhundredfifty\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .thirteenhundredfifty\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .thirteenhundredfifty\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .thirteenhundredfifty\:text-opacity-100{
    --text-opacity: 1;
  }

  .thirteenhundredfifty\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .thirteenhundredfifty\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .thirteenhundredfifty\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .thirteenhundredfifty\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .thirteenhundredfifty\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .thirteenhundredfifty\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .thirteenhundredfifty\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .thirteenhundredfifty\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .thirteenhundredfifty\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .thirteenhundredfifty\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .thirteenhundredfifty\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .thirteenhundredfifty\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .thirteenhundredfifty\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .thirteenhundredfifty\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .thirteenhundredfifty\:italic{
    font-style: italic;
  }

  .thirteenhundredfifty\:not-italic{
    font-style: normal;
  }

  .thirteenhundredfifty\:uppercase{
    text-transform: uppercase;
  }

  .thirteenhundredfifty\:lowercase{
    text-transform: lowercase;
  }

  .thirteenhundredfifty\:capitalize{
    text-transform: capitalize;
  }

  .thirteenhundredfifty\:normal-case{
    text-transform: none;
  }

  .thirteenhundredfifty\:underline{
    text-decoration: underline;
  }

  .thirteenhundredfifty\:line-through{
    text-decoration: line-through;
  }

  .thirteenhundredfifty\:no-underline{
    text-decoration: none;
  }

  .thirteenhundredfifty\:hover\:underline:hover{
    text-decoration: underline;
  }

  .thirteenhundredfifty\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .thirteenhundredfifty\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .thirteenhundredfifty\:focus\:underline:focus{
    text-decoration: underline;
  }

  .thirteenhundredfifty\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .thirteenhundredfifty\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .thirteenhundredfifty\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .thirteenhundredfifty\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .thirteenhundredfifty\:ordinal, .thirteenhundredfifty\:slashed-zero, .thirteenhundredfifty\:lining-nums, .thirteenhundredfifty\:oldstyle-nums, .thirteenhundredfifty\:proportional-nums, .thirteenhundredfifty\:tabular-nums, .thirteenhundredfifty\:diagonal-fractions, .thirteenhundredfifty\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .thirteenhundredfifty\:normal-nums{
    font-variant-numeric: normal;
  }

  .thirteenhundredfifty\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .thirteenhundredfifty\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .thirteenhundredfifty\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .thirteenhundredfifty\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .thirteenhundredfifty\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .thirteenhundredfifty\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .thirteenhundredfifty\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .thirteenhundredfifty\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .thirteenhundredfifty\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .thirteenhundredfifty\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .thirteenhundredfifty\:tracking-normal{
    letter-spacing: 0;
  }

  .thirteenhundredfifty\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .thirteenhundredfifty\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .thirteenhundredfifty\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .thirteenhundredfifty\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .thirteenhundredfifty\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .thirteenhundredfifty\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .thirteenhundredfifty\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .thirteenhundredfifty\:align-baseline{
    vertical-align: baseline;
  }

  .thirteenhundredfifty\:align-top{
    vertical-align: top;
  }

  .thirteenhundredfifty\:align-middle{
    vertical-align: middle;
  }

  .thirteenhundredfifty\:align-bottom{
    vertical-align: bottom;
  }

  .thirteenhundredfifty\:align-text-top{
    vertical-align: text-top;
  }

  .thirteenhundredfifty\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .thirteenhundredfifty\:visible{
    visibility: visible;
  }

  .thirteenhundredfifty\:invisible{
    visibility: hidden;
  }

  .thirteenhundredfifty\:whitespace-normal{
    white-space: normal;
  }

  .thirteenhundredfifty\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .thirteenhundredfifty\:whitespace-pre{
    white-space: pre;
  }

  .thirteenhundredfifty\:whitespace-pre-line{
    white-space: pre-line;
  }

  .thirteenhundredfifty\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .thirteenhundredfifty\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .thirteenhundredfifty\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .thirteenhundredfifty\:break-all{
    word-break: break-all;
  }

  .thirteenhundredfifty\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .thirteenhundredfifty\:w-0{
    width: 0;
  }

  .thirteenhundredfifty\:w-1{
    width: 0.25rem;
  }

  .thirteenhundredfifty\:w-2{
    width: 0.5rem;
  }

  .thirteenhundredfifty\:w-3{
    width: 0.75rem;
  }

  .thirteenhundredfifty\:w-4{
    width: 1rem;
  }

  .thirteenhundredfifty\:w-5{
    width: 1.25rem;
  }

  .thirteenhundredfifty\:w-6{
    width: 1.5rem;
  }

  .thirteenhundredfifty\:w-8{
    width: 2rem;
  }

  .thirteenhundredfifty\:w-10{
    width: 2.5rem;
  }

  .thirteenhundredfifty\:w-12{
    width: 3rem;
  }

  .thirteenhundredfifty\:w-16{
    width: 4rem;
  }

  .thirteenhundredfifty\:w-20{
    width: 5rem;
  }

  .thirteenhundredfifty\:w-24{
    width: 6rem;
  }

  .thirteenhundredfifty\:w-32{
    width: 8rem;
  }

  .thirteenhundredfifty\:w-40{
    width: 10rem;
  }

  .thirteenhundredfifty\:w-48{
    width: 12rem;
  }

  .thirteenhundredfifty\:w-56{
    width: 14rem;
  }

  .thirteenhundredfifty\:w-64{
    width: 16rem;
  }

  .thirteenhundredfifty\:w-72{
    width: 18rem;
  }

  .thirteenhundredfifty\:w-80{
    width: 20rem;
  }

  .thirteenhundredfifty\:w-88{
    width: 22rem;
  }

  .thirteenhundredfifty\:w-96{
    width: 24rem;
  }

  .thirteenhundredfifty\:w-104{
    width: 26rem;
  }

  .thirteenhundredfifty\:w-112{
    width: 28rem;
  }

  .thirteenhundredfifty\:w-128{
    width: 30rem;
  }

  .thirteenhundredfifty\:w-144{
    width: 34rem;
  }

  .thirteenhundredfifty\:w-160{
    width: 38rem;
  }

  .thirteenhundredfifty\:w-176{
    width: 42rem;
  }

  .thirteenhundredfifty\:w-192{
    width: 46rem;
  }

  .thirteenhundredfifty\:w-208{
    width: 50rem;
  }

  .thirteenhundredfifty\:w-224{
    width: 54rem;
  }

  .thirteenhundredfifty\:w-240{
    width: 58rem;
  }

  .thirteenhundredfifty\:w-256{
    width: 62rem;
  }

  .thirteenhundredfifty\:w-auto{
    width: auto;
  }

  .thirteenhundredfifty\:w-px{
    width: 1px;
  }

  .thirteenhundredfifty\:w-1\/2{
    width: 50%;
  }

  .thirteenhundredfifty\:w-1\/3{
    width: 33.333333%;
  }

  .thirteenhundredfifty\:w-2\/3{
    width: 66.666667%;
  }

  .thirteenhundredfifty\:w-1\/4{
    width: 25%;
  }

  .thirteenhundredfifty\:w-2\/4{
    width: 50%;
  }

  .thirteenhundredfifty\:w-3\/4{
    width: 75%;
  }

  .thirteenhundredfifty\:w-1\/5{
    width: 20%;
  }

  .thirteenhundredfifty\:w-2\/5{
    width: 40%;
  }

  .thirteenhundredfifty\:w-3\/5{
    width: 60%;
  }

  .thirteenhundredfifty\:w-4\/5{
    width: 80%;
  }

  .thirteenhundredfifty\:w-1\/6{
    width: 16.666667%;
  }

  .thirteenhundredfifty\:w-2\/6{
    width: 33.333333%;
  }

  .thirteenhundredfifty\:w-3\/6{
    width: 50%;
  }

  .thirteenhundredfifty\:w-4\/6{
    width: 66.666667%;
  }

  .thirteenhundredfifty\:w-5\/6{
    width: 83.333333%;
  }

  .thirteenhundredfifty\:w-1\/12{
    width: 8.333333%;
  }

  .thirteenhundredfifty\:w-2\/12{
    width: 16.666667%;
  }

  .thirteenhundredfifty\:w-3\/12{
    width: 25%;
  }

  .thirteenhundredfifty\:w-4\/12{
    width: 33.333333%;
  }

  .thirteenhundredfifty\:w-5\/12{
    width: 41.666667%;
  }

  .thirteenhundredfifty\:w-6\/12{
    width: 50%;
  }

  .thirteenhundredfifty\:w-7\/12{
    width: 58.333333%;
  }

  .thirteenhundredfifty\:w-8\/12{
    width: 66.666667%;
  }

  .thirteenhundredfifty\:w-9\/12{
    width: 75%;
  }

  .thirteenhundredfifty\:w-10\/12{
    width: 83.333333%;
  }

  .thirteenhundredfifty\:w-11\/12{
    width: 91.666667%;
  }

  .thirteenhundredfifty\:w-full{
    width: 100%;
  }

  .thirteenhundredfifty\:w-screen{
    width: 100vw;
  }

  .thirteenhundredfifty\:z-0{
    z-index: 0;
  }

  .thirteenhundredfifty\:z-10{
    z-index: 10;
  }

  .thirteenhundredfifty\:z-20{
    z-index: 20;
  }

  .thirteenhundredfifty\:z-30{
    z-index: 30;
  }

  .thirteenhundredfifty\:z-40{
    z-index: 40;
  }

  .thirteenhundredfifty\:z-50{
    z-index: 50;
  }

  .thirteenhundredfifty\:z-auto{
    z-index: auto;
  }

  .thirteenhundredfifty\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .thirteenhundredfifty\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .thirteenhundredfifty\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .thirteenhundredfifty\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .thirteenhundredfifty\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .thirteenhundredfifty\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .thirteenhundredfifty\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .thirteenhundredfifty\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .thirteenhundredfifty\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .thirteenhundredfifty\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .thirteenhundredfifty\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .thirteenhundredfifty\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .thirteenhundredfifty\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .thirteenhundredfifty\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .thirteenhundredfifty\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .thirteenhundredfifty\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .thirteenhundredfifty\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .thirteenhundredfifty\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .thirteenhundredfifty\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .thirteenhundredfifty\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .thirteenhundredfifty\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .thirteenhundredfifty\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .thirteenhundredfifty\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .thirteenhundredfifty\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .thirteenhundredfifty\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .thirteenhundredfifty\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .thirteenhundredfifty\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .thirteenhundredfifty\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .thirteenhundredfifty\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .thirteenhundredfifty\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .thirteenhundredfifty\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .thirteenhundredfifty\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .thirteenhundredfifty\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .thirteenhundredfifty\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .thirteenhundredfifty\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .thirteenhundredfifty\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .thirteenhundredfifty\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .thirteenhundredfifty\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .thirteenhundredfifty\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .thirteenhundredfifty\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .thirteenhundredfifty\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .thirteenhundredfifty\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .thirteenhundredfifty\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .thirteenhundredfifty\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .thirteenhundredfifty\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .thirteenhundredfifty\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .thirteenhundredfifty\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .thirteenhundredfifty\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .thirteenhundredfifty\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .thirteenhundredfifty\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .thirteenhundredfifty\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .thirteenhundredfifty\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .thirteenhundredfifty\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .thirteenhundredfifty\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .thirteenhundredfifty\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .thirteenhundredfifty\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .thirteenhundredfifty\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .thirteenhundredfifty\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .thirteenhundredfifty\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .thirteenhundredfifty\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .thirteenhundredfifty\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .thirteenhundredfifty\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .thirteenhundredfifty\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .thirteenhundredfifty\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .thirteenhundredfifty\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .thirteenhundredfifty\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .thirteenhundredfifty\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .thirteenhundredfifty\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .thirteenhundredfifty\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .thirteenhundredfifty\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .thirteenhundredfifty\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .thirteenhundredfifty\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .thirteenhundredfifty\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .thirteenhundredfifty\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .thirteenhundredfifty\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .thirteenhundredfifty\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .thirteenhundredfifty\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .thirteenhundredfifty\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .thirteenhundredfifty\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .thirteenhundredfifty\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .thirteenhundredfifty\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .thirteenhundredfifty\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .thirteenhundredfifty\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .thirteenhundredfifty\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .thirteenhundredfifty\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .thirteenhundredfifty\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .thirteenhundredfifty\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .thirteenhundredfifty\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .thirteenhundredfifty\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .thirteenhundredfifty\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .thirteenhundredfifty\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .thirteenhundredfifty\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .thirteenhundredfifty\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .thirteenhundredfifty\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .thirteenhundredfifty\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .thirteenhundredfifty\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .thirteenhundredfifty\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .thirteenhundredfifty\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .thirteenhundredfifty\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .thirteenhundredfifty\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .thirteenhundredfifty\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .thirteenhundredfifty\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .thirteenhundredfifty\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .thirteenhundredfifty\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .thirteenhundredfifty\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .thirteenhundredfifty\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .thirteenhundredfifty\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .thirteenhundredfifty\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .thirteenhundredfifty\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .thirteenhundredfifty\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .thirteenhundredfifty\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .thirteenhundredfifty\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .thirteenhundredfifty\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .thirteenhundredfifty\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .thirteenhundredfifty\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .thirteenhundredfifty\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .thirteenhundredfifty\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .thirteenhundredfifty\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .thirteenhundredfifty\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .thirteenhundredfifty\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .thirteenhundredfifty\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .thirteenhundredfifty\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .thirteenhundredfifty\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .thirteenhundredfifty\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .thirteenhundredfifty\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .thirteenhundredfifty\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .thirteenhundredfifty\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .thirteenhundredfifty\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .thirteenhundredfifty\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .thirteenhundredfifty\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .thirteenhundredfifty\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .thirteenhundredfifty\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .thirteenhundredfifty\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .thirteenhundredfifty\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .thirteenhundredfifty\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .thirteenhundredfifty\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .thirteenhundredfifty\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .thirteenhundredfifty\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .thirteenhundredfifty\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .thirteenhundredfifty\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .thirteenhundredfifty\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .thirteenhundredfifty\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .thirteenhundredfifty\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .thirteenhundredfifty\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .thirteenhundredfifty\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .thirteenhundredfifty\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .thirteenhundredfifty\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .thirteenhundredfifty\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .thirteenhundredfifty\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .thirteenhundredfifty\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .thirteenhundredfifty\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .thirteenhundredfifty\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .thirteenhundredfifty\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .thirteenhundredfifty\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .thirteenhundredfifty\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .thirteenhundredfifty\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .thirteenhundredfifty\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .thirteenhundredfifty\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .thirteenhundredfifty\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .thirteenhundredfifty\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .thirteenhundredfifty\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .thirteenhundredfifty\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .thirteenhundredfifty\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .thirteenhundredfifty\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .thirteenhundredfifty\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .thirteenhundredfifty\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .thirteenhundredfifty\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .thirteenhundredfifty\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .thirteenhundredfifty\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .thirteenhundredfifty\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .thirteenhundredfifty\:grid-flow-row{
    grid-auto-flow: row;
  }

  .thirteenhundredfifty\:grid-flow-col{
    grid-auto-flow: column;
  }

  .thirteenhundredfifty\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .thirteenhundredfifty\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .thirteenhundredfifty\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-cols-none{
    grid-template-columns: none;
  }

  .thirteenhundredfifty\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .thirteenhundredfifty\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .thirteenhundredfifty\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .thirteenhundredfifty\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .thirteenhundredfifty\:col-auto{
    grid-column: auto;
  }

  .thirteenhundredfifty\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .thirteenhundredfifty\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .thirteenhundredfifty\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .thirteenhundredfifty\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .thirteenhundredfifty\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .thirteenhundredfifty\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .thirteenhundredfifty\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .thirteenhundredfifty\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .thirteenhundredfifty\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .thirteenhundredfifty\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .thirteenhundredfifty\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .thirteenhundredfifty\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .thirteenhundredfifty\:col-start-1{
    grid-column-start: 1;
  }

  .thirteenhundredfifty\:col-start-2{
    grid-column-start: 2;
  }

  .thirteenhundredfifty\:col-start-3{
    grid-column-start: 3;
  }

  .thirteenhundredfifty\:col-start-4{
    grid-column-start: 4;
  }

  .thirteenhundredfifty\:col-start-5{
    grid-column-start: 5;
  }

  .thirteenhundredfifty\:col-start-6{
    grid-column-start: 6;
  }

  .thirteenhundredfifty\:col-start-7{
    grid-column-start: 7;
  }

  .thirteenhundredfifty\:col-start-8{
    grid-column-start: 8;
  }

  .thirteenhundredfifty\:col-start-9{
    grid-column-start: 9;
  }

  .thirteenhundredfifty\:col-start-10{
    grid-column-start: 10;
  }

  .thirteenhundredfifty\:col-start-11{
    grid-column-start: 11;
  }

  .thirteenhundredfifty\:col-start-12{
    grid-column-start: 12;
  }

  .thirteenhundredfifty\:col-start-13{
    grid-column-start: 13;
  }

  .thirteenhundredfifty\:col-start-auto{
    grid-column-start: auto;
  }

  .thirteenhundredfifty\:col-end-1{
    grid-column-end: 1;
  }

  .thirteenhundredfifty\:col-end-2{
    grid-column-end: 2;
  }

  .thirteenhundredfifty\:col-end-3{
    grid-column-end: 3;
  }

  .thirteenhundredfifty\:col-end-4{
    grid-column-end: 4;
  }

  .thirteenhundredfifty\:col-end-5{
    grid-column-end: 5;
  }

  .thirteenhundredfifty\:col-end-6{
    grid-column-end: 6;
  }

  .thirteenhundredfifty\:col-end-7{
    grid-column-end: 7;
  }

  .thirteenhundredfifty\:col-end-8{
    grid-column-end: 8;
  }

  .thirteenhundredfifty\:col-end-9{
    grid-column-end: 9;
  }

  .thirteenhundredfifty\:col-end-10{
    grid-column-end: 10;
  }

  .thirteenhundredfifty\:col-end-11{
    grid-column-end: 11;
  }

  .thirteenhundredfifty\:col-end-12{
    grid-column-end: 12;
  }

  .thirteenhundredfifty\:col-end-13{
    grid-column-end: 13;
  }

  .thirteenhundredfifty\:col-end-auto{
    grid-column-end: auto;
  }

  .thirteenhundredfifty\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .thirteenhundredfifty\:grid-rows-none{
    grid-template-rows: none;
  }

  .thirteenhundredfifty\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .thirteenhundredfifty\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .thirteenhundredfifty\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .thirteenhundredfifty\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .thirteenhundredfifty\:row-auto{
    grid-row: auto;
  }

  .thirteenhundredfifty\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .thirteenhundredfifty\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .thirteenhundredfifty\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .thirteenhundredfifty\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .thirteenhundredfifty\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .thirteenhundredfifty\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .thirteenhundredfifty\:row-start-1{
    grid-row-start: 1;
  }

  .thirteenhundredfifty\:row-start-2{
    grid-row-start: 2;
  }

  .thirteenhundredfifty\:row-start-3{
    grid-row-start: 3;
  }

  .thirteenhundredfifty\:row-start-4{
    grid-row-start: 4;
  }

  .thirteenhundredfifty\:row-start-5{
    grid-row-start: 5;
  }

  .thirteenhundredfifty\:row-start-6{
    grid-row-start: 6;
  }

  .thirteenhundredfifty\:row-start-7{
    grid-row-start: 7;
  }

  .thirteenhundredfifty\:row-start-auto{
    grid-row-start: auto;
  }

  .thirteenhundredfifty\:row-end-1{
    grid-row-end: 1;
  }

  .thirteenhundredfifty\:row-end-2{
    grid-row-end: 2;
  }

  .thirteenhundredfifty\:row-end-3{
    grid-row-end: 3;
  }

  .thirteenhundredfifty\:row-end-4{
    grid-row-end: 4;
  }

  .thirteenhundredfifty\:row-end-5{
    grid-row-end: 5;
  }

  .thirteenhundredfifty\:row-end-6{
    grid-row-end: 6;
  }

  .thirteenhundredfifty\:row-end-7{
    grid-row-end: 7;
  }

  .thirteenhundredfifty\:row-end-auto{
    grid-row-end: auto;
  }

  .thirteenhundredfifty\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .thirteenhundredfifty\:transform-none{
    transform: none;
  }

  .thirteenhundredfifty\:origin-center{
    transform-origin: center;
  }

  .thirteenhundredfifty\:origin-top{
    transform-origin: top;
  }

  .thirteenhundredfifty\:origin-top-right{
    transform-origin: top right;
  }

  .thirteenhundredfifty\:origin-right{
    transform-origin: right;
  }

  .thirteenhundredfifty\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .thirteenhundredfifty\:origin-bottom{
    transform-origin: bottom;
  }

  .thirteenhundredfifty\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .thirteenhundredfifty\:origin-left{
    transform-origin: left;
  }

  .thirteenhundredfifty\:origin-top-left{
    transform-origin: top left;
  }

  .thirteenhundredfifty\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:scale-x-0{
    --transform-scale-x: 0;
  }

  .thirteenhundredfifty\:scale-x-50{
    --transform-scale-x: .5;
  }

  .thirteenhundredfifty\:scale-x-75{
    --transform-scale-x: .75;
  }

  .thirteenhundredfifty\:scale-x-90{
    --transform-scale-x: .9;
  }

  .thirteenhundredfifty\:scale-x-95{
    --transform-scale-x: .95;
  }

  .thirteenhundredfifty\:scale-x-100{
    --transform-scale-x: 1;
  }

  .thirteenhundredfifty\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .thirteenhundredfifty\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .thirteenhundredfifty\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .thirteenhundredfifty\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .thirteenhundredfifty\:scale-y-0{
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:scale-y-50{
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:scale-y-75{
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:scale-y-90{
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:scale-y-95{
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:scale-y-100{
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .thirteenhundredfifty\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .thirteenhundredfifty\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .thirteenhundredfifty\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .thirteenhundredfifty\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .thirteenhundredfifty\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .thirteenhundredfifty\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .thirteenhundredfifty\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .thirteenhundredfifty\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .thirteenhundredfifty\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .thirteenhundredfifty\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .thirteenhundredfifty\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .thirteenhundredfifty\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .thirteenhundredfifty\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .thirteenhundredfifty\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .thirteenhundredfifty\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .thirteenhundredfifty\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .thirteenhundredfifty\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .thirteenhundredfifty\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .thirteenhundredfifty\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .thirteenhundredfifty\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .thirteenhundredfifty\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .thirteenhundredfifty\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .thirteenhundredfifty\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .thirteenhundredfifty\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .thirteenhundredfifty\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .thirteenhundredfifty\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .thirteenhundredfifty\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .thirteenhundredfifty\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .thirteenhundredfifty\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .thirteenhundredfifty\:rotate-0{
    --transform-rotate: 0;
  }

  .thirteenhundredfifty\:rotate-45{
    --transform-rotate: 45deg;
  }

  .thirteenhundredfifty\:rotate-90{
    --transform-rotate: 90deg;
  }

  .thirteenhundredfifty\:rotate-180{
    --transform-rotate: 180deg;
  }

  .thirteenhundredfifty\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .thirteenhundredfifty\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .thirteenhundredfifty\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .thirteenhundredfifty\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .thirteenhundredfifty\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .thirteenhundredfifty\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .thirteenhundredfifty\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .thirteenhundredfifty\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .thirteenhundredfifty\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .thirteenhundredfifty\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .thirteenhundredfifty\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .thirteenhundredfifty\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .thirteenhundredfifty\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .thirteenhundredfifty\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .thirteenhundredfifty\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .thirteenhundredfifty\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .thirteenhundredfifty\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .thirteenhundredfifty\:translate-x-0{
    --transform-translate-x: 0;
  }

  .thirteenhundredfifty\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundredfifty\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundredfifty\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundredfifty\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .thirteenhundredfifty\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundredfifty\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundredfifty\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .thirteenhundredfifty\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundredfifty\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .thirteenhundredfifty\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .thirteenhundredfifty\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .thirteenhundredfifty\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .thirteenhundredfifty\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .thirteenhundredfifty\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .thirteenhundredfifty\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .thirteenhundredfifty\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .thirteenhundredfifty\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .thirteenhundredfifty\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .thirteenhundredfifty\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .thirteenhundredfifty\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .thirteenhundredfifty\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .thirteenhundredfifty\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .thirteenhundredfifty\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .thirteenhundredfifty\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .thirteenhundredfifty\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .thirteenhundredfifty\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .thirteenhundredfifty\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .thirteenhundredfifty\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .thirteenhundredfifty\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .thirteenhundredfifty\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .thirteenhundredfifty\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .thirteenhundredfifty\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .thirteenhundredfifty\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .thirteenhundredfifty\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundredfifty\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundredfifty\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundredfifty\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .thirteenhundredfifty\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundredfifty\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundredfifty\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .thirteenhundredfifty\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundredfifty\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .thirteenhundredfifty\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .thirteenhundredfifty\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .thirteenhundredfifty\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .thirteenhundredfifty\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .thirteenhundredfifty\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .thirteenhundredfifty\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .thirteenhundredfifty\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .thirteenhundredfifty\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .thirteenhundredfifty\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .thirteenhundredfifty\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .thirteenhundredfifty\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .thirteenhundredfifty\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .thirteenhundredfifty\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .thirteenhundredfifty\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .thirteenhundredfifty\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .thirteenhundredfifty\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .thirteenhundredfifty\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .thirteenhundredfifty\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .thirteenhundredfifty\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .thirteenhundredfifty\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .thirteenhundredfifty\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .thirteenhundredfifty\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .thirteenhundredfifty\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .thirteenhundredfifty\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .thirteenhundredfifty\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .thirteenhundredfifty\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .thirteenhundredfifty\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .thirteenhundredfifty\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .thirteenhundredfifty\:translate-y-0{
    --transform-translate-y: 0;
  }

  .thirteenhundredfifty\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundredfifty\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundredfifty\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundredfifty\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .thirteenhundredfifty\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundredfifty\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundredfifty\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .thirteenhundredfifty\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundredfifty\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .thirteenhundredfifty\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .thirteenhundredfifty\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .thirteenhundredfifty\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .thirteenhundredfifty\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .thirteenhundredfifty\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .thirteenhundredfifty\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .thirteenhundredfifty\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .thirteenhundredfifty\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .thirteenhundredfifty\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .thirteenhundredfifty\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .thirteenhundredfifty\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .thirteenhundredfifty\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .thirteenhundredfifty\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .thirteenhundredfifty\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .thirteenhundredfifty\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .thirteenhundredfifty\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .thirteenhundredfifty\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .thirteenhundredfifty\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .thirteenhundredfifty\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .thirteenhundredfifty\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .thirteenhundredfifty\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .thirteenhundredfifty\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .thirteenhundredfifty\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .thirteenhundredfifty\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .thirteenhundredfifty\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundredfifty\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundredfifty\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundredfifty\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .thirteenhundredfifty\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundredfifty\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundredfifty\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .thirteenhundredfifty\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundredfifty\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .thirteenhundredfifty\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .thirteenhundredfifty\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .thirteenhundredfifty\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .thirteenhundredfifty\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .thirteenhundredfifty\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .thirteenhundredfifty\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .thirteenhundredfifty\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .thirteenhundredfifty\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .thirteenhundredfifty\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .thirteenhundredfifty\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .thirteenhundredfifty\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .thirteenhundredfifty\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .thirteenhundredfifty\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .thirteenhundredfifty\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .thirteenhundredfifty\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .thirteenhundredfifty\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .thirteenhundredfifty\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .thirteenhundredfifty\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .thirteenhundredfifty\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .thirteenhundredfifty\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .thirteenhundredfifty\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .thirteenhundredfifty\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .thirteenhundredfifty\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .thirteenhundredfifty\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .thirteenhundredfifty\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .thirteenhundredfifty\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .thirteenhundredfifty\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .thirteenhundredfifty\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .thirteenhundredfifty\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .thirteenhundredfifty\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .thirteenhundredfifty\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .thirteenhundredfifty\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .thirteenhundredfifty\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .thirteenhundredfifty\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .thirteenhundredfifty\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .thirteenhundredfifty\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .thirteenhundredfifty\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .thirteenhundredfifty\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .thirteenhundredfifty\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .thirteenhundredfifty\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .thirteenhundredfifty\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .thirteenhundredfifty\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .thirteenhundredfifty\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .thirteenhundredfifty\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .thirteenhundredfifty\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .thirteenhundredfifty\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .thirteenhundredfifty\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .thirteenhundredfifty\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .thirteenhundredfifty\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .thirteenhundredfifty\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .thirteenhundredfifty\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .thirteenhundredfifty\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .thirteenhundredfifty\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .thirteenhundredfifty\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .thirteenhundredfifty\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .thirteenhundredfifty\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .thirteenhundredfifty\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .thirteenhundredfifty\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .thirteenhundredfifty\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .thirteenhundredfifty\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .thirteenhundredfifty\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .thirteenhundredfifty\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .thirteenhundredfifty\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .thirteenhundredfifty\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .thirteenhundredfifty\:skew-x-0{
    --transform-skew-x: 0;
  }

  .thirteenhundredfifty\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .thirteenhundredfifty\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .thirteenhundredfifty\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .thirteenhundredfifty\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .thirteenhundredfifty\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .thirteenhundredfifty\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .thirteenhundredfifty\:skew-y-0{
    --transform-skew-y: 0;
  }

  .thirteenhundredfifty\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .thirteenhundredfifty\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .thirteenhundredfifty\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .thirteenhundredfifty\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .thirteenhundredfifty\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .thirteenhundredfifty\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .thirteenhundredfifty\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .thirteenhundredfifty\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .thirteenhundredfifty\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .thirteenhundredfifty\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .thirteenhundredfifty\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .thirteenhundredfifty\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .thirteenhundredfifty\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .thirteenhundredfifty\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .thirteenhundredfifty\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .thirteenhundredfifty\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .thirteenhundredfifty\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .thirteenhundredfifty\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .thirteenhundredfifty\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .thirteenhundredfifty\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .thirteenhundredfifty\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .thirteenhundredfifty\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .thirteenhundredfifty\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .thirteenhundredfifty\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .thirteenhundredfifty\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .thirteenhundredfifty\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .thirteenhundredfifty\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .thirteenhundredfifty\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .thirteenhundredfifty\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .thirteenhundredfifty\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .thirteenhundredfifty\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .thirteenhundredfifty\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .thirteenhundredfifty\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .thirteenhundredfifty\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .thirteenhundredfifty\:transition-none{
    transition-property: none;
  }

  .thirteenhundredfifty\:transition-all{
    transition-property: all;
  }

  .thirteenhundredfifty\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .thirteenhundredfifty\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .thirteenhundredfifty\:transition-opacity{
    transition-property: opacity;
  }

  .thirteenhundredfifty\:transition-shadow{
    transition-property: box-shadow;
  }

  .thirteenhundredfifty\:transition-transform{
    transition-property: transform;
  }

  .thirteenhundredfifty\:ease-linear{
    transition-timing-function: linear;
  }

  .thirteenhundredfifty\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .thirteenhundredfifty\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .thirteenhundredfifty\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .thirteenhundredfifty\:duration-75{
    transition-duration: 75ms;
  }

  .thirteenhundredfifty\:duration-100{
    transition-duration: 100ms;
  }

  .thirteenhundredfifty\:duration-150{
    transition-duration: 150ms;
  }

  .thirteenhundredfifty\:duration-200{
    transition-duration: 200ms;
  }

  .thirteenhundredfifty\:duration-300{
    transition-duration: 300ms;
  }

  .thirteenhundredfifty\:duration-500{
    transition-duration: 500ms;
  }

  .thirteenhundredfifty\:duration-700{
    transition-duration: 700ms;
  }

  .thirteenhundredfifty\:duration-1000{
    transition-duration: 1000ms;
  }

  .thirteenhundredfifty\:delay-75{
    transition-delay: 75ms;
  }

  .thirteenhundredfifty\:delay-100{
    transition-delay: 100ms;
  }

  .thirteenhundredfifty\:delay-150{
    transition-delay: 150ms;
  }

  .thirteenhundredfifty\:delay-200{
    transition-delay: 200ms;
  }

  .thirteenhundredfifty\:delay-300{
    transition-delay: 300ms;
  }

  .thirteenhundredfifty\:delay-500{
    transition-delay: 500ms;
  }

  .thirteenhundredfifty\:delay-700{
    transition-delay: 700ms;
  }

  .thirteenhundredfifty\:delay-1000{
    transition-delay: 1000ms;
  }

  .thirteenhundredfifty\:animate-none{
    animation: none;
  }

  .thirteenhundredfifty\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .thirteenhundredfifty\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .thirteenhundredfifty\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .thirteenhundredfifty\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1400px){
  .fourteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .fourteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .fourteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .fourteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .fourteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .fourteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .fourteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .fourteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .fourteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .fourteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .fourteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .fourteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .fourteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .fourteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .fourteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .fourteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .fourteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .fourteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .fourteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .fourteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .fourteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .fourteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .fourteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .fourteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .fourteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .fourteenhundred\:container{
      max-width: 2000px;
    }
  }

  .fourteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .fourteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .fourteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .fourteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .fourteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .fourteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .fourteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .fourteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .fourteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .fourteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .fourteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .fourteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .fourteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .fourteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .fourteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .fourteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .fourteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .fourteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .fourteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .fourteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .fourteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .fourteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .fourteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .fourteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .fourteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .fourteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .fourteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .fourteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .fourteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .fourteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .fourteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .fourteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .fourteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .fourteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .fourteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .fourteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .fourteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .fourteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .fourteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .fourteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .fourteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .fourteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .fourteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .fourteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fourteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fourteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fourteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fourteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .fourteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .fourteenhundred\:bg-local{
    background-attachment: local;
  }

  .fourteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .fourteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .fourteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .fourteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .fourteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .fourteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .fourteenhundred\:bg-current{
    background-color: currentColor;
  }

  .fourteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .fourteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .fourteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .fourteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .fourteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fourteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fourteenhundred\:bg-none{
    background-image: none;
  }

  .fourteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .fourteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .fourteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .fourteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .fourteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .fourteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .fourteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .fourteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .fourteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .fourteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .fourteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .fourteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .fourteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .fourteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .fourteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .fourteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .fourteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .fourteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .fourteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .fourteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .fourteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .fourteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .fourteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .fourteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .fourteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .fourteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .fourteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .fourteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .fourteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .fourteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .fourteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .fourteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .fourteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .fourteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .fourteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .fourteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .fourteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .fourteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .fourteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .fourteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .fourteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .fourteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .fourteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .fourteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .fourteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .fourteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .fourteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .fourteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .fourteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .fourteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .fourteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .fourteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .fourteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .fourteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .fourteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .fourteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .fourteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .fourteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .fourteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .fourteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .fourteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .fourteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .fourteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .fourteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .fourteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .fourteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .fourteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .fourteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .fourteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .fourteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .fourteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .fourteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .fourteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .fourteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .fourteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .fourteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .fourteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .fourteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .fourteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .fourteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .fourteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .fourteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .fourteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .fourteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .fourteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .fourteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .fourteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .fourteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .fourteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .fourteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .fourteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .fourteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .fourteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .fourteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .fourteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .fourteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .fourteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .fourteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .fourteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .fourteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .fourteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .fourteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .fourteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .fourteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .fourteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .fourteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .fourteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .fourteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .fourteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .fourteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .fourteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .fourteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .fourteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .fourteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .fourteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .fourteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .fourteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .fourteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .fourteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .fourteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .fourteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .fourteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .fourteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .fourteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .fourteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .fourteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .fourteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .fourteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .fourteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .fourteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .fourteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .fourteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .fourteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .fourteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .fourteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .fourteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .fourteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .fourteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .fourteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .fourteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .fourteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .fourteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .fourteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .fourteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .fourteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .fourteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .fourteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .fourteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .fourteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .fourteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .fourteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .fourteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .fourteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .fourteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .fourteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .fourteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .fourteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .fourteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .fourteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .fourteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .fourteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .fourteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .fourteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .fourteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .fourteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .fourteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .fourteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .fourteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .fourteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .fourteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .fourteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .fourteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .fourteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .fourteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .fourteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .fourteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .fourteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .fourteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .fourteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .fourteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .fourteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .fourteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .fourteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .fourteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .fourteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .fourteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .fourteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fourteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fourteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fourteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fourteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fourteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fourteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fourteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fourteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fourteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fourteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fourteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fourteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fourteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fourteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fourteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fourteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fourteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fourteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fourteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fourteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fourteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fourteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fourteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fourteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fourteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fourteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fourteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fourteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fourteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fourteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fourteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fourteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fourteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fourteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fourteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fourteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fourteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fourteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fourteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fourteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fourteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fourteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fourteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fourteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fourteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fourteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fourteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fourteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fourteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fourteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fourteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fourteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fourteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fourteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fourteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fourteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fourteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fourteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fourteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fourteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fourteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fourteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fourteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fourteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fourteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fourteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fourteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fourteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fourteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fourteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fourteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fourteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fourteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fourteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fourteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fourteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fourteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fourteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fourteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fourteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fourteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fourteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fourteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fourteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fourteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fourteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fourteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fourteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fourteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fourteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fourteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .fourteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .fourteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .fourteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .fourteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .fourteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .fourteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .fourteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .fourteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .fourteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .fourteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .fourteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .fourteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .fourteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .fourteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .fourteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .fourteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .fourteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .fourteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .fourteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .fourteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .fourteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .fourteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .fourteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .fourteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .fourteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .fourteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .fourteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .fourteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .fourteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .fourteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .fourteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .fourteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .fourteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .fourteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .fourteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .fourteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .fourteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .fourteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .fourteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .fourteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .fourteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .fourteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .fourteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .fourteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .fourteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .fourteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .fourteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .fourteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .fourteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .fourteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .fourteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .fourteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .fourteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .fourteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .fourteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .fourteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .fourteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .fourteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .fourteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .fourteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .fourteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .fourteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .fourteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .fourteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .fourteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .fourteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .fourteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .fourteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .fourteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .fourteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .fourteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .fourteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .fourteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .fourteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .fourteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .fourteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .fourteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .fourteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .fourteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .fourteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .fourteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .fourteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .fourteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .fourteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .fourteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .fourteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .fourteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .fourteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .fourteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .fourteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .fourteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .fourteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .fourteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .fourteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .fourteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .fourteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .fourteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .fourteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .fourteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .fourteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .fourteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .fourteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .fourteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .fourteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .fourteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .fourteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .fourteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .fourteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .fourteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .fourteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .fourteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .fourteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .fourteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .fourteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .fourteenhundred\:bg-center{
    background-position: center;
  }

  .fourteenhundred\:bg-left{
    background-position: left;
  }

  .fourteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .fourteenhundred\:bg-left-top{
    background-position: left top;
  }

  .fourteenhundred\:bg-right{
    background-position: right;
  }

  .fourteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .fourteenhundred\:bg-right-top{
    background-position: right top;
  }

  .fourteenhundred\:bg-top{
    background-position: top;
  }

  .fourteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .fourteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .fourteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .fourteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .fourteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .fourteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .fourteenhundred\:bg-auto{
    background-size: auto;
  }

  .fourteenhundred\:bg-cover{
    background-size: cover;
  }

  .fourteenhundred\:bg-contain{
    background-size: contain;
  }

  .fourteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .fourteenhundred\:border-separate{
    border-collapse: separate;
  }

  .fourteenhundred\:border-transparent{
    border-color: transparent;
  }

  .fourteenhundred\:border-current{
    border-color: currentColor;
  }

  .fourteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .fourteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .fourteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .fourteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .fourteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fourteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fourteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .fourteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .fourteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .fourteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .fourteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .fourteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .fourteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .fourteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .fourteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .fourteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .fourteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .fourteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .fourteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .fourteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .fourteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .fourteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .fourteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .fourteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .fourteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .fourteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .fourteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .fourteenhundred\:rounded-none{
    border-radius: 0;
  }

  .fourteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .fourteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .fourteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .fourteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fourteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fourteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fourteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fourteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fourteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .fourteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fourteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fourteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .fourteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .fourteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fourteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fourteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .fourteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .fourteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .fourteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .fourteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .fourteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .fourteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .fourteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .fourteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .fourteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .fourteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .fourteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .fourteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .fourteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .fourteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .fourteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .fourteenhundred\:border-solid{
    border-style: solid;
  }

  .fourteenhundred\:border-dashed{
    border-style: dashed;
  }

  .fourteenhundred\:border-dotted{
    border-style: dotted;
  }

  .fourteenhundred\:border-double{
    border-style: double;
  }

  .fourteenhundred\:border-none{
    border-style: none;
  }

  .fourteenhundred\:border-0{
    border-width: 0;
  }

  .fourteenhundred\:border-2{
    border-width: 2px;
  }

  .fourteenhundred\:border-4{
    border-width: 4px;
  }

  .fourteenhundred\:border-8{
    border-width: 8px;
  }

  .fourteenhundred\:border{
    border-width: 1px;
  }

  .fourteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .fourteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .fourteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .fourteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .fourteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .fourteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .fourteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .fourteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .fourteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .fourteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .fourteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .fourteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .fourteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .fourteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .fourteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .fourteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .fourteenhundred\:border-t{
    border-top-width: 1px;
  }

  .fourteenhundred\:border-r{
    border-right-width: 1px;
  }

  .fourteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .fourteenhundred\:border-l{
    border-left-width: 1px;
  }

  .fourteenhundred\:box-border{
    box-sizing: border-box;
  }

  .fourteenhundred\:box-content{
    box-sizing: content-box;
  }

  .fourteenhundred\:cursor-auto{
    cursor: auto;
  }

  .fourteenhundred\:cursor-default{
    cursor: default;
  }

  .fourteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .fourteenhundred\:cursor-wait{
    cursor: wait;
  }

  .fourteenhundred\:cursor-text{
    cursor: text;
  }

  .fourteenhundred\:cursor-move{
    cursor: move;
  }

  .fourteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .fourteenhundred\:block{
    display: block;
  }

  .fourteenhundred\:inline-block{
    display: inline-block;
  }

  .fourteenhundred\:inline{
    display: inline;
  }

  .fourteenhundred\:flex{
    display: flex;
  }

  .fourteenhundred\:inline-flex{
    display: inline-flex;
  }

  .fourteenhundred\:table{
    display: table;
  }

  .fourteenhundred\:table-caption{
    display: table-caption;
  }

  .fourteenhundred\:table-cell{
    display: table-cell;
  }

  .fourteenhundred\:table-column{
    display: table-column;
  }

  .fourteenhundred\:table-column-group{
    display: table-column-group;
  }

  .fourteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .fourteenhundred\:table-header-group{
    display: table-header-group;
  }

  .fourteenhundred\:table-row-group{
    display: table-row-group;
  }

  .fourteenhundred\:table-row{
    display: table-row;
  }

  .fourteenhundred\:flow-root{
    display: flow-root;
  }

  .fourteenhundred\:grid{
    display: grid;
  }

  .fourteenhundred\:inline-grid{
    display: inline-grid;
  }

  .fourteenhundred\:contents{
    display: contents;
  }

  .fourteenhundred\:hidden{
    display: none;
  }

  .fourteenhundred\:flex-row{
    flex-direction: row;
  }

  .fourteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .fourteenhundred\:flex-col{
    flex-direction: column;
  }

  .fourteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .fourteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .fourteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .fourteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .fourteenhundred\:place-items-auto{
    place-items: auto;
  }

  .fourteenhundred\:place-items-start{
    place-items: start;
  }

  .fourteenhundred\:place-items-end{
    place-items: end;
  }

  .fourteenhundred\:place-items-center{
    place-items: center;
  }

  .fourteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .fourteenhundred\:place-content-center{
    place-content: center;
  }

  .fourteenhundred\:place-content-start{
    place-content: start;
  }

  .fourteenhundred\:place-content-end{
    place-content: end;
  }

  .fourteenhundred\:place-content-between{
    place-content: space-between;
  }

  .fourteenhundred\:place-content-around{
    place-content: space-around;
  }

  .fourteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .fourteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .fourteenhundred\:place-self-auto{
    place-self: auto;
  }

  .fourteenhundred\:place-self-start{
    place-self: start;
  }

  .fourteenhundred\:place-self-end{
    place-self: end;
  }

  .fourteenhundred\:place-self-center{
    place-self: center;
  }

  .fourteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .fourteenhundred\:items-start{
    align-items: flex-start;
  }

  .fourteenhundred\:items-end{
    align-items: flex-end;
  }

  .fourteenhundred\:items-center{
    align-items: center;
  }

  .fourteenhundred\:items-baseline{
    align-items: baseline;
  }

  .fourteenhundred\:items-stretch{
    align-items: stretch;
  }

  .fourteenhundred\:content-center{
    align-content: center;
  }

  .fourteenhundred\:content-start{
    align-content: flex-start;
  }

  .fourteenhundred\:content-end{
    align-content: flex-end;
  }

  .fourteenhundred\:content-between{
    align-content: space-between;
  }

  .fourteenhundred\:content-around{
    align-content: space-around;
  }

  .fourteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .fourteenhundred\:self-auto{
    align-self: auto;
  }

  .fourteenhundred\:self-start{
    align-self: flex-start;
  }

  .fourteenhundred\:self-end{
    align-self: flex-end;
  }

  .fourteenhundred\:self-center{
    align-self: center;
  }

  .fourteenhundred\:self-stretch{
    align-self: stretch;
  }

  .fourteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .fourteenhundred\:justify-items-start{
    justify-items: start;
  }

  .fourteenhundred\:justify-items-end{
    justify-items: end;
  }

  .fourteenhundred\:justify-items-center{
    justify-items: center;
  }

  .fourteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .fourteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .fourteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .fourteenhundred\:justify-center{
    justify-content: center;
  }

  .fourteenhundred\:justify-between{
    justify-content: space-between;
  }

  .fourteenhundred\:justify-around{
    justify-content: space-around;
  }

  .fourteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .fourteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .fourteenhundred\:justify-self-start{
    justify-self: start;
  }

  .fourteenhundred\:justify-self-end{
    justify-self: end;
  }

  .fourteenhundred\:justify-self-center{
    justify-self: center;
  }

  .fourteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .fourteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .fourteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .fourteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .fourteenhundred\:flex-none{
    flex: none;
  }

  .fourteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .fourteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .fourteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .fourteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .fourteenhundred\:order-1{
    order: 1;
  }

  .fourteenhundred\:order-2{
    order: 2;
  }

  .fourteenhundred\:order-3{
    order: 3;
  }

  .fourteenhundred\:order-4{
    order: 4;
  }

  .fourteenhundred\:order-5{
    order: 5;
  }

  .fourteenhundred\:order-6{
    order: 6;
  }

  .fourteenhundred\:order-7{
    order: 7;
  }

  .fourteenhundred\:order-8{
    order: 8;
  }

  .fourteenhundred\:order-9{
    order: 9;
  }

  .fourteenhundred\:order-10{
    order: 10;
  }

  .fourteenhundred\:order-11{
    order: 11;
  }

  .fourteenhundred\:order-12{
    order: 12;
  }

  .fourteenhundred\:order-first{
    order: -9999;
  }

  .fourteenhundred\:order-last{
    order: 9999;
  }

  .fourteenhundred\:order-none{
    order: 0;
  }

  .fourteenhundred\:float-right{
    float: right;
  }

  .fourteenhundred\:float-left{
    float: left;
  }

  .fourteenhundred\:float-none{
    float: none;
  }

  .fourteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .fourteenhundred\:clear-left{
    clear: left;
  }

  .fourteenhundred\:clear-right{
    clear: right;
  }

  .fourteenhundred\:clear-both{
    clear: both;
  }

  .fourteenhundred\:clear-none{
    clear: none;
  }

  .fourteenhundred\: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";
  }

  .fourteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .fourteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .fourteenhundred\:font-hairline{
    font-weight: 100;
  }

  .fourteenhundred\:font-thin{
    font-weight: 200;
  }

  .fourteenhundred\:font-light{
    font-weight: 300;
  }

  .fourteenhundred\:font-normal{
    font-weight: 400;
  }

  .fourteenhundred\:font-medium{
    font-weight: 500;
  }

  .fourteenhundred\:font-semibold{
    font-weight: 600;
  }

  .fourteenhundred\:font-bold{
    font-weight: 700;
  }

  .fourteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .fourteenhundred\:font-black{
    font-weight: 900;
  }

  .fourteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .fourteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .fourteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .fourteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .fourteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .fourteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .fourteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .fourteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .fourteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .fourteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .fourteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .fourteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .fourteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .fourteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .fourteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .fourteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .fourteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .fourteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .fourteenhundred\:h-0{
    height: 0;
  }

  .fourteenhundred\:h-1{
    height: 0.25rem;
  }

  .fourteenhundred\:h-2{
    height: 0.5rem;
  }

  .fourteenhundred\:h-3{
    height: 0.75rem;
  }

  .fourteenhundred\:h-4{
    height: 1rem;
  }

  .fourteenhundred\:h-5{
    height: 1.25rem;
  }

  .fourteenhundred\:h-6{
    height: 1.5rem;
  }

  .fourteenhundred\:h-8{
    height: 2rem;
  }

  .fourteenhundred\:h-10{
    height: 2.5rem;
  }

  .fourteenhundred\:h-12{
    height: 3rem;
  }

  .fourteenhundred\:h-16{
    height: 4rem;
  }

  .fourteenhundred\:h-20{
    height: 5rem;
  }

  .fourteenhundred\:h-24{
    height: 6rem;
  }

  .fourteenhundred\:h-32{
    height: 8rem;
  }

  .fourteenhundred\:h-40{
    height: 10rem;
  }

  .fourteenhundred\:h-48{
    height: 12rem;
  }

  .fourteenhundred\:h-56{
    height: 14rem;
  }

  .fourteenhundred\:h-64{
    height: 16rem;
  }

  .fourteenhundred\:h-72{
    height: 18rem;
  }

  .fourteenhundred\:h-80{
    height: 20rem;
  }

  .fourteenhundred\:h-88{
    height: 22rem;
  }

  .fourteenhundred\:h-96{
    height: 24rem;
  }

  .fourteenhundred\:h-104{
    height: 26rem;
  }

  .fourteenhundred\:h-112{
    height: 28rem;
  }

  .fourteenhundred\:h-128{
    height: 30rem;
  }

  .fourteenhundred\:h-144{
    height: 34rem;
  }

  .fourteenhundred\:h-160{
    height: 38rem;
  }

  .fourteenhundred\:h-176{
    height: 42rem;
  }

  .fourteenhundred\:h-192{
    height: 46rem;
  }

  .fourteenhundred\:h-208{
    height: 50rem;
  }

  .fourteenhundred\:h-224{
    height: 54rem;
  }

  .fourteenhundred\:h-240{
    height: 58rem;
  }

  .fourteenhundred\:h-256{
    height: 62rem;
  }

  .fourteenhundred\:h-auto{
    height: auto;
  }

  .fourteenhundred\:h-px{
    height: 1px;
  }

  .fourteenhundred\:h-full{
    height: 100%;
  }

  .fourteenhundred\:h-screen{
    height: 100vh;
  }

  .fourteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .fourteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .fourteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .fourteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .fourteenhundred\:text-base{
    font-size: 1rem;
  }

  .fourteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .fourteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .fourteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .fourteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .fourteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .fourteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .fourteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .fourteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .fourteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .fourteenhundred\:leading-3{
    line-height: .75rem;
  }

  .fourteenhundred\:leading-4{
    line-height: 1rem;
  }

  .fourteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .fourteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .fourteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .fourteenhundred\:leading-8{
    line-height: 2rem;
  }

  .fourteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .fourteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .fourteenhundred\:leading-none{
    line-height: 1;
  }

  .fourteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .fourteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .fourteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .fourteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .fourteenhundred\:leading-loose{
    line-height: 2;
  }

  .fourteenhundred\:list-inside{
    list-style-position: inside;
  }

  .fourteenhundred\:list-outside{
    list-style-position: outside;
  }

  .fourteenhundred\:list-none{
    list-style-type: none;
  }

  .fourteenhundred\:list-disc{
    list-style-type: disc;
  }

  .fourteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .fourteenhundred\:m-0{
    margin: 0;
  }

  .fourteenhundred\:m-1{
    margin: 0.25rem;
  }

  .fourteenhundred\:m-2{
    margin: 0.5rem;
  }

  .fourteenhundred\:m-3{
    margin: 0.75rem;
  }

  .fourteenhundred\:m-4{
    margin: 1rem;
  }

  .fourteenhundred\:m-5{
    margin: 1.25rem;
  }

  .fourteenhundred\:m-6{
    margin: 1.5rem;
  }

  .fourteenhundred\:m-8{
    margin: 2rem;
  }

  .fourteenhundred\:m-10{
    margin: 2.5rem;
  }

  .fourteenhundred\:m-12{
    margin: 3rem;
  }

  .fourteenhundred\:m-16{
    margin: 4rem;
  }

  .fourteenhundred\:m-20{
    margin: 5rem;
  }

  .fourteenhundred\:m-24{
    margin: 6rem;
  }

  .fourteenhundred\:m-32{
    margin: 8rem;
  }

  .fourteenhundred\:m-40{
    margin: 10rem;
  }

  .fourteenhundred\:m-48{
    margin: 12rem;
  }

  .fourteenhundred\:m-56{
    margin: 14rem;
  }

  .fourteenhundred\:m-64{
    margin: 16rem;
  }

  .fourteenhundred\:m-72{
    margin: 18rem;
  }

  .fourteenhundred\:m-80{
    margin: 20rem;
  }

  .fourteenhundred\:m-88{
    margin: 22rem;
  }

  .fourteenhundred\:m-96{
    margin: 24rem;
  }

  .fourteenhundred\:m-104{
    margin: 26rem;
  }

  .fourteenhundred\:m-112{
    margin: 28rem;
  }

  .fourteenhundred\:m-128{
    margin: 30rem;
  }

  .fourteenhundred\:m-144{
    margin: 34rem;
  }

  .fourteenhundred\:m-160{
    margin: 38rem;
  }

  .fourteenhundred\:m-176{
    margin: 42rem;
  }

  .fourteenhundred\:m-192{
    margin: 46rem;
  }

  .fourteenhundred\:m-208{
    margin: 50rem;
  }

  .fourteenhundred\:m-224{
    margin: 54rem;
  }

  .fourteenhundred\:m-240{
    margin: 58rem;
  }

  .fourteenhundred\:m-256{
    margin: 62rem;
  }

  .fourteenhundred\:m-auto{
    margin: auto;
  }

  .fourteenhundred\:m-px{
    margin: 1px;
  }

  .fourteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .fourteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .fourteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .fourteenhundred\:-m-4{
    margin: -1rem;
  }

  .fourteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .fourteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .fourteenhundred\:-m-8{
    margin: -2rem;
  }

  .fourteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .fourteenhundred\:-m-12{
    margin: -3rem;
  }

  .fourteenhundred\:-m-16{
    margin: -4rem;
  }

  .fourteenhundred\:-m-20{
    margin: -5rem;
  }

  .fourteenhundred\:-m-24{
    margin: -6rem;
  }

  .fourteenhundred\:-m-32{
    margin: -8rem;
  }

  .fourteenhundred\:-m-40{
    margin: -10rem;
  }

  .fourteenhundred\:-m-48{
    margin: -12rem;
  }

  .fourteenhundred\:-m-56{
    margin: -14rem;
  }

  .fourteenhundred\:-m-64{
    margin: -16rem;
  }

  .fourteenhundred\:-m-72{
    margin: -18rem;
  }

  .fourteenhundred\:-m-80{
    margin: -20rem;
  }

  .fourteenhundred\:-m-88{
    margin: -22rem;
  }

  .fourteenhundred\:-m-96{
    margin: -24rem;
  }

  .fourteenhundred\:-m-104{
    margin: -26rem;
  }

  .fourteenhundred\:-m-112{
    margin: -28rem;
  }

  .fourteenhundred\:-m-128{
    margin: -30rem;
  }

  .fourteenhundred\:-m-144{
    margin: -34rem;
  }

  .fourteenhundred\:-m-160{
    margin: -38rem;
  }

  .fourteenhundred\:-m-176{
    margin: -42rem;
  }

  .fourteenhundred\:-m-192{
    margin: -46rem;
  }

  .fourteenhundred\:-m-208{
    margin: -50rem;
  }

  .fourteenhundred\:-m-224{
    margin: -54rem;
  }

  .fourteenhundred\:-m-240{
    margin: -58rem;
  }

  .fourteenhundred\:-m-256{
    margin: -62rem;
  }

  .fourteenhundred\:-m-px{
    margin: -1px;
  }

  .fourteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .fourteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .fourteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .fourteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .fourteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .fourteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .fourteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .fourteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .fourteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fourteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fourteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fourteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .fourteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fourteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .fourteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fourteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fourteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fourteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .fourteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fourteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fourteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fourteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .fourteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .fourteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .fourteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .fourteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .fourteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .fourteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .fourteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .fourteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .fourteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .fourteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .fourteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .fourteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .fourteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .fourteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .fourteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .fourteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .fourteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .fourteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .fourteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .fourteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .fourteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .fourteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .fourteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .fourteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .fourteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .fourteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .fourteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .fourteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .fourteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .fourteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .fourteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .fourteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .fourteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .fourteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .fourteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .fourteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .fourteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .fourteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .fourteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .fourteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .fourteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .fourteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .fourteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .fourteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .fourteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .fourteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .fourteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .fourteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .fourteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .fourteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .fourteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .fourteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .fourteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .fourteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .fourteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .fourteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .fourteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .fourteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .fourteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .fourteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .fourteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .fourteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .fourteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .fourteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .fourteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .fourteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .fourteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .fourteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .fourteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .fourteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .fourteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .fourteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .fourteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .fourteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .fourteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .fourteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .fourteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .fourteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .fourteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .fourteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .fourteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .fourteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .fourteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .fourteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .fourteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .fourteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .fourteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .fourteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .fourteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .fourteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .fourteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .fourteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .fourteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .fourteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .fourteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .fourteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .fourteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .fourteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .fourteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .fourteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .fourteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .fourteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .fourteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .fourteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .fourteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .fourteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .fourteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .fourteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .fourteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .fourteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .fourteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .fourteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .fourteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .fourteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .fourteenhundred\:mt-0{
    margin-top: 0;
  }

  .fourteenhundred\:mr-0{
    margin-right: 0;
  }

  .fourteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .fourteenhundred\:ml-0{
    margin-left: 0;
  }

  .fourteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .fourteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .fourteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .fourteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .fourteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .fourteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .fourteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .fourteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .fourteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .fourteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .fourteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .fourteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .fourteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .fourteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .fourteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .fourteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .fourteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .fourteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .fourteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .fourteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .fourteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .fourteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .fourteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .fourteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .fourteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .fourteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .fourteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .fourteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .fourteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .fourteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .fourteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .fourteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .fourteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .fourteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .fourteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .fourteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .fourteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .fourteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .fourteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .fourteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .fourteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .fourteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .fourteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .fourteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .fourteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .fourteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .fourteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .fourteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .fourteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .fourteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .fourteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .fourteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .fourteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .fourteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .fourteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .fourteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .fourteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .fourteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .fourteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .fourteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .fourteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .fourteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .fourteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .fourteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .fourteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .fourteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .fourteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .fourteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .fourteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .fourteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .fourteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .fourteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .fourteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .fourteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .fourteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .fourteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .fourteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .fourteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .fourteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .fourteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .fourteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .fourteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .fourteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .fourteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .fourteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .fourteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .fourteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .fourteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .fourteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .fourteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .fourteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .fourteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .fourteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .fourteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .fourteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .fourteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .fourteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .fourteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .fourteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .fourteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .fourteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .fourteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .fourteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .fourteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .fourteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .fourteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .fourteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .fourteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .fourteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .fourteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .fourteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .fourteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .fourteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .fourteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .fourteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .fourteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .fourteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .fourteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .fourteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .fourteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .fourteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .fourteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .fourteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .fourteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .fourteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .fourteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .fourteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .fourteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .fourteenhundred\:mt-auto{
    margin-top: auto;
  }

  .fourteenhundred\:mr-auto{
    margin-right: auto;
  }

  .fourteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .fourteenhundred\:ml-auto{
    margin-left: auto;
  }

  .fourteenhundred\:mt-px{
    margin-top: 1px;
  }

  .fourteenhundred\:mr-px{
    margin-right: 1px;
  }

  .fourteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .fourteenhundred\:ml-px{
    margin-left: 1px;
  }

  .fourteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .fourteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .fourteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .fourteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .fourteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .fourteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .fourteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .fourteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .fourteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .fourteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .fourteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .fourteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .fourteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .fourteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .fourteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .fourteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .fourteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .fourteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .fourteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .fourteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .fourteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .fourteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .fourteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .fourteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .fourteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .fourteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .fourteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .fourteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .fourteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .fourteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .fourteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .fourteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .fourteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .fourteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .fourteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .fourteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .fourteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .fourteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .fourteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .fourteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .fourteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .fourteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .fourteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .fourteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .fourteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .fourteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .fourteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .fourteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .fourteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .fourteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .fourteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .fourteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .fourteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .fourteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .fourteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .fourteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .fourteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .fourteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .fourteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .fourteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .fourteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .fourteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .fourteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .fourteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .fourteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .fourteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .fourteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .fourteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .fourteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .fourteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .fourteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .fourteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .fourteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .fourteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .fourteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .fourteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .fourteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .fourteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .fourteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .fourteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .fourteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .fourteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .fourteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .fourteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .fourteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .fourteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .fourteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .fourteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .fourteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .fourteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .fourteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .fourteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .fourteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .fourteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .fourteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .fourteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .fourteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .fourteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .fourteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .fourteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .fourteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .fourteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .fourteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .fourteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .fourteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .fourteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .fourteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .fourteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .fourteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .fourteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .fourteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .fourteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .fourteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .fourteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .fourteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .fourteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .fourteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .fourteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .fourteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .fourteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .fourteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .fourteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .fourteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .fourteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .fourteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .fourteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .fourteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .fourteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .fourteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .fourteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .fourteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .fourteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .fourteenhundred\:max-h-full{
    max-height: 100%;
  }

  .fourteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .fourteenhundred\:max-w-none{
    max-width: none;
  }

  .fourteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .fourteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .fourteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .fourteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .fourteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .fourteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .fourteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .fourteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .fourteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .fourteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .fourteenhundred\:max-w-full{
    max-width: 100%;
  }

  .fourteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .fourteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .fourteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .fourteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .fourteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .fourteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .fourteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .fourteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .fourteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .fourteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .fourteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .fourteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .fourteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .fourteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .fourteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .fourteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .fourteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .fourteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .fourteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .fourteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .fourteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .fourteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .fourteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .fourteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .fourteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .fourteenhundred\:min-h-0{
    min-height: 0;
  }

  .fourteenhundred\:min-h-full{
    min-height: 100%;
  }

  .fourteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .fourteenhundred\:min-w-0{
    min-width: 0;
  }

  .fourteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .fourteenhundred\:min-w-full{
    min-width: 100%;
  }

  .fourteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .fourteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .fourteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .fourteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .fourteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .fourteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .fourteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .fourteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .fourteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .fourteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .fourteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .fourteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .fourteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .fourteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .fourteenhundred\:opacity-0{
    opacity: 0;
  }

  .fourteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .fourteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .fourteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .fourteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .fourteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .fourteenhundred\:opacity-100{
    opacity: 1;
  }

  .fourteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .fourteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .fourteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .fourteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .fourteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .fourteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .fourteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .fourteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .fourteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .fourteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .fourteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .fourteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .fourteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .fourteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .fourteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .fourteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .fourteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .fourteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .fourteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .fourteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .fourteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .fourteenhundred\:overflow-auto{
    overflow: auto;
  }

  .fourteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .fourteenhundred\:overflow-visible{
    overflow: visible;
  }

  .fourteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .fourteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .fourteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .fourteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .fourteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .fourteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .fourteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .fourteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .fourteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .fourteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .fourteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .fourteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .fourteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .fourteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .fourteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .fourteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .fourteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .fourteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .fourteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .fourteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .fourteenhundred\:p-0{
    padding: 0;
  }

  .fourteenhundred\:p-1{
    padding: 0.25rem;
  }

  .fourteenhundred\:p-2{
    padding: 0.5rem;
  }

  .fourteenhundred\:p-3{
    padding: 0.75rem;
  }

  .fourteenhundred\:p-4{
    padding: 1rem;
  }

  .fourteenhundred\:p-5{
    padding: 1.25rem;
  }

  .fourteenhundred\:p-6{
    padding: 1.5rem;
  }

  .fourteenhundred\:p-8{
    padding: 2rem;
  }

  .fourteenhundred\:p-10{
    padding: 2.5rem;
  }

  .fourteenhundred\:p-12{
    padding: 3rem;
  }

  .fourteenhundred\:p-16{
    padding: 4rem;
  }

  .fourteenhundred\:p-20{
    padding: 5rem;
  }

  .fourteenhundred\:p-24{
    padding: 6rem;
  }

  .fourteenhundred\:p-32{
    padding: 8rem;
  }

  .fourteenhundred\:p-40{
    padding: 10rem;
  }

  .fourteenhundred\:p-48{
    padding: 12rem;
  }

  .fourteenhundred\:p-56{
    padding: 14rem;
  }

  .fourteenhundred\:p-64{
    padding: 16rem;
  }

  .fourteenhundred\:p-72{
    padding: 18rem;
  }

  .fourteenhundred\:p-80{
    padding: 20rem;
  }

  .fourteenhundred\:p-88{
    padding: 22rem;
  }

  .fourteenhundred\:p-96{
    padding: 24rem;
  }

  .fourteenhundred\:p-104{
    padding: 26rem;
  }

  .fourteenhundred\:p-112{
    padding: 28rem;
  }

  .fourteenhundred\:p-128{
    padding: 30rem;
  }

  .fourteenhundred\:p-144{
    padding: 34rem;
  }

  .fourteenhundred\:p-160{
    padding: 38rem;
  }

  .fourteenhundred\:p-176{
    padding: 42rem;
  }

  .fourteenhundred\:p-192{
    padding: 46rem;
  }

  .fourteenhundred\:p-208{
    padding: 50rem;
  }

  .fourteenhundred\:p-224{
    padding: 54rem;
  }

  .fourteenhundred\:p-240{
    padding: 58rem;
  }

  .fourteenhundred\:p-256{
    padding: 62rem;
  }

  .fourteenhundred\:p-px{
    padding: 1px;
  }

  .fourteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .fourteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .fourteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .fourteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .fourteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .fourteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .fourteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .fourteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .fourteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fourteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fourteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fourteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fourteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fourteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fourteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fourteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fourteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fourteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fourteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fourteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fourteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fourteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fourteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fourteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .fourteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fourteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fourteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fourteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fourteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .fourteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .fourteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .fourteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .fourteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .fourteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .fourteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .fourteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .fourteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .fourteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .fourteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .fourteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .fourteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .fourteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .fourteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .fourteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .fourteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .fourteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .fourteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .fourteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .fourteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .fourteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .fourteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .fourteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .fourteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .fourteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .fourteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .fourteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .fourteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .fourteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .fourteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .fourteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .fourteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .fourteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .fourteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .fourteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .fourteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .fourteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .fourteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .fourteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .fourteenhundred\:pt-0{
    padding-top: 0;
  }

  .fourteenhundred\:pr-0{
    padding-right: 0;
  }

  .fourteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .fourteenhundred\:pl-0{
    padding-left: 0;
  }

  .fourteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .fourteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .fourteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .fourteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .fourteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .fourteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .fourteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .fourteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .fourteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .fourteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .fourteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .fourteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .fourteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .fourteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .fourteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .fourteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .fourteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .fourteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .fourteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .fourteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .fourteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .fourteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .fourteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .fourteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .fourteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .fourteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .fourteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .fourteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .fourteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .fourteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .fourteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .fourteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .fourteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .fourteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .fourteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .fourteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .fourteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .fourteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .fourteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .fourteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .fourteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .fourteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .fourteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .fourteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .fourteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .fourteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .fourteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .fourteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .fourteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .fourteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .fourteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .fourteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .fourteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .fourteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .fourteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .fourteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .fourteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .fourteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .fourteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .fourteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .fourteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .fourteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .fourteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .fourteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .fourteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .fourteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .fourteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .fourteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .fourteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .fourteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .fourteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .fourteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .fourteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .fourteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .fourteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .fourteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .fourteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .fourteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .fourteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .fourteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .fourteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .fourteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .fourteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .fourteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .fourteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .fourteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .fourteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .fourteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .fourteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .fourteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .fourteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .fourteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .fourteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .fourteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .fourteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .fourteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .fourteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .fourteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .fourteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .fourteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .fourteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .fourteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .fourteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .fourteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .fourteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .fourteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .fourteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .fourteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .fourteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .fourteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .fourteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .fourteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .fourteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .fourteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .fourteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .fourteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .fourteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .fourteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .fourteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .fourteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .fourteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .fourteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .fourteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .fourteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .fourteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .fourteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .fourteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .fourteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .fourteenhundred\:pt-px{
    padding-top: 1px;
  }

  .fourteenhundred\:pr-px{
    padding-right: 1px;
  }

  .fourteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .fourteenhundred\:pl-px{
    padding-left: 1px;
  }

  .fourteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .fourteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .fourteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .fourteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .fourteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .fourteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .fourteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .fourteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .fourteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .fourteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .fourteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .fourteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .fourteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fourteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .fourteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fourteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fourteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fourteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fourteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fourteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .fourteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .fourteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .fourteenhundred\:static{
    position: static;
  }

  .fourteenhundred\:fixed{
    position: fixed;
  }

  .fourteenhundred\:absolute{
    position: absolute;
  }

  .fourteenhundred\:relative{
    position: relative;
  }

  .fourteenhundred\:sticky{
    position: sticky;
  }

  .fourteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .fourteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .fourteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .fourteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .fourteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .fourteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .fourteenhundred\:top-0{
    top: 0;
  }

  .fourteenhundred\:right-0{
    right: 0;
  }

  .fourteenhundred\:bottom-0{
    bottom: 0;
  }

  .fourteenhundred\:left-0{
    left: 0;
  }

  .fourteenhundred\:top-auto{
    top: auto;
  }

  .fourteenhundred\:right-auto{
    right: auto;
  }

  .fourteenhundred\:bottom-auto{
    bottom: auto;
  }

  .fourteenhundred\:left-auto{
    left: auto;
  }

  .fourteenhundred\:resize-none{
    resize: none;
  }

  .fourteenhundred\:resize-y{
    resize: vertical;
  }

  .fourteenhundred\:resize-x{
    resize: horizontal;
  }

  .fourteenhundred\:resize{
    resize: both;
  }

  .fourteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:shadow-none{
    box-shadow: none;
  }

  .fourteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .fourteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fourteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fourteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fourteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fourteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .fourteenhundred\:fill-current{
    fill: currentColor;
  }

  .fourteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .fourteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .fourteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .fourteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .fourteenhundred\:table-auto{
    table-layout: auto;
  }

  .fourteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .fourteenhundred\:text-left{
    text-align: left;
  }

  .fourteenhundred\:text-center{
    text-align: center;
  }

  .fourteenhundred\:text-right{
    text-align: right;
  }

  .fourteenhundred\:text-justify{
    text-align: justify;
  }

  .fourteenhundred\:text-transparent{
    color: transparent;
  }

  .fourteenhundred\:text-current{
    color: currentColor;
  }

  .fourteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .fourteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .fourteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .fourteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .fourteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fourteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .fourteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .fourteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .fourteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fourteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .fourteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .fourteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .fourteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .fourteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .fourteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .fourteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .fourteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .fourteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .fourteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .fourteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .fourteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .fourteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .fourteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .fourteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .fourteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .fourteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .fourteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .fourteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .fourteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .fourteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .fourteenhundred\:italic{
    font-style: italic;
  }

  .fourteenhundred\:not-italic{
    font-style: normal;
  }

  .fourteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .fourteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .fourteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .fourteenhundred\:normal-case{
    text-transform: none;
  }

  .fourteenhundred\:underline{
    text-decoration: underline;
  }

  .fourteenhundred\:line-through{
    text-decoration: line-through;
  }

  .fourteenhundred\:no-underline{
    text-decoration: none;
  }

  .fourteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .fourteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .fourteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .fourteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .fourteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .fourteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .fourteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fourteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fourteenhundred\:ordinal, .fourteenhundred\:slashed-zero, .fourteenhundred\:lining-nums, .fourteenhundred\:oldstyle-nums, .fourteenhundred\:proportional-nums, .fourteenhundred\:tabular-nums, .fourteenhundred\:diagonal-fractions, .fourteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .fourteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .fourteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .fourteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .fourteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .fourteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .fourteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .fourteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .fourteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .fourteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .fourteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .fourteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .fourteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .fourteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .fourteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .fourteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .fourteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .fourteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .fourteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .fourteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .fourteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .fourteenhundred\:align-top{
    vertical-align: top;
  }

  .fourteenhundred\:align-middle{
    vertical-align: middle;
  }

  .fourteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .fourteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .fourteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .fourteenhundred\:visible{
    visibility: visible;
  }

  .fourteenhundred\:invisible{
    visibility: hidden;
  }

  .fourteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .fourteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .fourteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .fourteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .fourteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .fourteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .fourteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fourteenhundred\:break-all{
    word-break: break-all;
  }

  .fourteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fourteenhundred\:w-0{
    width: 0;
  }

  .fourteenhundred\:w-1{
    width: 0.25rem;
  }

  .fourteenhundred\:w-2{
    width: 0.5rem;
  }

  .fourteenhundred\:w-3{
    width: 0.75rem;
  }

  .fourteenhundred\:w-4{
    width: 1rem;
  }

  .fourteenhundred\:w-5{
    width: 1.25rem;
  }

  .fourteenhundred\:w-6{
    width: 1.5rem;
  }

  .fourteenhundred\:w-8{
    width: 2rem;
  }

  .fourteenhundred\:w-10{
    width: 2.5rem;
  }

  .fourteenhundred\:w-12{
    width: 3rem;
  }

  .fourteenhundred\:w-16{
    width: 4rem;
  }

  .fourteenhundred\:w-20{
    width: 5rem;
  }

  .fourteenhundred\:w-24{
    width: 6rem;
  }

  .fourteenhundred\:w-32{
    width: 8rem;
  }

  .fourteenhundred\:w-40{
    width: 10rem;
  }

  .fourteenhundred\:w-48{
    width: 12rem;
  }

  .fourteenhundred\:w-56{
    width: 14rem;
  }

  .fourteenhundred\:w-64{
    width: 16rem;
  }

  .fourteenhundred\:w-72{
    width: 18rem;
  }

  .fourteenhundred\:w-80{
    width: 20rem;
  }

  .fourteenhundred\:w-88{
    width: 22rem;
  }

  .fourteenhundred\:w-96{
    width: 24rem;
  }

  .fourteenhundred\:w-104{
    width: 26rem;
  }

  .fourteenhundred\:w-112{
    width: 28rem;
  }

  .fourteenhundred\:w-128{
    width: 30rem;
  }

  .fourteenhundred\:w-144{
    width: 34rem;
  }

  .fourteenhundred\:w-160{
    width: 38rem;
  }

  .fourteenhundred\:w-176{
    width: 42rem;
  }

  .fourteenhundred\:w-192{
    width: 46rem;
  }

  .fourteenhundred\:w-208{
    width: 50rem;
  }

  .fourteenhundred\:w-224{
    width: 54rem;
  }

  .fourteenhundred\:w-240{
    width: 58rem;
  }

  .fourteenhundred\:w-256{
    width: 62rem;
  }

  .fourteenhundred\:w-auto{
    width: auto;
  }

  .fourteenhundred\:w-px{
    width: 1px;
  }

  .fourteenhundred\:w-1\/2{
    width: 50%;
  }

  .fourteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .fourteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .fourteenhundred\:w-1\/4{
    width: 25%;
  }

  .fourteenhundred\:w-2\/4{
    width: 50%;
  }

  .fourteenhundred\:w-3\/4{
    width: 75%;
  }

  .fourteenhundred\:w-1\/5{
    width: 20%;
  }

  .fourteenhundred\:w-2\/5{
    width: 40%;
  }

  .fourteenhundred\:w-3\/5{
    width: 60%;
  }

  .fourteenhundred\:w-4\/5{
    width: 80%;
  }

  .fourteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .fourteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .fourteenhundred\:w-3\/6{
    width: 50%;
  }

  .fourteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .fourteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .fourteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .fourteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .fourteenhundred\:w-3\/12{
    width: 25%;
  }

  .fourteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .fourteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .fourteenhundred\:w-6\/12{
    width: 50%;
  }

  .fourteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .fourteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .fourteenhundred\:w-9\/12{
    width: 75%;
  }

  .fourteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .fourteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .fourteenhundred\:w-full{
    width: 100%;
  }

  .fourteenhundred\:w-screen{
    width: 100vw;
  }

  .fourteenhundred\:z-0{
    z-index: 0;
  }

  .fourteenhundred\:z-10{
    z-index: 10;
  }

  .fourteenhundred\:z-20{
    z-index: 20;
  }

  .fourteenhundred\:z-30{
    z-index: 30;
  }

  .fourteenhundred\:z-40{
    z-index: 40;
  }

  .fourteenhundred\:z-50{
    z-index: 50;
  }

  .fourteenhundred\:z-auto{
    z-index: auto;
  }

  .fourteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .fourteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .fourteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .fourteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .fourteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .fourteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .fourteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .fourteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .fourteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .fourteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .fourteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .fourteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .fourteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .fourteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .fourteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .fourteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .fourteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .fourteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .fourteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .fourteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .fourteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .fourteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .fourteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .fourteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .fourteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .fourteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .fourteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .fourteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .fourteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .fourteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .fourteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .fourteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .fourteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .fourteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .fourteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fourteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fourteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fourteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fourteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fourteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fourteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fourteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fourteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fourteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fourteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fourteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fourteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fourteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fourteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fourteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fourteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fourteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fourteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fourteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fourteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fourteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fourteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fourteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fourteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fourteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fourteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fourteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fourteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fourteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fourteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fourteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fourteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fourteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fourteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fourteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fourteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fourteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fourteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fourteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fourteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fourteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fourteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fourteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fourteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fourteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fourteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fourteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fourteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fourteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fourteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fourteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fourteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fourteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fourteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fourteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fourteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fourteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fourteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fourteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fourteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fourteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fourteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fourteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fourteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fourteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fourteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fourteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fourteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fourteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fourteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fourteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fourteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fourteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fourteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fourteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fourteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fourteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fourteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fourteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fourteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fourteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fourteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fourteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fourteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fourteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fourteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fourteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fourteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fourteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fourteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fourteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fourteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fourteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fourteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fourteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fourteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fourteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fourteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fourteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fourteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fourteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fourteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fourteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fourteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fourteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fourteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fourteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fourteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fourteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fourteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fourteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fourteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fourteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fourteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fourteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fourteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fourteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fourteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fourteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fourteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fourteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fourteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fourteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fourteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fourteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fourteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fourteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fourteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fourteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fourteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fourteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fourteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fourteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fourteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fourteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fourteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .fourteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .fourteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .fourteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .fourteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .fourteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .fourteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .fourteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .fourteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .fourteenhundred\:col-auto{
    grid-column: auto;
  }

  .fourteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .fourteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .fourteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .fourteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .fourteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .fourteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .fourteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .fourteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .fourteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .fourteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .fourteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .fourteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .fourteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .fourteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .fourteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .fourteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .fourteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .fourteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .fourteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .fourteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .fourteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .fourteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .fourteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .fourteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .fourteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .fourteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .fourteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .fourteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .fourteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .fourteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .fourteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .fourteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .fourteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .fourteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .fourteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .fourteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .fourteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .fourteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .fourteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .fourteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .fourteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .fourteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .fourteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .fourteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .fourteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .fourteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .fourteenhundred\:row-auto{
    grid-row: auto;
  }

  .fourteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .fourteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .fourteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .fourteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .fourteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .fourteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .fourteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .fourteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .fourteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .fourteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .fourteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .fourteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .fourteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .fourteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .fourteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .fourteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .fourteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .fourteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .fourteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .fourteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .fourteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .fourteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .fourteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .fourteenhundred\:transform-none{
    transform: none;
  }

  .fourteenhundred\:origin-center{
    transform-origin: center;
  }

  .fourteenhundred\:origin-top{
    transform-origin: top;
  }

  .fourteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .fourteenhundred\:origin-right{
    transform-origin: right;
  }

  .fourteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .fourteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .fourteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .fourteenhundred\:origin-left{
    transform-origin: left;
  }

  .fourteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .fourteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .fourteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .fourteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .fourteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .fourteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .fourteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .fourteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .fourteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .fourteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .fourteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .fourteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .fourteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .fourteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .fourteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .fourteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .fourteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .fourteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .fourteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .fourteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .fourteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .fourteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .fourteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .fourteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .fourteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .fourteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .fourteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .fourteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .fourteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .fourteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .fourteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .fourteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .fourteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .fourteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fourteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fourteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fourteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fourteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fourteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fourteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .fourteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .fourteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .fourteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .fourteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .fourteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .fourteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .fourteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .fourteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .fourteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .fourteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .fourteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .fourteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .fourteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .fourteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .fourteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .fourteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .fourteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .fourteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .fourteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .fourteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .fourteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .fourteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .fourteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .fourteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .fourteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .fourteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .fourteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .fourteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .fourteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .fourteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .fourteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .fourteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .fourteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .fourteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .fourteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .fourteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .fourteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .fourteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .fourteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .fourteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .fourteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .fourteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .fourteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .fourteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .fourteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .fourteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .fourteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .fourteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .fourteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .fourteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .fourteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .fourteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .fourteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .fourteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .fourteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .fourteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .fourteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .fourteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .fourteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .fourteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .fourteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .fourteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .fourteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .fourteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .fourteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .fourteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .fourteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .fourteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .fourteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .fourteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .fourteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .fourteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .fourteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .fourteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .fourteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .fourteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .fourteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .fourteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .fourteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .fourteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .fourteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .fourteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .fourteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .fourteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .fourteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .fourteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .fourteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .fourteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .fourteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .fourteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .fourteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .fourteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .fourteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .fourteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .fourteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .fourteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .fourteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .fourteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .fourteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .fourteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .fourteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .fourteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .fourteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .fourteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .fourteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .fourteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .fourteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .fourteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .fourteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .fourteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .fourteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .fourteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .fourteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .fourteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .fourteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .fourteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .fourteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .fourteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .fourteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .fourteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .fourteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .fourteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .fourteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .fourteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .fourteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .fourteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .fourteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .fourteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .fourteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .fourteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .fourteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .fourteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .fourteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .fourteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .fourteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .fourteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .fourteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .fourteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .fourteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .fourteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .fourteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .fourteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .fourteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .fourteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .fourteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .fourteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .fourteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .fourteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .fourteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .fourteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .fourteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .fourteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .fourteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .fourteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .fourteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .fourteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .fourteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .fourteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .fourteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .fourteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .fourteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .fourteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .fourteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .fourteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .fourteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .fourteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .fourteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .fourteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .fourteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .fourteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .fourteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .fourteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .fourteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .fourteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .fourteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .fourteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .fourteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .fourteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .fourteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .fourteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .fourteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .fourteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .fourteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .fourteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .fourteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .fourteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .fourteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .fourteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .fourteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .fourteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .fourteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .fourteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .fourteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .fourteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .fourteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .fourteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .fourteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .fourteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .fourteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .fourteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .fourteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .fourteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .fourteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .fourteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .fourteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .fourteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .fourteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .fourteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .fourteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .fourteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .fourteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .fourteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .fourteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .fourteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .fourteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .fourteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .fourteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .fourteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .fourteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .fourteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .fourteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .fourteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .fourteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .fourteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .fourteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .fourteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .fourteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .fourteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .fourteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .fourteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .fourteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .fourteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .fourteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .fourteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .fourteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .fourteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .fourteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .fourteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .fourteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .fourteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .fourteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .fourteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .fourteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .fourteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .fourteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .fourteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .fourteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .fourteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .fourteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .fourteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .fourteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .fourteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .fourteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .fourteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .fourteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .fourteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .fourteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .fourteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .fourteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .fourteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .fourteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .fourteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .fourteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .fourteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .fourteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .fourteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .fourteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .fourteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .fourteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .fourteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .fourteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .fourteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .fourteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .fourteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .fourteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .fourteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .fourteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .fourteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .fourteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .fourteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .fourteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .fourteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .fourteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .fourteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .fourteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .fourteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .fourteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .fourteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .fourteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .fourteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .fourteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .fourteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .fourteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .fourteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .fourteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .fourteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .fourteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .fourteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .fourteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .fourteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .fourteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .fourteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .fourteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .fourteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .fourteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .fourteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .fourteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .fourteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .fourteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .fourteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .fourteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .fourteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .fourteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .fourteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .fourteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .fourteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .fourteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .fourteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .fourteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .fourteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .fourteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .fourteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .fourteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .fourteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .fourteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .fourteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .fourteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .fourteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .fourteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .fourteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .fourteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .fourteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .fourteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .fourteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .fourteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .fourteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .fourteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .fourteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .fourteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .fourteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .fourteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .fourteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .fourteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .fourteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .fourteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .fourteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .fourteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .fourteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .fourteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .fourteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .fourteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .fourteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .fourteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .fourteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .fourteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .fourteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .fourteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .fourteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .fourteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .fourteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .fourteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .fourteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .fourteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .fourteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .fourteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .fourteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .fourteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .fourteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .fourteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .fourteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .fourteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .fourteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .fourteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .fourteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .fourteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .fourteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .fourteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .fourteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .fourteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .fourteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .fourteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .fourteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .fourteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .fourteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .fourteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .fourteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .fourteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .fourteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .fourteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .fourteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .fourteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .fourteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .fourteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .fourteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .fourteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .fourteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .fourteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .fourteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .fourteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .fourteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .fourteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .fourteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .fourteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .fourteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .fourteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .fourteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .fourteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .fourteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .fourteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .fourteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .fourteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .fourteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .fourteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .fourteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .fourteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .fourteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .fourteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .fourteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .fourteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .fourteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .fourteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .fourteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .fourteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .fourteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .fourteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .fourteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .fourteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .fourteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .fourteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .fourteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .fourteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .fourteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .fourteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .fourteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .fourteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .fourteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .fourteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .fourteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .fourteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .fourteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .fourteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .fourteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .fourteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .fourteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .fourteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .fourteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .fourteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .fourteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .fourteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .fourteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .fourteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .fourteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .fourteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .fourteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .fourteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .fourteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .fourteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .fourteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .fourteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .fourteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .fourteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .fourteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .fourteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .fourteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .fourteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .fourteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .fourteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .fourteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .fourteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .fourteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .fourteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .fourteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .fourteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .fourteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .fourteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .fourteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .fourteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .fourteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .fourteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .fourteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .fourteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .fourteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .fourteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .fourteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .fourteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .fourteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .fourteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .fourteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .fourteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .fourteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .fourteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .fourteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .fourteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .fourteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .fourteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .fourteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .fourteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .fourteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .fourteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .fourteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .fourteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .fourteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .fourteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .fourteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .fourteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .fourteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .fourteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .fourteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .fourteenhundred\:transition-none{
    transition-property: none;
  }

  .fourteenhundred\:transition-all{
    transition-property: all;
  }

  .fourteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .fourteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .fourteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .fourteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .fourteenhundred\:transition-transform{
    transition-property: transform;
  }

  .fourteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .fourteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .fourteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .fourteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .fourteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .fourteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .fourteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .fourteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .fourteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .fourteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .fourteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .fourteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .fourteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .fourteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .fourteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .fourteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .fourteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .fourteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .fourteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .fourteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .fourteenhundred\:animate-none{
    animation: none;
  }

  .fourteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .fourteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .fourteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .fourteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1500px){
  .fifteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .fifteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .fifteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .fifteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .fifteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .fifteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .fifteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .fifteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .fifteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .fifteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .fifteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .fifteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .fifteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .fifteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .fifteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .fifteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .fifteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .fifteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .fifteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .fifteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .fifteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .fifteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .fifteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .fifteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .fifteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .fifteenhundred\:container{
      max-width: 2000px;
    }
  }

  .fifteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .fifteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .fifteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .fifteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .fifteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .fifteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .fifteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .fifteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .fifteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .fifteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .fifteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .fifteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .fifteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .fifteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .fifteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .fifteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .fifteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .fifteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .fifteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .fifteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .fifteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .fifteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .fifteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .fifteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .fifteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .fifteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .fifteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .fifteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .fifteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .fifteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .fifteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .fifteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .fifteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .fifteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .fifteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .fifteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .fifteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .fifteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .fifteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .fifteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .fifteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .fifteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .fifteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .fifteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fifteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fifteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .fifteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .fifteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .fifteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .fifteenhundred\:bg-local{
    background-attachment: local;
  }

  .fifteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .fifteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .fifteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .fifteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .fifteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .fifteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .fifteenhundred\:bg-current{
    background-color: currentColor;
  }

  .fifteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fifteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fifteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fifteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fifteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fifteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fifteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fifteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fifteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fifteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fifteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fifteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .fifteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .fifteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fifteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .fifteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .fifteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .fifteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .fifteenhundred\:bg-none{
    background-image: none;
  }

  .fifteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .fifteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .fifteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .fifteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .fifteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .fifteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .fifteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .fifteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .fifteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .fifteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .fifteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .fifteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .fifteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .fifteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .fifteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .fifteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .fifteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .fifteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .fifteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .fifteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .fifteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .fifteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .fifteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .fifteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .fifteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .fifteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .fifteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .fifteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .fifteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .fifteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .fifteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .fifteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .fifteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .fifteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .fifteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .fifteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .fifteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .fifteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .fifteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .fifteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .fifteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .fifteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .fifteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .fifteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .fifteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .fifteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .fifteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .fifteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .fifteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .fifteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .fifteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .fifteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .fifteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .fifteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .fifteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .fifteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .fifteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .fifteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .fifteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .fifteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .fifteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .fifteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .fifteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .fifteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .fifteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .fifteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .fifteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .fifteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .fifteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .fifteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .fifteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .fifteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .fifteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .fifteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .fifteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .fifteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .fifteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .fifteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .fifteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .fifteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .fifteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .fifteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .fifteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .fifteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .fifteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .fifteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .fifteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .fifteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .fifteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .fifteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .fifteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .fifteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .fifteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .fifteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .fifteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .fifteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .fifteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .fifteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .fifteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .fifteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .fifteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .fifteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .fifteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .fifteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .fifteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .fifteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .fifteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .fifteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .fifteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .fifteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .fifteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .fifteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .fifteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .fifteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .fifteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .fifteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .fifteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .fifteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .fifteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .fifteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .fifteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .fifteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .fifteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .fifteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .fifteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .fifteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .fifteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .fifteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .fifteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .fifteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .fifteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .fifteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .fifteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .fifteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .fifteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .fifteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .fifteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .fifteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .fifteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .fifteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .fifteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .fifteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .fifteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .fifteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .fifteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .fifteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .fifteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .fifteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .fifteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .fifteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .fifteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .fifteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .fifteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .fifteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .fifteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .fifteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .fifteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .fifteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .fifteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .fifteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .fifteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .fifteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .fifteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .fifteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .fifteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .fifteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .fifteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .fifteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .fifteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .fifteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .fifteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .fifteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .fifteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .fifteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .fifteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .fifteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .fifteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .fifteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .fifteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .fifteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .fifteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .fifteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .fifteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .fifteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .fifteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .fifteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .fifteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .fifteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .fifteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .fifteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .fifteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .fifteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .fifteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .fifteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .fifteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .fifteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .fifteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .fifteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .fifteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .fifteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .fifteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .fifteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .fifteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .fifteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .fifteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .fifteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .fifteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .fifteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .fifteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .fifteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .fifteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .fifteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .fifteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .fifteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .fifteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .fifteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .fifteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .fifteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .fifteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .fifteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .fifteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .fifteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .fifteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .fifteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .fifteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .fifteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .fifteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .fifteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .fifteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .fifteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .fifteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .fifteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .fifteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .fifteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .fifteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .fifteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .fifteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .fifteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .fifteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .fifteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .fifteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .fifteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .fifteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .fifteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .fifteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .fifteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .fifteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .fifteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .fifteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .fifteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .fifteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .fifteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .fifteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .fifteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .fifteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .fifteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .fifteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .fifteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .fifteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .fifteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .fifteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .fifteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .fifteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .fifteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .fifteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .fifteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .fifteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .fifteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .fifteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .fifteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .fifteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .fifteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .fifteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .fifteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .fifteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .fifteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .fifteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .fifteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .fifteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .fifteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .fifteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .fifteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .fifteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .fifteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .fifteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .fifteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .fifteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .fifteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .fifteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .fifteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .fifteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .fifteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .fifteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .fifteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .fifteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .fifteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .fifteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .fifteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .fifteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .fifteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .fifteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .fifteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .fifteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .fifteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .fifteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .fifteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .fifteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .fifteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .fifteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .fifteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .fifteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .fifteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .fifteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .fifteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .fifteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .fifteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .fifteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .fifteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .fifteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .fifteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .fifteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .fifteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .fifteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .fifteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .fifteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .fifteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .fifteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .fifteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .fifteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .fifteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .fifteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .fifteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .fifteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .fifteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .fifteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .fifteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .fifteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .fifteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .fifteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .fifteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .fifteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .fifteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .fifteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .fifteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .fifteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .fifteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .fifteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .fifteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .fifteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .fifteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .fifteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .fifteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .fifteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .fifteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .fifteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .fifteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .fifteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .fifteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .fifteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .fifteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .fifteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .fifteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .fifteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .fifteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .fifteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .fifteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .fifteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .fifteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .fifteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .fifteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .fifteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .fifteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .fifteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .fifteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .fifteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .fifteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .fifteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .fifteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .fifteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .fifteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .fifteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .fifteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .fifteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .fifteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .fifteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .fifteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .fifteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .fifteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .fifteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .fifteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .fifteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .fifteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .fifteenhundred\:bg-center{
    background-position: center;
  }

  .fifteenhundred\:bg-left{
    background-position: left;
  }

  .fifteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .fifteenhundred\:bg-left-top{
    background-position: left top;
  }

  .fifteenhundred\:bg-right{
    background-position: right;
  }

  .fifteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .fifteenhundred\:bg-right-top{
    background-position: right top;
  }

  .fifteenhundred\:bg-top{
    background-position: top;
  }

  .fifteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .fifteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .fifteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .fifteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .fifteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .fifteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .fifteenhundred\:bg-auto{
    background-size: auto;
  }

  .fifteenhundred\:bg-cover{
    background-size: cover;
  }

  .fifteenhundred\:bg-contain{
    background-size: contain;
  }

  .fifteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .fifteenhundred\:border-separate{
    border-collapse: separate;
  }

  .fifteenhundred\:border-transparent{
    border-color: transparent;
  }

  .fifteenhundred\:border-current{
    border-color: currentColor;
  }

  .fifteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fifteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fifteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fifteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fifteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fifteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fifteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fifteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fifteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fifteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fifteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fifteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fifteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fifteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fifteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fifteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fifteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fifteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fifteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fifteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fifteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fifteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fifteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fifteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fifteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fifteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .fifteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .fifteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fifteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .fifteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .fifteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .fifteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .fifteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .fifteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .fifteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .fifteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .fifteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .fifteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .fifteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .fifteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .fifteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .fifteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .fifteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .fifteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .fifteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .fifteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .fifteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .fifteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .fifteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .fifteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .fifteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .fifteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .fifteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .fifteenhundred\:rounded-none{
    border-radius: 0;
  }

  .fifteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .fifteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .fifteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .fifteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fifteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fifteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fifteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fifteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .fifteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .fifteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fifteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .fifteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .fifteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .fifteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fifteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fifteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .fifteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .fifteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .fifteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .fifteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .fifteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .fifteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .fifteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .fifteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .fifteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .fifteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .fifteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .fifteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .fifteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .fifteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .fifteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .fifteenhundred\:border-solid{
    border-style: solid;
  }

  .fifteenhundred\:border-dashed{
    border-style: dashed;
  }

  .fifteenhundred\:border-dotted{
    border-style: dotted;
  }

  .fifteenhundred\:border-double{
    border-style: double;
  }

  .fifteenhundred\:border-none{
    border-style: none;
  }

  .fifteenhundred\:border-0{
    border-width: 0;
  }

  .fifteenhundred\:border-2{
    border-width: 2px;
  }

  .fifteenhundred\:border-4{
    border-width: 4px;
  }

  .fifteenhundred\:border-8{
    border-width: 8px;
  }

  .fifteenhundred\:border{
    border-width: 1px;
  }

  .fifteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .fifteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .fifteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .fifteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .fifteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .fifteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .fifteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .fifteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .fifteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .fifteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .fifteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .fifteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .fifteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .fifteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .fifteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .fifteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .fifteenhundred\:border-t{
    border-top-width: 1px;
  }

  .fifteenhundred\:border-r{
    border-right-width: 1px;
  }

  .fifteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .fifteenhundred\:border-l{
    border-left-width: 1px;
  }

  .fifteenhundred\:box-border{
    box-sizing: border-box;
  }

  .fifteenhundred\:box-content{
    box-sizing: content-box;
  }

  .fifteenhundred\:cursor-auto{
    cursor: auto;
  }

  .fifteenhundred\:cursor-default{
    cursor: default;
  }

  .fifteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .fifteenhundred\:cursor-wait{
    cursor: wait;
  }

  .fifteenhundred\:cursor-text{
    cursor: text;
  }

  .fifteenhundred\:cursor-move{
    cursor: move;
  }

  .fifteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .fifteenhundred\:block{
    display: block;
  }

  .fifteenhundred\:inline-block{
    display: inline-block;
  }

  .fifteenhundred\:inline{
    display: inline;
  }

  .fifteenhundred\:flex{
    display: flex;
  }

  .fifteenhundred\:inline-flex{
    display: inline-flex;
  }

  .fifteenhundred\:table{
    display: table;
  }

  .fifteenhundred\:table-caption{
    display: table-caption;
  }

  .fifteenhundred\:table-cell{
    display: table-cell;
  }

  .fifteenhundred\:table-column{
    display: table-column;
  }

  .fifteenhundred\:table-column-group{
    display: table-column-group;
  }

  .fifteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .fifteenhundred\:table-header-group{
    display: table-header-group;
  }

  .fifteenhundred\:table-row-group{
    display: table-row-group;
  }

  .fifteenhundred\:table-row{
    display: table-row;
  }

  .fifteenhundred\:flow-root{
    display: flow-root;
  }

  .fifteenhundred\:grid{
    display: grid;
  }

  .fifteenhundred\:inline-grid{
    display: inline-grid;
  }

  .fifteenhundred\:contents{
    display: contents;
  }

  .fifteenhundred\:hidden{
    display: none;
  }

  .fifteenhundred\:flex-row{
    flex-direction: row;
  }

  .fifteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .fifteenhundred\:flex-col{
    flex-direction: column;
  }

  .fifteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .fifteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .fifteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .fifteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .fifteenhundred\:place-items-auto{
    place-items: auto;
  }

  .fifteenhundred\:place-items-start{
    place-items: start;
  }

  .fifteenhundred\:place-items-end{
    place-items: end;
  }

  .fifteenhundred\:place-items-center{
    place-items: center;
  }

  .fifteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .fifteenhundred\:place-content-center{
    place-content: center;
  }

  .fifteenhundred\:place-content-start{
    place-content: start;
  }

  .fifteenhundred\:place-content-end{
    place-content: end;
  }

  .fifteenhundred\:place-content-between{
    place-content: space-between;
  }

  .fifteenhundred\:place-content-around{
    place-content: space-around;
  }

  .fifteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .fifteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .fifteenhundred\:place-self-auto{
    place-self: auto;
  }

  .fifteenhundred\:place-self-start{
    place-self: start;
  }

  .fifteenhundred\:place-self-end{
    place-self: end;
  }

  .fifteenhundred\:place-self-center{
    place-self: center;
  }

  .fifteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .fifteenhundred\:items-start{
    align-items: flex-start;
  }

  .fifteenhundred\:items-end{
    align-items: flex-end;
  }

  .fifteenhundred\:items-center{
    align-items: center;
  }

  .fifteenhundred\:items-baseline{
    align-items: baseline;
  }

  .fifteenhundred\:items-stretch{
    align-items: stretch;
  }

  .fifteenhundred\:content-center{
    align-content: center;
  }

  .fifteenhundred\:content-start{
    align-content: flex-start;
  }

  .fifteenhundred\:content-end{
    align-content: flex-end;
  }

  .fifteenhundred\:content-between{
    align-content: space-between;
  }

  .fifteenhundred\:content-around{
    align-content: space-around;
  }

  .fifteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .fifteenhundred\:self-auto{
    align-self: auto;
  }

  .fifteenhundred\:self-start{
    align-self: flex-start;
  }

  .fifteenhundred\:self-end{
    align-self: flex-end;
  }

  .fifteenhundred\:self-center{
    align-self: center;
  }

  .fifteenhundred\:self-stretch{
    align-self: stretch;
  }

  .fifteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .fifteenhundred\:justify-items-start{
    justify-items: start;
  }

  .fifteenhundred\:justify-items-end{
    justify-items: end;
  }

  .fifteenhundred\:justify-items-center{
    justify-items: center;
  }

  .fifteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .fifteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .fifteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .fifteenhundred\:justify-center{
    justify-content: center;
  }

  .fifteenhundred\:justify-between{
    justify-content: space-between;
  }

  .fifteenhundred\:justify-around{
    justify-content: space-around;
  }

  .fifteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .fifteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .fifteenhundred\:justify-self-start{
    justify-self: start;
  }

  .fifteenhundred\:justify-self-end{
    justify-self: end;
  }

  .fifteenhundred\:justify-self-center{
    justify-self: center;
  }

  .fifteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .fifteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .fifteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .fifteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .fifteenhundred\:flex-none{
    flex: none;
  }

  .fifteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .fifteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .fifteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .fifteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .fifteenhundred\:order-1{
    order: 1;
  }

  .fifteenhundred\:order-2{
    order: 2;
  }

  .fifteenhundred\:order-3{
    order: 3;
  }

  .fifteenhundred\:order-4{
    order: 4;
  }

  .fifteenhundred\:order-5{
    order: 5;
  }

  .fifteenhundred\:order-6{
    order: 6;
  }

  .fifteenhundred\:order-7{
    order: 7;
  }

  .fifteenhundred\:order-8{
    order: 8;
  }

  .fifteenhundred\:order-9{
    order: 9;
  }

  .fifteenhundred\:order-10{
    order: 10;
  }

  .fifteenhundred\:order-11{
    order: 11;
  }

  .fifteenhundred\:order-12{
    order: 12;
  }

  .fifteenhundred\:order-first{
    order: -9999;
  }

  .fifteenhundred\:order-last{
    order: 9999;
  }

  .fifteenhundred\:order-none{
    order: 0;
  }

  .fifteenhundred\:float-right{
    float: right;
  }

  .fifteenhundred\:float-left{
    float: left;
  }

  .fifteenhundred\:float-none{
    float: none;
  }

  .fifteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .fifteenhundred\:clear-left{
    clear: left;
  }

  .fifteenhundred\:clear-right{
    clear: right;
  }

  .fifteenhundred\:clear-both{
    clear: both;
  }

  .fifteenhundred\:clear-none{
    clear: none;
  }

  .fifteenhundred\: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";
  }

  .fifteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .fifteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .fifteenhundred\:font-hairline{
    font-weight: 100;
  }

  .fifteenhundred\:font-thin{
    font-weight: 200;
  }

  .fifteenhundred\:font-light{
    font-weight: 300;
  }

  .fifteenhundred\:font-normal{
    font-weight: 400;
  }

  .fifteenhundred\:font-medium{
    font-weight: 500;
  }

  .fifteenhundred\:font-semibold{
    font-weight: 600;
  }

  .fifteenhundred\:font-bold{
    font-weight: 700;
  }

  .fifteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .fifteenhundred\:font-black{
    font-weight: 900;
  }

  .fifteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .fifteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .fifteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .fifteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .fifteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .fifteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .fifteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .fifteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .fifteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .fifteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .fifteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .fifteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .fifteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .fifteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .fifteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .fifteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .fifteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .fifteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .fifteenhundred\:h-0{
    height: 0;
  }

  .fifteenhundred\:h-1{
    height: 0.25rem;
  }

  .fifteenhundred\:h-2{
    height: 0.5rem;
  }

  .fifteenhundred\:h-3{
    height: 0.75rem;
  }

  .fifteenhundred\:h-4{
    height: 1rem;
  }

  .fifteenhundred\:h-5{
    height: 1.25rem;
  }

  .fifteenhundred\:h-6{
    height: 1.5rem;
  }

  .fifteenhundred\:h-8{
    height: 2rem;
  }

  .fifteenhundred\:h-10{
    height: 2.5rem;
  }

  .fifteenhundred\:h-12{
    height: 3rem;
  }

  .fifteenhundred\:h-16{
    height: 4rem;
  }

  .fifteenhundred\:h-20{
    height: 5rem;
  }

  .fifteenhundred\:h-24{
    height: 6rem;
  }

  .fifteenhundred\:h-32{
    height: 8rem;
  }

  .fifteenhundred\:h-40{
    height: 10rem;
  }

  .fifteenhundred\:h-48{
    height: 12rem;
  }

  .fifteenhundred\:h-56{
    height: 14rem;
  }

  .fifteenhundred\:h-64{
    height: 16rem;
  }

  .fifteenhundred\:h-72{
    height: 18rem;
  }

  .fifteenhundred\:h-80{
    height: 20rem;
  }

  .fifteenhundred\:h-88{
    height: 22rem;
  }

  .fifteenhundred\:h-96{
    height: 24rem;
  }

  .fifteenhundred\:h-104{
    height: 26rem;
  }

  .fifteenhundred\:h-112{
    height: 28rem;
  }

  .fifteenhundred\:h-128{
    height: 30rem;
  }

  .fifteenhundred\:h-144{
    height: 34rem;
  }

  .fifteenhundred\:h-160{
    height: 38rem;
  }

  .fifteenhundred\:h-176{
    height: 42rem;
  }

  .fifteenhundred\:h-192{
    height: 46rem;
  }

  .fifteenhundred\:h-208{
    height: 50rem;
  }

  .fifteenhundred\:h-224{
    height: 54rem;
  }

  .fifteenhundred\:h-240{
    height: 58rem;
  }

  .fifteenhundred\:h-256{
    height: 62rem;
  }

  .fifteenhundred\:h-auto{
    height: auto;
  }

  .fifteenhundred\:h-px{
    height: 1px;
  }

  .fifteenhundred\:h-full{
    height: 100%;
  }

  .fifteenhundred\:h-screen{
    height: 100vh;
  }

  .fifteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .fifteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .fifteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .fifteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .fifteenhundred\:text-base{
    font-size: 1rem;
  }

  .fifteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .fifteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .fifteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .fifteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .fifteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .fifteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .fifteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .fifteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .fifteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .fifteenhundred\:leading-3{
    line-height: .75rem;
  }

  .fifteenhundred\:leading-4{
    line-height: 1rem;
  }

  .fifteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .fifteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .fifteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .fifteenhundred\:leading-8{
    line-height: 2rem;
  }

  .fifteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .fifteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .fifteenhundred\:leading-none{
    line-height: 1;
  }

  .fifteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .fifteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .fifteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .fifteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .fifteenhundred\:leading-loose{
    line-height: 2;
  }

  .fifteenhundred\:list-inside{
    list-style-position: inside;
  }

  .fifteenhundred\:list-outside{
    list-style-position: outside;
  }

  .fifteenhundred\:list-none{
    list-style-type: none;
  }

  .fifteenhundred\:list-disc{
    list-style-type: disc;
  }

  .fifteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .fifteenhundred\:m-0{
    margin: 0;
  }

  .fifteenhundred\:m-1{
    margin: 0.25rem;
  }

  .fifteenhundred\:m-2{
    margin: 0.5rem;
  }

  .fifteenhundred\:m-3{
    margin: 0.75rem;
  }

  .fifteenhundred\:m-4{
    margin: 1rem;
  }

  .fifteenhundred\:m-5{
    margin: 1.25rem;
  }

  .fifteenhundred\:m-6{
    margin: 1.5rem;
  }

  .fifteenhundred\:m-8{
    margin: 2rem;
  }

  .fifteenhundred\:m-10{
    margin: 2.5rem;
  }

  .fifteenhundred\:m-12{
    margin: 3rem;
  }

  .fifteenhundred\:m-16{
    margin: 4rem;
  }

  .fifteenhundred\:m-20{
    margin: 5rem;
  }

  .fifteenhundred\:m-24{
    margin: 6rem;
  }

  .fifteenhundred\:m-32{
    margin: 8rem;
  }

  .fifteenhundred\:m-40{
    margin: 10rem;
  }

  .fifteenhundred\:m-48{
    margin: 12rem;
  }

  .fifteenhundred\:m-56{
    margin: 14rem;
  }

  .fifteenhundred\:m-64{
    margin: 16rem;
  }

  .fifteenhundred\:m-72{
    margin: 18rem;
  }

  .fifteenhundred\:m-80{
    margin: 20rem;
  }

  .fifteenhundred\:m-88{
    margin: 22rem;
  }

  .fifteenhundred\:m-96{
    margin: 24rem;
  }

  .fifteenhundred\:m-104{
    margin: 26rem;
  }

  .fifteenhundred\:m-112{
    margin: 28rem;
  }

  .fifteenhundred\:m-128{
    margin: 30rem;
  }

  .fifteenhundred\:m-144{
    margin: 34rem;
  }

  .fifteenhundred\:m-160{
    margin: 38rem;
  }

  .fifteenhundred\:m-176{
    margin: 42rem;
  }

  .fifteenhundred\:m-192{
    margin: 46rem;
  }

  .fifteenhundred\:m-208{
    margin: 50rem;
  }

  .fifteenhundred\:m-224{
    margin: 54rem;
  }

  .fifteenhundred\:m-240{
    margin: 58rem;
  }

  .fifteenhundred\:m-256{
    margin: 62rem;
  }

  .fifteenhundred\:m-auto{
    margin: auto;
  }

  .fifteenhundred\:m-px{
    margin: 1px;
  }

  .fifteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .fifteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .fifteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .fifteenhundred\:-m-4{
    margin: -1rem;
  }

  .fifteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .fifteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .fifteenhundred\:-m-8{
    margin: -2rem;
  }

  .fifteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .fifteenhundred\:-m-12{
    margin: -3rem;
  }

  .fifteenhundred\:-m-16{
    margin: -4rem;
  }

  .fifteenhundred\:-m-20{
    margin: -5rem;
  }

  .fifteenhundred\:-m-24{
    margin: -6rem;
  }

  .fifteenhundred\:-m-32{
    margin: -8rem;
  }

  .fifteenhundred\:-m-40{
    margin: -10rem;
  }

  .fifteenhundred\:-m-48{
    margin: -12rem;
  }

  .fifteenhundred\:-m-56{
    margin: -14rem;
  }

  .fifteenhundred\:-m-64{
    margin: -16rem;
  }

  .fifteenhundred\:-m-72{
    margin: -18rem;
  }

  .fifteenhundred\:-m-80{
    margin: -20rem;
  }

  .fifteenhundred\:-m-88{
    margin: -22rem;
  }

  .fifteenhundred\:-m-96{
    margin: -24rem;
  }

  .fifteenhundred\:-m-104{
    margin: -26rem;
  }

  .fifteenhundred\:-m-112{
    margin: -28rem;
  }

  .fifteenhundred\:-m-128{
    margin: -30rem;
  }

  .fifteenhundred\:-m-144{
    margin: -34rem;
  }

  .fifteenhundred\:-m-160{
    margin: -38rem;
  }

  .fifteenhundred\:-m-176{
    margin: -42rem;
  }

  .fifteenhundred\:-m-192{
    margin: -46rem;
  }

  .fifteenhundred\:-m-208{
    margin: -50rem;
  }

  .fifteenhundred\:-m-224{
    margin: -54rem;
  }

  .fifteenhundred\:-m-240{
    margin: -58rem;
  }

  .fifteenhundred\:-m-256{
    margin: -62rem;
  }

  .fifteenhundred\:-m-px{
    margin: -1px;
  }

  .fifteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .fifteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .fifteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .fifteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .fifteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .fifteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .fifteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .fifteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .fifteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fifteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fifteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fifteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .fifteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fifteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .fifteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fifteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fifteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fifteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .fifteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fifteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fifteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fifteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .fifteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .fifteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .fifteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .fifteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .fifteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .fifteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .fifteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .fifteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .fifteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .fifteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .fifteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .fifteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .fifteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .fifteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .fifteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .fifteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .fifteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .fifteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .fifteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .fifteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .fifteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .fifteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .fifteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .fifteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .fifteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .fifteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .fifteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .fifteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .fifteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .fifteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .fifteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .fifteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .fifteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .fifteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .fifteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .fifteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .fifteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .fifteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .fifteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .fifteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .fifteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .fifteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .fifteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .fifteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .fifteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .fifteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .fifteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .fifteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .fifteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .fifteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .fifteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .fifteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .fifteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .fifteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .fifteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .fifteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .fifteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .fifteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .fifteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .fifteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .fifteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .fifteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .fifteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .fifteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .fifteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .fifteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .fifteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .fifteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .fifteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .fifteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .fifteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .fifteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .fifteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .fifteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .fifteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .fifteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .fifteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .fifteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .fifteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .fifteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .fifteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .fifteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .fifteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .fifteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .fifteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .fifteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .fifteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .fifteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .fifteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .fifteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .fifteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .fifteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .fifteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .fifteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .fifteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .fifteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .fifteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .fifteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .fifteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .fifteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .fifteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .fifteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .fifteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .fifteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .fifteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .fifteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .fifteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .fifteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .fifteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .fifteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .fifteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .fifteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .fifteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .fifteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .fifteenhundred\:mt-0{
    margin-top: 0;
  }

  .fifteenhundred\:mr-0{
    margin-right: 0;
  }

  .fifteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .fifteenhundred\:ml-0{
    margin-left: 0;
  }

  .fifteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .fifteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .fifteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .fifteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .fifteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .fifteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .fifteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .fifteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .fifteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .fifteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .fifteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .fifteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .fifteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .fifteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .fifteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .fifteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .fifteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .fifteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .fifteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .fifteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .fifteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .fifteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .fifteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .fifteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .fifteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .fifteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .fifteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .fifteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .fifteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .fifteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .fifteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .fifteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .fifteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .fifteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .fifteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .fifteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .fifteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .fifteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .fifteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .fifteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .fifteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .fifteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .fifteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .fifteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .fifteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .fifteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .fifteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .fifteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .fifteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .fifteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .fifteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .fifteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .fifteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .fifteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .fifteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .fifteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .fifteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .fifteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .fifteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .fifteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .fifteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .fifteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .fifteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .fifteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .fifteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .fifteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .fifteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .fifteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .fifteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .fifteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .fifteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .fifteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .fifteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .fifteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .fifteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .fifteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .fifteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .fifteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .fifteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .fifteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .fifteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .fifteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .fifteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .fifteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .fifteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .fifteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .fifteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .fifteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .fifteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .fifteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .fifteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .fifteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .fifteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .fifteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .fifteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .fifteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .fifteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .fifteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .fifteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .fifteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .fifteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .fifteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .fifteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .fifteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .fifteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .fifteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .fifteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .fifteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .fifteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .fifteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .fifteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .fifteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .fifteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .fifteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .fifteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .fifteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .fifteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .fifteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .fifteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .fifteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .fifteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .fifteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .fifteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .fifteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .fifteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .fifteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .fifteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .fifteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .fifteenhundred\:mt-auto{
    margin-top: auto;
  }

  .fifteenhundred\:mr-auto{
    margin-right: auto;
  }

  .fifteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .fifteenhundred\:ml-auto{
    margin-left: auto;
  }

  .fifteenhundred\:mt-px{
    margin-top: 1px;
  }

  .fifteenhundred\:mr-px{
    margin-right: 1px;
  }

  .fifteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .fifteenhundred\:ml-px{
    margin-left: 1px;
  }

  .fifteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .fifteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .fifteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .fifteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .fifteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .fifteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .fifteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .fifteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .fifteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .fifteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .fifteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .fifteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .fifteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .fifteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .fifteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .fifteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .fifteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .fifteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .fifteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .fifteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .fifteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .fifteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .fifteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .fifteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .fifteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .fifteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .fifteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .fifteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .fifteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .fifteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .fifteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .fifteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .fifteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .fifteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .fifteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .fifteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .fifteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .fifteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .fifteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .fifteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .fifteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .fifteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .fifteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .fifteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .fifteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .fifteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .fifteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .fifteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .fifteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .fifteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .fifteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .fifteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .fifteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .fifteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .fifteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .fifteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .fifteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .fifteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .fifteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .fifteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .fifteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .fifteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .fifteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .fifteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .fifteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .fifteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .fifteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .fifteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .fifteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .fifteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .fifteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .fifteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .fifteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .fifteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .fifteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .fifteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .fifteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .fifteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .fifteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .fifteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .fifteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .fifteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .fifteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .fifteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .fifteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .fifteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .fifteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .fifteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .fifteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .fifteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .fifteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .fifteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .fifteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .fifteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .fifteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .fifteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .fifteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .fifteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .fifteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .fifteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .fifteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .fifteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .fifteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .fifteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .fifteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .fifteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .fifteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .fifteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .fifteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .fifteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .fifteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .fifteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .fifteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .fifteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .fifteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .fifteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .fifteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .fifteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .fifteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .fifteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .fifteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .fifteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .fifteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .fifteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .fifteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .fifteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .fifteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .fifteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .fifteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .fifteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .fifteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .fifteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .fifteenhundred\:max-h-full{
    max-height: 100%;
  }

  .fifteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .fifteenhundred\:max-w-none{
    max-width: none;
  }

  .fifteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .fifteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .fifteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .fifteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .fifteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .fifteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .fifteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .fifteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .fifteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .fifteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .fifteenhundred\:max-w-full{
    max-width: 100%;
  }

  .fifteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .fifteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .fifteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .fifteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .fifteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .fifteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .fifteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .fifteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .fifteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .fifteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .fifteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .fifteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .fifteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .fifteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .fifteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .fifteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .fifteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .fifteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .fifteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .fifteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .fifteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .fifteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .fifteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .fifteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .fifteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .fifteenhundred\:min-h-0{
    min-height: 0;
  }

  .fifteenhundred\:min-h-full{
    min-height: 100%;
  }

  .fifteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .fifteenhundred\:min-w-0{
    min-width: 0;
  }

  .fifteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .fifteenhundred\:min-w-full{
    min-width: 100%;
  }

  .fifteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .fifteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .fifteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .fifteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .fifteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .fifteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .fifteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .fifteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .fifteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .fifteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .fifteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .fifteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .fifteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .fifteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .fifteenhundred\:opacity-0{
    opacity: 0;
  }

  .fifteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .fifteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .fifteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .fifteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .fifteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .fifteenhundred\:opacity-100{
    opacity: 1;
  }

  .fifteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .fifteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .fifteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .fifteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .fifteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .fifteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .fifteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .fifteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .fifteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .fifteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .fifteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .fifteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .fifteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .fifteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .fifteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .fifteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .fifteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .fifteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .fifteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .fifteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .fifteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .fifteenhundred\:overflow-auto{
    overflow: auto;
  }

  .fifteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .fifteenhundred\:overflow-visible{
    overflow: visible;
  }

  .fifteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .fifteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .fifteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .fifteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .fifteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .fifteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .fifteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .fifteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .fifteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .fifteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .fifteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .fifteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .fifteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .fifteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .fifteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .fifteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .fifteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .fifteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .fifteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .fifteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .fifteenhundred\:p-0{
    padding: 0;
  }

  .fifteenhundred\:p-1{
    padding: 0.25rem;
  }

  .fifteenhundred\:p-2{
    padding: 0.5rem;
  }

  .fifteenhundred\:p-3{
    padding: 0.75rem;
  }

  .fifteenhundred\:p-4{
    padding: 1rem;
  }

  .fifteenhundred\:p-5{
    padding: 1.25rem;
  }

  .fifteenhundred\:p-6{
    padding: 1.5rem;
  }

  .fifteenhundred\:p-8{
    padding: 2rem;
  }

  .fifteenhundred\:p-10{
    padding: 2.5rem;
  }

  .fifteenhundred\:p-12{
    padding: 3rem;
  }

  .fifteenhundred\:p-16{
    padding: 4rem;
  }

  .fifteenhundred\:p-20{
    padding: 5rem;
  }

  .fifteenhundred\:p-24{
    padding: 6rem;
  }

  .fifteenhundred\:p-32{
    padding: 8rem;
  }

  .fifteenhundred\:p-40{
    padding: 10rem;
  }

  .fifteenhundred\:p-48{
    padding: 12rem;
  }

  .fifteenhundred\:p-56{
    padding: 14rem;
  }

  .fifteenhundred\:p-64{
    padding: 16rem;
  }

  .fifteenhundred\:p-72{
    padding: 18rem;
  }

  .fifteenhundred\:p-80{
    padding: 20rem;
  }

  .fifteenhundred\:p-88{
    padding: 22rem;
  }

  .fifteenhundred\:p-96{
    padding: 24rem;
  }

  .fifteenhundred\:p-104{
    padding: 26rem;
  }

  .fifteenhundred\:p-112{
    padding: 28rem;
  }

  .fifteenhundred\:p-128{
    padding: 30rem;
  }

  .fifteenhundred\:p-144{
    padding: 34rem;
  }

  .fifteenhundred\:p-160{
    padding: 38rem;
  }

  .fifteenhundred\:p-176{
    padding: 42rem;
  }

  .fifteenhundred\:p-192{
    padding: 46rem;
  }

  .fifteenhundred\:p-208{
    padding: 50rem;
  }

  .fifteenhundred\:p-224{
    padding: 54rem;
  }

  .fifteenhundred\:p-240{
    padding: 58rem;
  }

  .fifteenhundred\:p-256{
    padding: 62rem;
  }

  .fifteenhundred\:p-px{
    padding: 1px;
  }

  .fifteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .fifteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .fifteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .fifteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .fifteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .fifteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .fifteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .fifteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .fifteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fifteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fifteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fifteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fifteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fifteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fifteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fifteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fifteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fifteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fifteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fifteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fifteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fifteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fifteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fifteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .fifteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fifteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fifteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fifteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fifteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .fifteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .fifteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .fifteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .fifteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .fifteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .fifteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .fifteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .fifteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .fifteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .fifteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .fifteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .fifteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .fifteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .fifteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .fifteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .fifteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .fifteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .fifteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .fifteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .fifteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .fifteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .fifteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .fifteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .fifteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .fifteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .fifteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .fifteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .fifteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .fifteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .fifteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .fifteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .fifteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .fifteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .fifteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .fifteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .fifteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .fifteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .fifteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .fifteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .fifteenhundred\:pt-0{
    padding-top: 0;
  }

  .fifteenhundred\:pr-0{
    padding-right: 0;
  }

  .fifteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .fifteenhundred\:pl-0{
    padding-left: 0;
  }

  .fifteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .fifteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .fifteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .fifteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .fifteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .fifteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .fifteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .fifteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .fifteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .fifteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .fifteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .fifteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .fifteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .fifteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .fifteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .fifteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .fifteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .fifteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .fifteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .fifteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .fifteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .fifteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .fifteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .fifteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .fifteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .fifteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .fifteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .fifteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .fifteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .fifteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .fifteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .fifteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .fifteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .fifteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .fifteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .fifteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .fifteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .fifteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .fifteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .fifteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .fifteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .fifteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .fifteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .fifteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .fifteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .fifteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .fifteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .fifteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .fifteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .fifteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .fifteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .fifteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .fifteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .fifteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .fifteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .fifteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .fifteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .fifteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .fifteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .fifteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .fifteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .fifteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .fifteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .fifteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .fifteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .fifteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .fifteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .fifteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .fifteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .fifteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .fifteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .fifteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .fifteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .fifteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .fifteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .fifteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .fifteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .fifteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .fifteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .fifteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .fifteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .fifteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .fifteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .fifteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .fifteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .fifteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .fifteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .fifteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .fifteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .fifteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .fifteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .fifteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .fifteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .fifteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .fifteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .fifteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .fifteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .fifteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .fifteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .fifteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .fifteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .fifteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .fifteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .fifteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .fifteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .fifteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .fifteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .fifteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .fifteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .fifteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .fifteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .fifteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .fifteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .fifteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .fifteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .fifteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .fifteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .fifteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .fifteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .fifteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .fifteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .fifteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .fifteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .fifteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .fifteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .fifteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .fifteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .fifteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .fifteenhundred\:pt-px{
    padding-top: 1px;
  }

  .fifteenhundred\:pr-px{
    padding-right: 1px;
  }

  .fifteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .fifteenhundred\:pl-px{
    padding-left: 1px;
  }

  .fifteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .fifteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .fifteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .fifteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .fifteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .fifteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .fifteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .fifteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .fifteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .fifteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .fifteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .fifteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .fifteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .fifteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .fifteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .fifteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .fifteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .fifteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .fifteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .fifteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .fifteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .fifteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .fifteenhundred\:static{
    position: static;
  }

  .fifteenhundred\:fixed{
    position: fixed;
  }

  .fifteenhundred\:absolute{
    position: absolute;
  }

  .fifteenhundred\:relative{
    position: relative;
  }

  .fifteenhundred\:sticky{
    position: sticky;
  }

  .fifteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .fifteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .fifteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .fifteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .fifteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .fifteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .fifteenhundred\:top-0{
    top: 0;
  }

  .fifteenhundred\:right-0{
    right: 0;
  }

  .fifteenhundred\:bottom-0{
    bottom: 0;
  }

  .fifteenhundred\:left-0{
    left: 0;
  }

  .fifteenhundred\:top-auto{
    top: auto;
  }

  .fifteenhundred\:right-auto{
    right: auto;
  }

  .fifteenhundred\:bottom-auto{
    bottom: auto;
  }

  .fifteenhundred\:left-auto{
    left: auto;
  }

  .fifteenhundred\:resize-none{
    resize: none;
  }

  .fifteenhundred\:resize-y{
    resize: vertical;
  }

  .fifteenhundred\:resize-x{
    resize: horizontal;
  }

  .fifteenhundred\:resize{
    resize: both;
  }

  .fifteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fifteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fifteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:shadow-none{
    box-shadow: none;
  }

  .fifteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fifteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fifteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .fifteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .fifteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .fifteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .fifteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .fifteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .fifteenhundred\:fill-current{
    fill: currentColor;
  }

  .fifteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .fifteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .fifteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .fifteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .fifteenhundred\:table-auto{
    table-layout: auto;
  }

  .fifteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .fifteenhundred\:text-left{
    text-align: left;
  }

  .fifteenhundred\:text-center{
    text-align: center;
  }

  .fifteenhundred\:text-right{
    text-align: right;
  }

  .fifteenhundred\:text-justify{
    text-align: justify;
  }

  .fifteenhundred\:text-transparent{
    color: transparent;
  }

  .fifteenhundred\:text-current{
    color: currentColor;
  }

  .fifteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fifteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fifteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fifteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fifteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fifteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fifteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fifteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fifteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fifteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fifteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fifteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fifteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fifteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fifteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fifteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fifteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fifteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fifteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fifteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fifteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fifteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fifteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fifteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fifteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fifteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .fifteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .fifteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fifteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .fifteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .fifteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .fifteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .fifteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .fifteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .fifteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .fifteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .fifteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .fifteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .fifteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .fifteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .fifteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .fifteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .fifteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .fifteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .fifteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .fifteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .fifteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .fifteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .fifteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .fifteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .fifteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .fifteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .fifteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .fifteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .fifteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .fifteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .fifteenhundred\:italic{
    font-style: italic;
  }

  .fifteenhundred\:not-italic{
    font-style: normal;
  }

  .fifteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .fifteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .fifteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .fifteenhundred\:normal-case{
    text-transform: none;
  }

  .fifteenhundred\:underline{
    text-decoration: underline;
  }

  .fifteenhundred\:line-through{
    text-decoration: line-through;
  }

  .fifteenhundred\:no-underline{
    text-decoration: none;
  }

  .fifteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .fifteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .fifteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .fifteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .fifteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .fifteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .fifteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fifteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fifteenhundred\:ordinal, .fifteenhundred\:slashed-zero, .fifteenhundred\:lining-nums, .fifteenhundred\:oldstyle-nums, .fifteenhundred\:proportional-nums, .fifteenhundred\:tabular-nums, .fifteenhundred\:diagonal-fractions, .fifteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .fifteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .fifteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .fifteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .fifteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .fifteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .fifteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .fifteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .fifteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .fifteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .fifteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .fifteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .fifteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .fifteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .fifteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .fifteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .fifteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .fifteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .fifteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .fifteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .fifteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .fifteenhundred\:align-top{
    vertical-align: top;
  }

  .fifteenhundred\:align-middle{
    vertical-align: middle;
  }

  .fifteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .fifteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .fifteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .fifteenhundred\:visible{
    visibility: visible;
  }

  .fifteenhundred\:invisible{
    visibility: hidden;
  }

  .fifteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .fifteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .fifteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .fifteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .fifteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .fifteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .fifteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fifteenhundred\:break-all{
    word-break: break-all;
  }

  .fifteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fifteenhundred\:w-0{
    width: 0;
  }

  .fifteenhundred\:w-1{
    width: 0.25rem;
  }

  .fifteenhundred\:w-2{
    width: 0.5rem;
  }

  .fifteenhundred\:w-3{
    width: 0.75rem;
  }

  .fifteenhundred\:w-4{
    width: 1rem;
  }

  .fifteenhundred\:w-5{
    width: 1.25rem;
  }

  .fifteenhundred\:w-6{
    width: 1.5rem;
  }

  .fifteenhundred\:w-8{
    width: 2rem;
  }

  .fifteenhundred\:w-10{
    width: 2.5rem;
  }

  .fifteenhundred\:w-12{
    width: 3rem;
  }

  .fifteenhundred\:w-16{
    width: 4rem;
  }

  .fifteenhundred\:w-20{
    width: 5rem;
  }

  .fifteenhundred\:w-24{
    width: 6rem;
  }

  .fifteenhundred\:w-32{
    width: 8rem;
  }

  .fifteenhundred\:w-40{
    width: 10rem;
  }

  .fifteenhundred\:w-48{
    width: 12rem;
  }

  .fifteenhundred\:w-56{
    width: 14rem;
  }

  .fifteenhundred\:w-64{
    width: 16rem;
  }

  .fifteenhundred\:w-72{
    width: 18rem;
  }

  .fifteenhundred\:w-80{
    width: 20rem;
  }

  .fifteenhundred\:w-88{
    width: 22rem;
  }

  .fifteenhundred\:w-96{
    width: 24rem;
  }

  .fifteenhundred\:w-104{
    width: 26rem;
  }

  .fifteenhundred\:w-112{
    width: 28rem;
  }

  .fifteenhundred\:w-128{
    width: 30rem;
  }

  .fifteenhundred\:w-144{
    width: 34rem;
  }

  .fifteenhundred\:w-160{
    width: 38rem;
  }

  .fifteenhundred\:w-176{
    width: 42rem;
  }

  .fifteenhundred\:w-192{
    width: 46rem;
  }

  .fifteenhundred\:w-208{
    width: 50rem;
  }

  .fifteenhundred\:w-224{
    width: 54rem;
  }

  .fifteenhundred\:w-240{
    width: 58rem;
  }

  .fifteenhundred\:w-256{
    width: 62rem;
  }

  .fifteenhundred\:w-auto{
    width: auto;
  }

  .fifteenhundred\:w-px{
    width: 1px;
  }

  .fifteenhundred\:w-1\/2{
    width: 50%;
  }

  .fifteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .fifteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .fifteenhundred\:w-1\/4{
    width: 25%;
  }

  .fifteenhundred\:w-2\/4{
    width: 50%;
  }

  .fifteenhundred\:w-3\/4{
    width: 75%;
  }

  .fifteenhundred\:w-1\/5{
    width: 20%;
  }

  .fifteenhundred\:w-2\/5{
    width: 40%;
  }

  .fifteenhundred\:w-3\/5{
    width: 60%;
  }

  .fifteenhundred\:w-4\/5{
    width: 80%;
  }

  .fifteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .fifteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .fifteenhundred\:w-3\/6{
    width: 50%;
  }

  .fifteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .fifteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .fifteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .fifteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .fifteenhundred\:w-3\/12{
    width: 25%;
  }

  .fifteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .fifteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .fifteenhundred\:w-6\/12{
    width: 50%;
  }

  .fifteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .fifteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .fifteenhundred\:w-9\/12{
    width: 75%;
  }

  .fifteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .fifteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .fifteenhundred\:w-full{
    width: 100%;
  }

  .fifteenhundred\:w-screen{
    width: 100vw;
  }

  .fifteenhundred\:z-0{
    z-index: 0;
  }

  .fifteenhundred\:z-10{
    z-index: 10;
  }

  .fifteenhundred\:z-20{
    z-index: 20;
  }

  .fifteenhundred\:z-30{
    z-index: 30;
  }

  .fifteenhundred\:z-40{
    z-index: 40;
  }

  .fifteenhundred\:z-50{
    z-index: 50;
  }

  .fifteenhundred\:z-auto{
    z-index: auto;
  }

  .fifteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .fifteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .fifteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .fifteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .fifteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .fifteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .fifteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .fifteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .fifteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .fifteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .fifteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .fifteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .fifteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .fifteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .fifteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .fifteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .fifteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .fifteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .fifteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .fifteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .fifteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .fifteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .fifteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .fifteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .fifteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .fifteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .fifteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .fifteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .fifteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .fifteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .fifteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .fifteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .fifteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .fifteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .fifteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fifteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fifteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fifteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fifteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fifteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fifteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fifteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fifteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fifteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fifteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fifteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fifteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fifteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fifteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fifteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fifteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fifteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fifteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fifteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fifteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fifteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fifteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fifteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fifteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fifteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fifteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fifteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fifteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fifteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fifteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fifteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fifteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fifteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fifteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .fifteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .fifteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .fifteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .fifteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .fifteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .fifteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .fifteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .fifteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .fifteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .fifteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .fifteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .fifteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .fifteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .fifteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .fifteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .fifteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .fifteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .fifteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .fifteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .fifteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .fifteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .fifteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .fifteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .fifteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .fifteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .fifteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .fifteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .fifteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .fifteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .fifteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .fifteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .fifteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .fifteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .fifteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fifteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fifteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fifteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fifteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fifteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fifteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fifteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fifteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fifteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fifteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fifteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fifteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fifteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fifteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fifteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fifteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fifteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fifteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fifteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fifteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fifteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fifteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fifteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fifteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fifteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fifteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fifteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fifteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fifteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fifteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fifteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fifteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fifteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fifteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .fifteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .fifteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .fifteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .fifteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .fifteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .fifteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .fifteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .fifteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .fifteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .fifteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .fifteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .fifteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .fifteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .fifteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .fifteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .fifteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .fifteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .fifteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .fifteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .fifteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .fifteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .fifteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .fifteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .fifteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .fifteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .fifteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .fifteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .fifteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .fifteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .fifteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .fifteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .fifteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .fifteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .fifteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .fifteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .fifteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .fifteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .fifteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .fifteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .fifteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .fifteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .fifteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .fifteenhundred\:col-auto{
    grid-column: auto;
  }

  .fifteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .fifteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .fifteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .fifteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .fifteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .fifteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .fifteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .fifteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .fifteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .fifteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .fifteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .fifteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .fifteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .fifteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .fifteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .fifteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .fifteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .fifteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .fifteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .fifteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .fifteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .fifteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .fifteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .fifteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .fifteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .fifteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .fifteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .fifteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .fifteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .fifteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .fifteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .fifteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .fifteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .fifteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .fifteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .fifteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .fifteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .fifteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .fifteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .fifteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .fifteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .fifteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .fifteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .fifteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .fifteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .fifteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .fifteenhundred\:row-auto{
    grid-row: auto;
  }

  .fifteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .fifteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .fifteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .fifteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .fifteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .fifteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .fifteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .fifteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .fifteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .fifteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .fifteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .fifteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .fifteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .fifteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .fifteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .fifteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .fifteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .fifteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .fifteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .fifteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .fifteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .fifteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .fifteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .fifteenhundred\:transform-none{
    transform: none;
  }

  .fifteenhundred\:origin-center{
    transform-origin: center;
  }

  .fifteenhundred\:origin-top{
    transform-origin: top;
  }

  .fifteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .fifteenhundred\:origin-right{
    transform-origin: right;
  }

  .fifteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .fifteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .fifteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .fifteenhundred\:origin-left{
    transform-origin: left;
  }

  .fifteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .fifteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fifteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fifteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fifteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fifteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fifteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fifteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .fifteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .fifteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .fifteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .fifteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .fifteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .fifteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .fifteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .fifteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .fifteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .fifteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .fifteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .fifteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .fifteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .fifteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .fifteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .fifteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fifteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fifteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fifteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fifteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fifteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fifteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .fifteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .fifteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .fifteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .fifteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .fifteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .fifteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .fifteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .fifteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .fifteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .fifteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .fifteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .fifteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .fifteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .fifteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .fifteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .fifteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .fifteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .fifteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .fifteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .fifteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .fifteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .fifteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .fifteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .fifteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .fifteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .fifteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .fifteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .fifteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .fifteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .fifteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .fifteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .fifteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .fifteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .fifteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .fifteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .fifteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .fifteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .fifteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .fifteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .fifteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .fifteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .fifteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .fifteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .fifteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .fifteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .fifteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .fifteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .fifteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .fifteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .fifteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .fifteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .fifteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .fifteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .fifteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .fifteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .fifteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .fifteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .fifteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .fifteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .fifteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .fifteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .fifteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .fifteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .fifteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .fifteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .fifteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .fifteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .fifteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .fifteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .fifteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .fifteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .fifteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .fifteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .fifteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .fifteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .fifteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .fifteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .fifteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .fifteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .fifteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .fifteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .fifteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .fifteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .fifteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .fifteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .fifteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .fifteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .fifteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .fifteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .fifteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .fifteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .fifteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .fifteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .fifteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .fifteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .fifteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .fifteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .fifteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .fifteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .fifteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .fifteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .fifteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .fifteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .fifteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .fifteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .fifteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .fifteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .fifteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .fifteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .fifteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .fifteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .fifteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .fifteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .fifteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .fifteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .fifteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .fifteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .fifteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .fifteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .fifteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .fifteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .fifteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .fifteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .fifteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .fifteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .fifteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .fifteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .fifteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .fifteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .fifteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .fifteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .fifteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .fifteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .fifteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .fifteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .fifteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .fifteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .fifteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .fifteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .fifteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .fifteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .fifteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .fifteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .fifteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .fifteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .fifteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .fifteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .fifteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .fifteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .fifteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .fifteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .fifteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .fifteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .fifteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .fifteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .fifteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .fifteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .fifteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .fifteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .fifteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .fifteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .fifteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .fifteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .fifteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .fifteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .fifteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .fifteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .fifteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .fifteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .fifteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .fifteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .fifteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .fifteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .fifteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .fifteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .fifteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .fifteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .fifteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .fifteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .fifteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .fifteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .fifteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .fifteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .fifteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .fifteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .fifteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .fifteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .fifteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .fifteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .fifteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .fifteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .fifteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .fifteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .fifteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .fifteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .fifteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .fifteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .fifteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .fifteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .fifteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .fifteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .fifteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .fifteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .fifteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .fifteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .fifteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .fifteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .fifteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .fifteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .fifteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .fifteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .fifteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .fifteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .fifteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .fifteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .fifteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .fifteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .fifteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .fifteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .fifteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .fifteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .fifteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .fifteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .fifteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .fifteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .fifteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .fifteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .fifteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .fifteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .fifteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .fifteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .fifteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .fifteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .fifteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .fifteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .fifteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .fifteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .fifteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .fifteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .fifteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .fifteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .fifteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .fifteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .fifteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .fifteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .fifteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .fifteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .fifteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .fifteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .fifteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .fifteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .fifteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .fifteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .fifteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .fifteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .fifteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .fifteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .fifteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .fifteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .fifteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .fifteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .fifteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .fifteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .fifteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .fifteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .fifteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .fifteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .fifteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .fifteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .fifteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .fifteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .fifteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .fifteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .fifteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .fifteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .fifteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .fifteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .fifteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .fifteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .fifteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .fifteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .fifteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .fifteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .fifteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .fifteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .fifteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .fifteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .fifteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .fifteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .fifteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .fifteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .fifteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .fifteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .fifteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .fifteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .fifteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .fifteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .fifteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .fifteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .fifteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .fifteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .fifteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .fifteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .fifteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .fifteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .fifteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .fifteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .fifteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .fifteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .fifteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .fifteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .fifteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .fifteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .fifteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .fifteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .fifteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .fifteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .fifteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .fifteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .fifteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .fifteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .fifteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .fifteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .fifteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .fifteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .fifteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .fifteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .fifteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .fifteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .fifteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .fifteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .fifteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .fifteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .fifteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .fifteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .fifteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .fifteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .fifteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .fifteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .fifteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .fifteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .fifteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .fifteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .fifteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .fifteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .fifteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .fifteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .fifteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .fifteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .fifteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .fifteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .fifteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .fifteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .fifteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .fifteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .fifteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .fifteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .fifteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .fifteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .fifteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .fifteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .fifteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .fifteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .fifteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .fifteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .fifteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .fifteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .fifteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .fifteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .fifteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .fifteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .fifteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .fifteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .fifteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .fifteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .fifteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .fifteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .fifteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .fifteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .fifteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .fifteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .fifteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .fifteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .fifteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .fifteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .fifteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .fifteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .fifteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .fifteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .fifteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .fifteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .fifteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .fifteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .fifteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .fifteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .fifteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .fifteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .fifteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .fifteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .fifteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .fifteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .fifteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .fifteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .fifteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .fifteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .fifteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .fifteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .fifteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .fifteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .fifteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .fifteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .fifteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .fifteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .fifteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .fifteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .fifteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .fifteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .fifteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .fifteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .fifteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .fifteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .fifteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .fifteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .fifteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .fifteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .fifteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .fifteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .fifteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .fifteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .fifteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .fifteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .fifteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .fifteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .fifteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .fifteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .fifteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .fifteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .fifteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .fifteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .fifteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .fifteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .fifteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .fifteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .fifteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .fifteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .fifteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .fifteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .fifteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .fifteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .fifteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .fifteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .fifteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .fifteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .fifteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .fifteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .fifteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .fifteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .fifteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .fifteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .fifteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .fifteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .fifteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .fifteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .fifteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .fifteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .fifteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .fifteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .fifteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .fifteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .fifteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .fifteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .fifteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .fifteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .fifteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .fifteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .fifteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .fifteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .fifteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .fifteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .fifteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .fifteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .fifteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .fifteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .fifteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .fifteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .fifteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .fifteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .fifteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .fifteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .fifteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .fifteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .fifteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .fifteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .fifteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .fifteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .fifteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .fifteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .fifteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .fifteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .fifteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .fifteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .fifteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .fifteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .fifteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .fifteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .fifteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .fifteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .fifteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .fifteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .fifteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .fifteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .fifteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .fifteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .fifteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .fifteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .fifteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .fifteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .fifteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .fifteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .fifteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .fifteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .fifteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .fifteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .fifteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .fifteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .fifteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .fifteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .fifteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .fifteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .fifteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .fifteenhundred\:transition-none{
    transition-property: none;
  }

  .fifteenhundred\:transition-all{
    transition-property: all;
  }

  .fifteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .fifteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .fifteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .fifteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .fifteenhundred\:transition-transform{
    transition-property: transform;
  }

  .fifteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .fifteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .fifteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .fifteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .fifteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .fifteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .fifteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .fifteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .fifteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .fifteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .fifteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .fifteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .fifteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .fifteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .fifteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .fifteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .fifteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .fifteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .fifteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .fifteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .fifteenhundred\:animate-none{
    animation: none;
  }

  .fifteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .fifteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .fifteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .fifteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1600px){
  .sixteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .sixteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .sixteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .sixteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .sixteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .sixteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .sixteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .sixteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .sixteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .sixteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .sixteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .sixteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .sixteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .sixteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .sixteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .sixteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .sixteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .sixteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .sixteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .sixteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .sixteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .sixteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .sixteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .sixteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .sixteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .sixteenhundred\:container{
      max-width: 2000px;
    }
  }

  .sixteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sixteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sixteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sixteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sixteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sixteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sixteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sixteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sixteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sixteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sixteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sixteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sixteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sixteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sixteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sixteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sixteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sixteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sixteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .sixteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sixteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sixteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sixteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sixteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sixteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sixteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sixteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sixteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sixteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sixteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sixteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sixteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .sixteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .sixteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .sixteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .sixteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .sixteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sixteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sixteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .sixteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .sixteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sixteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sixteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .sixteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sixteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sixteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sixteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sixteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sixteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .sixteenhundred\:bg-local{
    background-attachment: local;
  }

  .sixteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .sixteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .sixteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sixteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .sixteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sixteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .sixteenhundred\:bg-current{
    background-color: currentColor;
  }

  .sixteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sixteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sixteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sixteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sixteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sixteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sixteenhundred\:bg-none{
    background-image: none;
  }

  .sixteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sixteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sixteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .sixteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .sixteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .sixteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .sixteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .sixteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .sixteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .sixteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .sixteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .sixteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .sixteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .sixteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .sixteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .sixteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .sixteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .sixteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .sixteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .sixteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .sixteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .sixteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .sixteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .sixteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .sixteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .sixteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .sixteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .sixteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .sixteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .sixteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .sixteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .sixteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .sixteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .sixteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .sixteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .sixteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .sixteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .sixteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .sixteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .sixteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .sixteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .sixteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .sixteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .sixteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .sixteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .sixteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .sixteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .sixteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .sixteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .sixteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .sixteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .sixteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .sixteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .sixteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .sixteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .sixteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .sixteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .sixteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .sixteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .sixteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .sixteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .sixteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .sixteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .sixteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .sixteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .sixteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .sixteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .sixteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .sixteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .sixteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .sixteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .sixteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .sixteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .sixteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .sixteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .sixteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .sixteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .sixteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .sixteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .sixteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .sixteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .sixteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .sixteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .sixteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .sixteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .sixteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .sixteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .sixteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .sixteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .sixteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .sixteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .sixteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .sixteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .sixteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .sixteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .sixteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .sixteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .sixteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .sixteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .sixteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .sixteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .sixteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .sixteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .sixteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .sixteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .sixteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .sixteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .sixteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .sixteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .sixteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .sixteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .sixteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .sixteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .sixteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .sixteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .sixteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .sixteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .sixteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .sixteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .sixteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .sixteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .sixteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .sixteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .sixteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .sixteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .sixteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .sixteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .sixteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .sixteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .sixteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .sixteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .sixteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .sixteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .sixteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .sixteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .sixteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .sixteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .sixteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .sixteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .sixteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .sixteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .sixteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .sixteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .sixteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .sixteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .sixteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .sixteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .sixteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .sixteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .sixteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .sixteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .sixteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .sixteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .sixteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .sixteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .sixteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .sixteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .sixteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .sixteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .sixteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .sixteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .sixteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .sixteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .sixteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .sixteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .sixteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .sixteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .sixteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .sixteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .sixteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .sixteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .sixteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .sixteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .sixteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .sixteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .sixteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .sixteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .sixteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .sixteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .sixteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .sixteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .sixteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .sixteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .sixteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .sixteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .sixteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .sixteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sixteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sixteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sixteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sixteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sixteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sixteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sixteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sixteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sixteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sixteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sixteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .sixteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .sixteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .sixteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .sixteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .sixteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .sixteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .sixteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .sixteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sixteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sixteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sixteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sixteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sixteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sixteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sixteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sixteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sixteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sixteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sixteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sixteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sixteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sixteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sixteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sixteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sixteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sixteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .sixteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .sixteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .sixteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .sixteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .sixteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .sixteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .sixteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .sixteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .sixteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sixteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sixteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sixteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sixteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sixteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sixteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sixteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sixteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sixteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .sixteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .sixteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .sixteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .sixteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .sixteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .sixteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .sixteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .sixteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .sixteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sixteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sixteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sixteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sixteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sixteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sixteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sixteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sixteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sixteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sixteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sixteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sixteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sixteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sixteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sixteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sixteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sixteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sixteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sixteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sixteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sixteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sixteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sixteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sixteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sixteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sixteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sixteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .sixteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .sixteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .sixteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .sixteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .sixteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .sixteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .sixteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .sixteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .sixteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .sixteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .sixteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .sixteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .sixteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .sixteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .sixteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .sixteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .sixteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .sixteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .sixteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .sixteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .sixteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .sixteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .sixteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .sixteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .sixteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .sixteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .sixteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .sixteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .sixteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .sixteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .sixteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .sixteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .sixteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .sixteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .sixteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .sixteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .sixteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .sixteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .sixteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .sixteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .sixteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .sixteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .sixteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .sixteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .sixteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .sixteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .sixteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .sixteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .sixteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .sixteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .sixteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .sixteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .sixteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .sixteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .sixteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .sixteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .sixteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .sixteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .sixteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .sixteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .sixteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .sixteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .sixteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .sixteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .sixteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .sixteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .sixteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .sixteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .sixteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .sixteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .sixteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .sixteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .sixteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .sixteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .sixteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .sixteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .sixteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .sixteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .sixteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .sixteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .sixteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .sixteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .sixteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .sixteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .sixteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .sixteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .sixteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .sixteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .sixteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .sixteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .sixteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .sixteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .sixteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .sixteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sixteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .sixteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .sixteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sixteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sixteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .sixteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sixteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sixteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .sixteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .sixteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sixteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sixteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .sixteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sixteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sixteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .sixteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .sixteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sixteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sixteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .sixteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .sixteenhundred\:bg-center{
    background-position: center;
  }

  .sixteenhundred\:bg-left{
    background-position: left;
  }

  .sixteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .sixteenhundred\:bg-left-top{
    background-position: left top;
  }

  .sixteenhundred\:bg-right{
    background-position: right;
  }

  .sixteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .sixteenhundred\:bg-right-top{
    background-position: right top;
  }

  .sixteenhundred\:bg-top{
    background-position: top;
  }

  .sixteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .sixteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sixteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sixteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sixteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .sixteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .sixteenhundred\:bg-auto{
    background-size: auto;
  }

  .sixteenhundred\:bg-cover{
    background-size: cover;
  }

  .sixteenhundred\:bg-contain{
    background-size: contain;
  }

  .sixteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .sixteenhundred\:border-separate{
    border-collapse: separate;
  }

  .sixteenhundred\:border-transparent{
    border-color: transparent;
  }

  .sixteenhundred\:border-current{
    border-color: currentColor;
  }

  .sixteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sixteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sixteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sixteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sixteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sixteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sixteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .sixteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .sixteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .sixteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .sixteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .sixteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .sixteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .sixteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sixteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sixteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .sixteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .sixteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sixteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sixteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .sixteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sixteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sixteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .sixteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .sixteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sixteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sixteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .sixteenhundred\:rounded-none{
    border-radius: 0;
  }

  .sixteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sixteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .sixteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .sixteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sixteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sixteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sixteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sixteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sixteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sixteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sixteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sixteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sixteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sixteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sixteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sixteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sixteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sixteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sixteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sixteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sixteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sixteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sixteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sixteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .sixteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .sixteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .sixteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .sixteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sixteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sixteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sixteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sixteenhundred\:border-solid{
    border-style: solid;
  }

  .sixteenhundred\:border-dashed{
    border-style: dashed;
  }

  .sixteenhundred\:border-dotted{
    border-style: dotted;
  }

  .sixteenhundred\:border-double{
    border-style: double;
  }

  .sixteenhundred\:border-none{
    border-style: none;
  }

  .sixteenhundred\:border-0{
    border-width: 0;
  }

  .sixteenhundred\:border-2{
    border-width: 2px;
  }

  .sixteenhundred\:border-4{
    border-width: 4px;
  }

  .sixteenhundred\:border-8{
    border-width: 8px;
  }

  .sixteenhundred\:border{
    border-width: 1px;
  }

  .sixteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .sixteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .sixteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .sixteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .sixteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .sixteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .sixteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .sixteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .sixteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .sixteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .sixteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .sixteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .sixteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .sixteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .sixteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .sixteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .sixteenhundred\:border-t{
    border-top-width: 1px;
  }

  .sixteenhundred\:border-r{
    border-right-width: 1px;
  }

  .sixteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .sixteenhundred\:border-l{
    border-left-width: 1px;
  }

  .sixteenhundred\:box-border{
    box-sizing: border-box;
  }

  .sixteenhundred\:box-content{
    box-sizing: content-box;
  }

  .sixteenhundred\:cursor-auto{
    cursor: auto;
  }

  .sixteenhundred\:cursor-default{
    cursor: default;
  }

  .sixteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .sixteenhundred\:cursor-wait{
    cursor: wait;
  }

  .sixteenhundred\:cursor-text{
    cursor: text;
  }

  .sixteenhundred\:cursor-move{
    cursor: move;
  }

  .sixteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sixteenhundred\:block{
    display: block;
  }

  .sixteenhundred\:inline-block{
    display: inline-block;
  }

  .sixteenhundred\:inline{
    display: inline;
  }

  .sixteenhundred\:flex{
    display: flex;
  }

  .sixteenhundred\:inline-flex{
    display: inline-flex;
  }

  .sixteenhundred\:table{
    display: table;
  }

  .sixteenhundred\:table-caption{
    display: table-caption;
  }

  .sixteenhundred\:table-cell{
    display: table-cell;
  }

  .sixteenhundred\:table-column{
    display: table-column;
  }

  .sixteenhundred\:table-column-group{
    display: table-column-group;
  }

  .sixteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .sixteenhundred\:table-header-group{
    display: table-header-group;
  }

  .sixteenhundred\:table-row-group{
    display: table-row-group;
  }

  .sixteenhundred\:table-row{
    display: table-row;
  }

  .sixteenhundred\:flow-root{
    display: flow-root;
  }

  .sixteenhundred\:grid{
    display: grid;
  }

  .sixteenhundred\:inline-grid{
    display: inline-grid;
  }

  .sixteenhundred\:contents{
    display: contents;
  }

  .sixteenhundred\:hidden{
    display: none;
  }

  .sixteenhundred\:flex-row{
    flex-direction: row;
  }

  .sixteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sixteenhundred\:flex-col{
    flex-direction: column;
  }

  .sixteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sixteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .sixteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sixteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sixteenhundred\:place-items-auto{
    place-items: auto;
  }

  .sixteenhundred\:place-items-start{
    place-items: start;
  }

  .sixteenhundred\:place-items-end{
    place-items: end;
  }

  .sixteenhundred\:place-items-center{
    place-items: center;
  }

  .sixteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .sixteenhundred\:place-content-center{
    place-content: center;
  }

  .sixteenhundred\:place-content-start{
    place-content: start;
  }

  .sixteenhundred\:place-content-end{
    place-content: end;
  }

  .sixteenhundred\:place-content-between{
    place-content: space-between;
  }

  .sixteenhundred\:place-content-around{
    place-content: space-around;
  }

  .sixteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .sixteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .sixteenhundred\:place-self-auto{
    place-self: auto;
  }

  .sixteenhundred\:place-self-start{
    place-self: start;
  }

  .sixteenhundred\:place-self-end{
    place-self: end;
  }

  .sixteenhundred\:place-self-center{
    place-self: center;
  }

  .sixteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .sixteenhundred\:items-start{
    align-items: flex-start;
  }

  .sixteenhundred\:items-end{
    align-items: flex-end;
  }

  .sixteenhundred\:items-center{
    align-items: center;
  }

  .sixteenhundred\:items-baseline{
    align-items: baseline;
  }

  .sixteenhundred\:items-stretch{
    align-items: stretch;
  }

  .sixteenhundred\:content-center{
    align-content: center;
  }

  .sixteenhundred\:content-start{
    align-content: flex-start;
  }

  .sixteenhundred\:content-end{
    align-content: flex-end;
  }

  .sixteenhundred\:content-between{
    align-content: space-between;
  }

  .sixteenhundred\:content-around{
    align-content: space-around;
  }

  .sixteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .sixteenhundred\:self-auto{
    align-self: auto;
  }

  .sixteenhundred\:self-start{
    align-self: flex-start;
  }

  .sixteenhundred\:self-end{
    align-self: flex-end;
  }

  .sixteenhundred\:self-center{
    align-self: center;
  }

  .sixteenhundred\:self-stretch{
    align-self: stretch;
  }

  .sixteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .sixteenhundred\:justify-items-start{
    justify-items: start;
  }

  .sixteenhundred\:justify-items-end{
    justify-items: end;
  }

  .sixteenhundred\:justify-items-center{
    justify-items: center;
  }

  .sixteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .sixteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .sixteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .sixteenhundred\:justify-center{
    justify-content: center;
  }

  .sixteenhundred\:justify-between{
    justify-content: space-between;
  }

  .sixteenhundred\:justify-around{
    justify-content: space-around;
  }

  .sixteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .sixteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .sixteenhundred\:justify-self-start{
    justify-self: start;
  }

  .sixteenhundred\:justify-self-end{
    justify-self: end;
  }

  .sixteenhundred\:justify-self-center{
    justify-self: center;
  }

  .sixteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .sixteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .sixteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .sixteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .sixteenhundred\:flex-none{
    flex: none;
  }

  .sixteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .sixteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .sixteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sixteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .sixteenhundred\:order-1{
    order: 1;
  }

  .sixteenhundred\:order-2{
    order: 2;
  }

  .sixteenhundred\:order-3{
    order: 3;
  }

  .sixteenhundred\:order-4{
    order: 4;
  }

  .sixteenhundred\:order-5{
    order: 5;
  }

  .sixteenhundred\:order-6{
    order: 6;
  }

  .sixteenhundred\:order-7{
    order: 7;
  }

  .sixteenhundred\:order-8{
    order: 8;
  }

  .sixteenhundred\:order-9{
    order: 9;
  }

  .sixteenhundred\:order-10{
    order: 10;
  }

  .sixteenhundred\:order-11{
    order: 11;
  }

  .sixteenhundred\:order-12{
    order: 12;
  }

  .sixteenhundred\:order-first{
    order: -9999;
  }

  .sixteenhundred\:order-last{
    order: 9999;
  }

  .sixteenhundred\:order-none{
    order: 0;
  }

  .sixteenhundred\:float-right{
    float: right;
  }

  .sixteenhundred\:float-left{
    float: left;
  }

  .sixteenhundred\:float-none{
    float: none;
  }

  .sixteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sixteenhundred\:clear-left{
    clear: left;
  }

  .sixteenhundred\:clear-right{
    clear: right;
  }

  .sixteenhundred\:clear-both{
    clear: both;
  }

  .sixteenhundred\:clear-none{
    clear: none;
  }

  .sixteenhundred\: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";
  }

  .sixteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sixteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sixteenhundred\:font-hairline{
    font-weight: 100;
  }

  .sixteenhundred\:font-thin{
    font-weight: 200;
  }

  .sixteenhundred\:font-light{
    font-weight: 300;
  }

  .sixteenhundred\:font-normal{
    font-weight: 400;
  }

  .sixteenhundred\:font-medium{
    font-weight: 500;
  }

  .sixteenhundred\:font-semibold{
    font-weight: 600;
  }

  .sixteenhundred\:font-bold{
    font-weight: 700;
  }

  .sixteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .sixteenhundred\:font-black{
    font-weight: 900;
  }

  .sixteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sixteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sixteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sixteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sixteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sixteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sixteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sixteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sixteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sixteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sixteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sixteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sixteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sixteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sixteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sixteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sixteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sixteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sixteenhundred\:h-0{
    height: 0;
  }

  .sixteenhundred\:h-1{
    height: 0.25rem;
  }

  .sixteenhundred\:h-2{
    height: 0.5rem;
  }

  .sixteenhundred\:h-3{
    height: 0.75rem;
  }

  .sixteenhundred\:h-4{
    height: 1rem;
  }

  .sixteenhundred\:h-5{
    height: 1.25rem;
  }

  .sixteenhundred\:h-6{
    height: 1.5rem;
  }

  .sixteenhundred\:h-8{
    height: 2rem;
  }

  .sixteenhundred\:h-10{
    height: 2.5rem;
  }

  .sixteenhundred\:h-12{
    height: 3rem;
  }

  .sixteenhundred\:h-16{
    height: 4rem;
  }

  .sixteenhundred\:h-20{
    height: 5rem;
  }

  .sixteenhundred\:h-24{
    height: 6rem;
  }

  .sixteenhundred\:h-32{
    height: 8rem;
  }

  .sixteenhundred\:h-40{
    height: 10rem;
  }

  .sixteenhundred\:h-48{
    height: 12rem;
  }

  .sixteenhundred\:h-56{
    height: 14rem;
  }

  .sixteenhundred\:h-64{
    height: 16rem;
  }

  .sixteenhundred\:h-72{
    height: 18rem;
  }

  .sixteenhundred\:h-80{
    height: 20rem;
  }

  .sixteenhundred\:h-88{
    height: 22rem;
  }

  .sixteenhundred\:h-96{
    height: 24rem;
  }

  .sixteenhundred\:h-104{
    height: 26rem;
  }

  .sixteenhundred\:h-112{
    height: 28rem;
  }

  .sixteenhundred\:h-128{
    height: 30rem;
  }

  .sixteenhundred\:h-144{
    height: 34rem;
  }

  .sixteenhundred\:h-160{
    height: 38rem;
  }

  .sixteenhundred\:h-176{
    height: 42rem;
  }

  .sixteenhundred\:h-192{
    height: 46rem;
  }

  .sixteenhundred\:h-208{
    height: 50rem;
  }

  .sixteenhundred\:h-224{
    height: 54rem;
  }

  .sixteenhundred\:h-240{
    height: 58rem;
  }

  .sixteenhundred\:h-256{
    height: 62rem;
  }

  .sixteenhundred\:h-auto{
    height: auto;
  }

  .sixteenhundred\:h-px{
    height: 1px;
  }

  .sixteenhundred\:h-full{
    height: 100%;
  }

  .sixteenhundred\:h-screen{
    height: 100vh;
  }

  .sixteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .sixteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .sixteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .sixteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .sixteenhundred\:text-base{
    font-size: 1rem;
  }

  .sixteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .sixteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .sixteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .sixteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .sixteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .sixteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .sixteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .sixteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .sixteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .sixteenhundred\:leading-3{
    line-height: .75rem;
  }

  .sixteenhundred\:leading-4{
    line-height: 1rem;
  }

  .sixteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .sixteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .sixteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .sixteenhundred\:leading-8{
    line-height: 2rem;
  }

  .sixteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .sixteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .sixteenhundred\:leading-none{
    line-height: 1;
  }

  .sixteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .sixteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .sixteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .sixteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .sixteenhundred\:leading-loose{
    line-height: 2;
  }

  .sixteenhundred\:list-inside{
    list-style-position: inside;
  }

  .sixteenhundred\:list-outside{
    list-style-position: outside;
  }

  .sixteenhundred\:list-none{
    list-style-type: none;
  }

  .sixteenhundred\:list-disc{
    list-style-type: disc;
  }

  .sixteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .sixteenhundred\:m-0{
    margin: 0;
  }

  .sixteenhundred\:m-1{
    margin: 0.25rem;
  }

  .sixteenhundred\:m-2{
    margin: 0.5rem;
  }

  .sixteenhundred\:m-3{
    margin: 0.75rem;
  }

  .sixteenhundred\:m-4{
    margin: 1rem;
  }

  .sixteenhundred\:m-5{
    margin: 1.25rem;
  }

  .sixteenhundred\:m-6{
    margin: 1.5rem;
  }

  .sixteenhundred\:m-8{
    margin: 2rem;
  }

  .sixteenhundred\:m-10{
    margin: 2.5rem;
  }

  .sixteenhundred\:m-12{
    margin: 3rem;
  }

  .sixteenhundred\:m-16{
    margin: 4rem;
  }

  .sixteenhundred\:m-20{
    margin: 5rem;
  }

  .sixteenhundred\:m-24{
    margin: 6rem;
  }

  .sixteenhundred\:m-32{
    margin: 8rem;
  }

  .sixteenhundred\:m-40{
    margin: 10rem;
  }

  .sixteenhundred\:m-48{
    margin: 12rem;
  }

  .sixteenhundred\:m-56{
    margin: 14rem;
  }

  .sixteenhundred\:m-64{
    margin: 16rem;
  }

  .sixteenhundred\:m-72{
    margin: 18rem;
  }

  .sixteenhundred\:m-80{
    margin: 20rem;
  }

  .sixteenhundred\:m-88{
    margin: 22rem;
  }

  .sixteenhundred\:m-96{
    margin: 24rem;
  }

  .sixteenhundred\:m-104{
    margin: 26rem;
  }

  .sixteenhundred\:m-112{
    margin: 28rem;
  }

  .sixteenhundred\:m-128{
    margin: 30rem;
  }

  .sixteenhundred\:m-144{
    margin: 34rem;
  }

  .sixteenhundred\:m-160{
    margin: 38rem;
  }

  .sixteenhundred\:m-176{
    margin: 42rem;
  }

  .sixteenhundred\:m-192{
    margin: 46rem;
  }

  .sixteenhundred\:m-208{
    margin: 50rem;
  }

  .sixteenhundred\:m-224{
    margin: 54rem;
  }

  .sixteenhundred\:m-240{
    margin: 58rem;
  }

  .sixteenhundred\:m-256{
    margin: 62rem;
  }

  .sixteenhundred\:m-auto{
    margin: auto;
  }

  .sixteenhundred\:m-px{
    margin: 1px;
  }

  .sixteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .sixteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .sixteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .sixteenhundred\:-m-4{
    margin: -1rem;
  }

  .sixteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .sixteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .sixteenhundred\:-m-8{
    margin: -2rem;
  }

  .sixteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .sixteenhundred\:-m-12{
    margin: -3rem;
  }

  .sixteenhundred\:-m-16{
    margin: -4rem;
  }

  .sixteenhundred\:-m-20{
    margin: -5rem;
  }

  .sixteenhundred\:-m-24{
    margin: -6rem;
  }

  .sixteenhundred\:-m-32{
    margin: -8rem;
  }

  .sixteenhundred\:-m-40{
    margin: -10rem;
  }

  .sixteenhundred\:-m-48{
    margin: -12rem;
  }

  .sixteenhundred\:-m-56{
    margin: -14rem;
  }

  .sixteenhundred\:-m-64{
    margin: -16rem;
  }

  .sixteenhundred\:-m-72{
    margin: -18rem;
  }

  .sixteenhundred\:-m-80{
    margin: -20rem;
  }

  .sixteenhundred\:-m-88{
    margin: -22rem;
  }

  .sixteenhundred\:-m-96{
    margin: -24rem;
  }

  .sixteenhundred\:-m-104{
    margin: -26rem;
  }

  .sixteenhundred\:-m-112{
    margin: -28rem;
  }

  .sixteenhundred\:-m-128{
    margin: -30rem;
  }

  .sixteenhundred\:-m-144{
    margin: -34rem;
  }

  .sixteenhundred\:-m-160{
    margin: -38rem;
  }

  .sixteenhundred\:-m-176{
    margin: -42rem;
  }

  .sixteenhundred\:-m-192{
    margin: -46rem;
  }

  .sixteenhundred\:-m-208{
    margin: -50rem;
  }

  .sixteenhundred\:-m-224{
    margin: -54rem;
  }

  .sixteenhundred\:-m-240{
    margin: -58rem;
  }

  .sixteenhundred\:-m-256{
    margin: -62rem;
  }

  .sixteenhundred\:-m-px{
    margin: -1px;
  }

  .sixteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sixteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sixteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sixteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sixteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sixteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sixteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sixteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sixteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sixteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sixteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sixteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sixteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sixteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sixteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sixteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sixteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sixteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sixteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sixteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sixteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sixteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sixteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sixteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sixteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sixteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sixteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sixteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sixteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sixteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sixteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sixteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sixteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sixteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sixteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sixteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sixteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sixteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sixteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sixteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sixteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sixteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sixteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sixteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sixteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sixteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sixteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sixteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sixteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sixteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sixteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sixteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sixteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sixteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sixteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .sixteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .sixteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sixteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sixteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .sixteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .sixteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .sixteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .sixteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .sixteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .sixteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .sixteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .sixteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sixteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sixteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sixteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sixteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sixteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sixteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sixteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sixteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sixteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sixteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sixteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sixteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sixteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sixteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sixteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sixteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sixteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sixteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sixteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sixteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sixteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sixteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sixteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sixteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sixteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sixteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sixteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sixteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sixteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sixteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sixteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sixteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sixteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sixteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sixteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sixteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sixteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sixteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sixteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sixteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sixteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sixteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sixteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sixteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sixteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sixteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sixteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sixteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sixteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sixteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sixteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sixteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sixteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sixteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sixteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sixteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .sixteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .sixteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sixteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sixteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .sixteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .sixteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .sixteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .sixteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .sixteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .sixteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .sixteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .sixteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sixteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sixteenhundred\:mt-0{
    margin-top: 0;
  }

  .sixteenhundred\:mr-0{
    margin-right: 0;
  }

  .sixteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .sixteenhundred\:ml-0{
    margin-left: 0;
  }

  .sixteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .sixteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .sixteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sixteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .sixteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .sixteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .sixteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sixteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .sixteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .sixteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .sixteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sixteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .sixteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .sixteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .sixteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .sixteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .sixteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .sixteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .sixteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sixteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .sixteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .sixteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .sixteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sixteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .sixteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .sixteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .sixteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .sixteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .sixteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .sixteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .sixteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sixteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .sixteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .sixteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .sixteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .sixteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .sixteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .sixteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .sixteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .sixteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .sixteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .sixteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .sixteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .sixteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .sixteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .sixteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .sixteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .sixteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .sixteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .sixteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .sixteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .sixteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .sixteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .sixteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .sixteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .sixteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .sixteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .sixteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .sixteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .sixteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .sixteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .sixteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .sixteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .sixteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .sixteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .sixteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .sixteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .sixteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .sixteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .sixteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .sixteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .sixteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .sixteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .sixteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .sixteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .sixteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .sixteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .sixteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .sixteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .sixteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .sixteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .sixteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .sixteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .sixteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .sixteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .sixteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .sixteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .sixteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .sixteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .sixteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .sixteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .sixteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .sixteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .sixteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .sixteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .sixteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .sixteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .sixteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .sixteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .sixteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .sixteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .sixteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .sixteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .sixteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .sixteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .sixteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .sixteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .sixteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .sixteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .sixteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .sixteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .sixteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .sixteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .sixteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .sixteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .sixteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .sixteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .sixteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .sixteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .sixteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .sixteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .sixteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .sixteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .sixteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .sixteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .sixteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .sixteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .sixteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .sixteenhundred\:mt-auto{
    margin-top: auto;
  }

  .sixteenhundred\:mr-auto{
    margin-right: auto;
  }

  .sixteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .sixteenhundred\:ml-auto{
    margin-left: auto;
  }

  .sixteenhundred\:mt-px{
    margin-top: 1px;
  }

  .sixteenhundred\:mr-px{
    margin-right: 1px;
  }

  .sixteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .sixteenhundred\:ml-px{
    margin-left: 1px;
  }

  .sixteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .sixteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .sixteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sixteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .sixteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .sixteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .sixteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sixteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .sixteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .sixteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .sixteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sixteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .sixteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .sixteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .sixteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .sixteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .sixteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .sixteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .sixteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sixteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .sixteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .sixteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .sixteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sixteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .sixteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .sixteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .sixteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .sixteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .sixteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .sixteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .sixteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sixteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .sixteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .sixteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .sixteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .sixteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .sixteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .sixteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .sixteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .sixteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .sixteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .sixteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .sixteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .sixteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .sixteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .sixteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .sixteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .sixteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .sixteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .sixteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .sixteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .sixteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .sixteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .sixteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .sixteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .sixteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .sixteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .sixteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .sixteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .sixteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .sixteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .sixteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .sixteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .sixteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .sixteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .sixteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .sixteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .sixteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .sixteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .sixteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .sixteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .sixteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .sixteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .sixteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .sixteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .sixteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .sixteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .sixteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .sixteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .sixteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .sixteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .sixteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .sixteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .sixteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .sixteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .sixteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .sixteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .sixteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .sixteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .sixteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .sixteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .sixteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .sixteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .sixteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .sixteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .sixteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .sixteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .sixteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .sixteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .sixteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .sixteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .sixteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .sixteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .sixteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .sixteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .sixteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .sixteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .sixteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .sixteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .sixteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .sixteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .sixteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .sixteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .sixteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .sixteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .sixteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .sixteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .sixteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .sixteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .sixteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .sixteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .sixteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .sixteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .sixteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .sixteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .sixteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .sixteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .sixteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .sixteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .sixteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .sixteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .sixteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .sixteenhundred\:max-h-full{
    max-height: 100%;
  }

  .sixteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .sixteenhundred\:max-w-none{
    max-width: none;
  }

  .sixteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .sixteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .sixteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .sixteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .sixteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .sixteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .sixteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .sixteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .sixteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .sixteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .sixteenhundred\:max-w-full{
    max-width: 100%;
  }

  .sixteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .sixteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .sixteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sixteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sixteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .sixteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .sixteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .sixteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .sixteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .sixteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .sixteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .sixteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .sixteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .sixteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .sixteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .sixteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .sixteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .sixteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .sixteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .sixteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .sixteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .sixteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .sixteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .sixteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .sixteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .sixteenhundred\:min-h-0{
    min-height: 0;
  }

  .sixteenhundred\:min-h-full{
    min-height: 100%;
  }

  .sixteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .sixteenhundred\:min-w-0{
    min-width: 0;
  }

  .sixteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .sixteenhundred\:min-w-full{
    min-width: 100%;
  }

  .sixteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sixteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sixteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sixteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sixteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sixteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sixteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sixteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sixteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sixteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sixteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sixteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sixteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sixteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sixteenhundred\:opacity-0{
    opacity: 0;
  }

  .sixteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .sixteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .sixteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .sixteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .sixteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .sixteenhundred\:opacity-100{
    opacity: 1;
  }

  .sixteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sixteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sixteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sixteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sixteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sixteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sixteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sixteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sixteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sixteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sixteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sixteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sixteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sixteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sixteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .sixteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .sixteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .sixteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .sixteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .sixteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .sixteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .sixteenhundred\:overflow-auto{
    overflow: auto;
  }

  .sixteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .sixteenhundred\:overflow-visible{
    overflow: visible;
  }

  .sixteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .sixteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .sixteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .sixteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sixteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sixteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .sixteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .sixteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sixteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sixteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sixteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sixteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sixteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sixteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sixteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sixteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sixteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sixteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sixteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sixteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sixteenhundred\:p-0{
    padding: 0;
  }

  .sixteenhundred\:p-1{
    padding: 0.25rem;
  }

  .sixteenhundred\:p-2{
    padding: 0.5rem;
  }

  .sixteenhundred\:p-3{
    padding: 0.75rem;
  }

  .sixteenhundred\:p-4{
    padding: 1rem;
  }

  .sixteenhundred\:p-5{
    padding: 1.25rem;
  }

  .sixteenhundred\:p-6{
    padding: 1.5rem;
  }

  .sixteenhundred\:p-8{
    padding: 2rem;
  }

  .sixteenhundred\:p-10{
    padding: 2.5rem;
  }

  .sixteenhundred\:p-12{
    padding: 3rem;
  }

  .sixteenhundred\:p-16{
    padding: 4rem;
  }

  .sixteenhundred\:p-20{
    padding: 5rem;
  }

  .sixteenhundred\:p-24{
    padding: 6rem;
  }

  .sixteenhundred\:p-32{
    padding: 8rem;
  }

  .sixteenhundred\:p-40{
    padding: 10rem;
  }

  .sixteenhundred\:p-48{
    padding: 12rem;
  }

  .sixteenhundred\:p-56{
    padding: 14rem;
  }

  .sixteenhundred\:p-64{
    padding: 16rem;
  }

  .sixteenhundred\:p-72{
    padding: 18rem;
  }

  .sixteenhundred\:p-80{
    padding: 20rem;
  }

  .sixteenhundred\:p-88{
    padding: 22rem;
  }

  .sixteenhundred\:p-96{
    padding: 24rem;
  }

  .sixteenhundred\:p-104{
    padding: 26rem;
  }

  .sixteenhundred\:p-112{
    padding: 28rem;
  }

  .sixteenhundred\:p-128{
    padding: 30rem;
  }

  .sixteenhundred\:p-144{
    padding: 34rem;
  }

  .sixteenhundred\:p-160{
    padding: 38rem;
  }

  .sixteenhundred\:p-176{
    padding: 42rem;
  }

  .sixteenhundred\:p-192{
    padding: 46rem;
  }

  .sixteenhundred\:p-208{
    padding: 50rem;
  }

  .sixteenhundred\:p-224{
    padding: 54rem;
  }

  .sixteenhundred\:p-240{
    padding: 58rem;
  }

  .sixteenhundred\:p-256{
    padding: 62rem;
  }

  .sixteenhundred\:p-px{
    padding: 1px;
  }

  .sixteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sixteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sixteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sixteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sixteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sixteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sixteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sixteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sixteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sixteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sixteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sixteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sixteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sixteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sixteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sixteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sixteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sixteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sixteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sixteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sixteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sixteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sixteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sixteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sixteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sixteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sixteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sixteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sixteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sixteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sixteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sixteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sixteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sixteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sixteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sixteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sixteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sixteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sixteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sixteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sixteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sixteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sixteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sixteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sixteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .sixteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .sixteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sixteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .sixteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sixteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sixteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .sixteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .sixteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sixteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sixteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .sixteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .sixteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .sixteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .sixteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .sixteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .sixteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .sixteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .sixteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .sixteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .sixteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .sixteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .sixteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sixteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sixteenhundred\:pt-0{
    padding-top: 0;
  }

  .sixteenhundred\:pr-0{
    padding-right: 0;
  }

  .sixteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .sixteenhundred\:pl-0{
    padding-left: 0;
  }

  .sixteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .sixteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .sixteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sixteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .sixteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .sixteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .sixteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sixteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .sixteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .sixteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .sixteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sixteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .sixteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .sixteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .sixteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .sixteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .sixteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .sixteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .sixteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sixteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .sixteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .sixteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .sixteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sixteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .sixteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .sixteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .sixteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .sixteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .sixteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .sixteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .sixteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sixteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .sixteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .sixteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .sixteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .sixteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .sixteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .sixteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .sixteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .sixteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .sixteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .sixteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .sixteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .sixteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .sixteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .sixteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .sixteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .sixteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .sixteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .sixteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .sixteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .sixteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .sixteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .sixteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .sixteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .sixteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .sixteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .sixteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .sixteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .sixteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .sixteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .sixteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .sixteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .sixteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .sixteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .sixteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .sixteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .sixteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .sixteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .sixteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .sixteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .sixteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .sixteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .sixteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .sixteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .sixteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .sixteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .sixteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .sixteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .sixteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .sixteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .sixteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .sixteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .sixteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .sixteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .sixteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .sixteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .sixteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .sixteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .sixteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .sixteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .sixteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .sixteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .sixteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .sixteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .sixteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .sixteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .sixteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .sixteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .sixteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .sixteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .sixteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .sixteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .sixteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .sixteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .sixteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .sixteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .sixteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .sixteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .sixteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .sixteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .sixteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .sixteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .sixteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .sixteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .sixteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .sixteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .sixteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .sixteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .sixteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .sixteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .sixteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .sixteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .sixteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .sixteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .sixteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .sixteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .sixteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .sixteenhundred\:pt-px{
    padding-top: 1px;
  }

  .sixteenhundred\:pr-px{
    padding-right: 1px;
  }

  .sixteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .sixteenhundred\:pl-px{
    padding-left: 1px;
  }

  .sixteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sixteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sixteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sixteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sixteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sixteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sixteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sixteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sixteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sixteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sixteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sixteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sixteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sixteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sixteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sixteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .sixteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .sixteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sixteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sixteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .sixteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .sixteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .sixteenhundred\:static{
    position: static;
  }

  .sixteenhundred\:fixed{
    position: fixed;
  }

  .sixteenhundred\:absolute{
    position: absolute;
  }

  .sixteenhundred\:relative{
    position: relative;
  }

  .sixteenhundred\:sticky{
    position: sticky;
  }

  .sixteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sixteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sixteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sixteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sixteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sixteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sixteenhundred\:top-0{
    top: 0;
  }

  .sixteenhundred\:right-0{
    right: 0;
  }

  .sixteenhundred\:bottom-0{
    bottom: 0;
  }

  .sixteenhundred\:left-0{
    left: 0;
  }

  .sixteenhundred\:top-auto{
    top: auto;
  }

  .sixteenhundred\:right-auto{
    right: auto;
  }

  .sixteenhundred\:bottom-auto{
    bottom: auto;
  }

  .sixteenhundred\:left-auto{
    left: auto;
  }

  .sixteenhundred\:resize-none{
    resize: none;
  }

  .sixteenhundred\:resize-y{
    resize: vertical;
  }

  .sixteenhundred\:resize-x{
    resize: horizontal;
  }

  .sixteenhundred\:resize{
    resize: both;
  }

  .sixteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:shadow-none{
    box-shadow: none;
  }

  .sixteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sixteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sixteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sixteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sixteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sixteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sixteenhundred\:fill-current{
    fill: currentColor;
  }

  .sixteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .sixteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .sixteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .sixteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .sixteenhundred\:table-auto{
    table-layout: auto;
  }

  .sixteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .sixteenhundred\:text-left{
    text-align: left;
  }

  .sixteenhundred\:text-center{
    text-align: center;
  }

  .sixteenhundred\:text-right{
    text-align: right;
  }

  .sixteenhundred\:text-justify{
    text-align: justify;
  }

  .sixteenhundred\:text-transparent{
    color: transparent;
  }

  .sixteenhundred\:text-current{
    color: currentColor;
  }

  .sixteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sixteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .sixteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sixteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .sixteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sixteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sixteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sixteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .sixteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sixteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .sixteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .sixteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .sixteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .sixteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .sixteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .sixteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .sixteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sixteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sixteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .sixteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .sixteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sixteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sixteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .sixteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sixteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sixteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .sixteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .sixteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sixteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sixteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .sixteenhundred\:italic{
    font-style: italic;
  }

  .sixteenhundred\:not-italic{
    font-style: normal;
  }

  .sixteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .sixteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .sixteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .sixteenhundred\:normal-case{
    text-transform: none;
  }

  .sixteenhundred\:underline{
    text-decoration: underline;
  }

  .sixteenhundred\:line-through{
    text-decoration: line-through;
  }

  .sixteenhundred\:no-underline{
    text-decoration: none;
  }

  .sixteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sixteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sixteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sixteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sixteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sixteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sixteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sixteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sixteenhundred\:ordinal, .sixteenhundred\:slashed-zero, .sixteenhundred\:lining-nums, .sixteenhundred\:oldstyle-nums, .sixteenhundred\:proportional-nums, .sixteenhundred\:tabular-nums, .sixteenhundred\:diagonal-fractions, .sixteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sixteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .sixteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .sixteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sixteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .sixteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sixteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sixteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sixteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sixteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sixteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sixteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sixteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .sixteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sixteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sixteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sixteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sixteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sixteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sixteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sixteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .sixteenhundred\:align-top{
    vertical-align: top;
  }

  .sixteenhundred\:align-middle{
    vertical-align: middle;
  }

  .sixteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .sixteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .sixteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sixteenhundred\:visible{
    visibility: visible;
  }

  .sixteenhundred\:invisible{
    visibility: hidden;
  }

  .sixteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .sixteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sixteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .sixteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sixteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sixteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sixteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sixteenhundred\:break-all{
    word-break: break-all;
  }

  .sixteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sixteenhundred\:w-0{
    width: 0;
  }

  .sixteenhundred\:w-1{
    width: 0.25rem;
  }

  .sixteenhundred\:w-2{
    width: 0.5rem;
  }

  .sixteenhundred\:w-3{
    width: 0.75rem;
  }

  .sixteenhundred\:w-4{
    width: 1rem;
  }

  .sixteenhundred\:w-5{
    width: 1.25rem;
  }

  .sixteenhundred\:w-6{
    width: 1.5rem;
  }

  .sixteenhundred\:w-8{
    width: 2rem;
  }

  .sixteenhundred\:w-10{
    width: 2.5rem;
  }

  .sixteenhundred\:w-12{
    width: 3rem;
  }

  .sixteenhundred\:w-16{
    width: 4rem;
  }

  .sixteenhundred\:w-20{
    width: 5rem;
  }

  .sixteenhundred\:w-24{
    width: 6rem;
  }

  .sixteenhundred\:w-32{
    width: 8rem;
  }

  .sixteenhundred\:w-40{
    width: 10rem;
  }

  .sixteenhundred\:w-48{
    width: 12rem;
  }

  .sixteenhundred\:w-56{
    width: 14rem;
  }

  .sixteenhundred\:w-64{
    width: 16rem;
  }

  .sixteenhundred\:w-72{
    width: 18rem;
  }

  .sixteenhundred\:w-80{
    width: 20rem;
  }

  .sixteenhundred\:w-88{
    width: 22rem;
  }

  .sixteenhundred\:w-96{
    width: 24rem;
  }

  .sixteenhundred\:w-104{
    width: 26rem;
  }

  .sixteenhundred\:w-112{
    width: 28rem;
  }

  .sixteenhundred\:w-128{
    width: 30rem;
  }

  .sixteenhundred\:w-144{
    width: 34rem;
  }

  .sixteenhundred\:w-160{
    width: 38rem;
  }

  .sixteenhundred\:w-176{
    width: 42rem;
  }

  .sixteenhundred\:w-192{
    width: 46rem;
  }

  .sixteenhundred\:w-208{
    width: 50rem;
  }

  .sixteenhundred\:w-224{
    width: 54rem;
  }

  .sixteenhundred\:w-240{
    width: 58rem;
  }

  .sixteenhundred\:w-256{
    width: 62rem;
  }

  .sixteenhundred\:w-auto{
    width: auto;
  }

  .sixteenhundred\:w-px{
    width: 1px;
  }

  .sixteenhundred\:w-1\/2{
    width: 50%;
  }

  .sixteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .sixteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .sixteenhundred\:w-1\/4{
    width: 25%;
  }

  .sixteenhundred\:w-2\/4{
    width: 50%;
  }

  .sixteenhundred\:w-3\/4{
    width: 75%;
  }

  .sixteenhundred\:w-1\/5{
    width: 20%;
  }

  .sixteenhundred\:w-2\/5{
    width: 40%;
  }

  .sixteenhundred\:w-3\/5{
    width: 60%;
  }

  .sixteenhundred\:w-4\/5{
    width: 80%;
  }

  .sixteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .sixteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .sixteenhundred\:w-3\/6{
    width: 50%;
  }

  .sixteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .sixteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .sixteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .sixteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .sixteenhundred\:w-3\/12{
    width: 25%;
  }

  .sixteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .sixteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .sixteenhundred\:w-6\/12{
    width: 50%;
  }

  .sixteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .sixteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .sixteenhundred\:w-9\/12{
    width: 75%;
  }

  .sixteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .sixteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .sixteenhundred\:w-full{
    width: 100%;
  }

  .sixteenhundred\:w-screen{
    width: 100vw;
  }

  .sixteenhundred\:z-0{
    z-index: 0;
  }

  .sixteenhundred\:z-10{
    z-index: 10;
  }

  .sixteenhundred\:z-20{
    z-index: 20;
  }

  .sixteenhundred\:z-30{
    z-index: 30;
  }

  .sixteenhundred\:z-40{
    z-index: 40;
  }

  .sixteenhundred\:z-50{
    z-index: 50;
  }

  .sixteenhundred\:z-auto{
    z-index: auto;
  }

  .sixteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sixteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sixteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sixteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sixteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sixteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sixteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sixteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sixteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sixteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sixteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sixteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sixteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sixteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sixteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sixteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sixteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sixteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sixteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .sixteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .sixteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .sixteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .sixteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .sixteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .sixteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .sixteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .sixteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .sixteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .sixteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .sixteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .sixteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .sixteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .sixteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .sixteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sixteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sixteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sixteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sixteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sixteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sixteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sixteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sixteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sixteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sixteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sixteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sixteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sixteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sixteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sixteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sixteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sixteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sixteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sixteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sixteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sixteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sixteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sixteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sixteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sixteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sixteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sixteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sixteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sixteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sixteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sixteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sixteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sixteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sixteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sixteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sixteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sixteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sixteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sixteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sixteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sixteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sixteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sixteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sixteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sixteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sixteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sixteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sixteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sixteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sixteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sixteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sixteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sixteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sixteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sixteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sixteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sixteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sixteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sixteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sixteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sixteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sixteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .sixteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sixteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .sixteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .sixteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .sixteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .sixteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sixteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sixteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sixteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sixteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sixteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sixteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sixteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sixteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sixteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sixteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sixteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sixteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sixteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sixteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sixteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sixteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sixteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sixteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sixteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sixteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sixteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sixteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sixteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sixteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sixteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sixteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sixteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sixteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sixteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sixteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sixteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sixteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sixteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sixteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sixteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sixteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sixteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sixteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sixteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sixteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sixteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sixteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sixteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sixteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sixteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sixteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sixteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sixteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sixteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sixteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sixteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sixteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sixteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .sixteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .sixteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .sixteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .sixteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .sixteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .sixteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .sixteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .sixteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .sixteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .sixteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .sixteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .sixteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .sixteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .sixteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .sixteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sixteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sixteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sixteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sixteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sixteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .sixteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sixteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sixteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sixteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sixteenhundred\:col-auto{
    grid-column: auto;
  }

  .sixteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sixteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sixteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sixteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sixteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sixteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sixteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sixteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sixteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sixteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sixteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sixteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sixteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .sixteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .sixteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .sixteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .sixteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .sixteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .sixteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .sixteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .sixteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .sixteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .sixteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .sixteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .sixteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .sixteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .sixteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .sixteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .sixteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .sixteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .sixteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .sixteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .sixteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .sixteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .sixteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .sixteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .sixteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .sixteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .sixteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .sixteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .sixteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sixteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .sixteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sixteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sixteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sixteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sixteenhundred\:row-auto{
    grid-row: auto;
  }

  .sixteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sixteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sixteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sixteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sixteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sixteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sixteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .sixteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .sixteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .sixteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .sixteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .sixteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .sixteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .sixteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .sixteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .sixteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .sixteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .sixteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .sixteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .sixteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .sixteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .sixteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .sixteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sixteenhundred\:transform-none{
    transform: none;
  }

  .sixteenhundred\:origin-center{
    transform-origin: center;
  }

  .sixteenhundred\:origin-top{
    transform-origin: top;
  }

  .sixteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .sixteenhundred\:origin-right{
    transform-origin: right;
  }

  .sixteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sixteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .sixteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sixteenhundred\:origin-left{
    transform-origin: left;
  }

  .sixteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .sixteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .sixteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .sixteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .sixteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .sixteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .sixteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .sixteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sixteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sixteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sixteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sixteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .sixteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .sixteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .sixteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .sixteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .sixteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .sixteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sixteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sixteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sixteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sixteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sixteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sixteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sixteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sixteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sixteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sixteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sixteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sixteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sixteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sixteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sixteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sixteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sixteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sixteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sixteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sixteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sixteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sixteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sixteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sixteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sixteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sixteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sixteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sixteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sixteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sixteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sixteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sixteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sixteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sixteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sixteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sixteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sixteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sixteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sixteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sixteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sixteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sixteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .sixteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .sixteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .sixteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .sixteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .sixteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .sixteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .sixteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .sixteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sixteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sixteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sixteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sixteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sixteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sixteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .sixteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sixteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sixteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sixteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sixteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sixteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sixteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .sixteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sixteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sixteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sixteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sixteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sixteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sixteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sixteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sixteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sixteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sixteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sixteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sixteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sixteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sixteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sixteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sixteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sixteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .sixteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .sixteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .sixteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .sixteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .sixteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .sixteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .sixteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .sixteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .sixteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .sixteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .sixteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .sixteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .sixteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .sixteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .sixteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .sixteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sixteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sixteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sixteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sixteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sixteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sixteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sixteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sixteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sixteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sixteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sixteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sixteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sixteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sixteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sixteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sixteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sixteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .sixteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .sixteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .sixteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .sixteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .sixteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .sixteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .sixteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .sixteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .sixteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .sixteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .sixteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .sixteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .sixteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .sixteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .sixteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .sixteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .sixteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sixteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sixteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .sixteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .sixteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sixteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sixteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sixteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sixteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sixteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sixteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sixteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sixteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sixteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sixteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sixteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sixteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sixteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sixteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sixteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sixteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sixteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .sixteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .sixteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .sixteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .sixteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .sixteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .sixteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .sixteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .sixteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .sixteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .sixteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .sixteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .sixteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .sixteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .sixteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .sixteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .sixteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sixteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sixteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sixteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sixteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sixteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sixteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sixteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sixteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sixteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sixteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sixteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sixteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sixteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sixteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sixteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sixteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sixteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .sixteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .sixteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .sixteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .sixteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .sixteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .sixteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .sixteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .sixteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .sixteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .sixteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .sixteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .sixteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .sixteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .sixteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .sixteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .sixteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .sixteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sixteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sixteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .sixteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sixteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sixteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sixteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sixteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sixteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sixteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sixteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sixteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sixteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sixteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sixteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sixteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sixteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sixteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sixteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sixteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sixteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sixteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .sixteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .sixteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .sixteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .sixteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .sixteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .sixteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .sixteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .sixteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .sixteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .sixteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .sixteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .sixteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .sixteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .sixteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .sixteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sixteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sixteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sixteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sixteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sixteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sixteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sixteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sixteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sixteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sixteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sixteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sixteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sixteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sixteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sixteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sixteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sixteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sixteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .sixteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .sixteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .sixteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .sixteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .sixteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .sixteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .sixteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .sixteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .sixteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .sixteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .sixteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .sixteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .sixteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .sixteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .sixteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sixteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sixteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sixteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sixteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sixteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sixteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sixteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sixteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sixteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sixteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sixteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sixteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sixteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sixteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sixteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sixteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sixteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sixteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sixteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sixteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sixteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sixteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sixteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .sixteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .sixteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .sixteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .sixteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .sixteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .sixteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .sixteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .sixteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .sixteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .sixteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .sixteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .sixteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .sixteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .sixteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .sixteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sixteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sixteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sixteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sixteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sixteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sixteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sixteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sixteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sixteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sixteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sixteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sixteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sixteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sixteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sixteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sixteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sixteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sixteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .sixteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .sixteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .sixteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .sixteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .sixteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .sixteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .sixteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .sixteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .sixteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .sixteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .sixteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .sixteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .sixteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .sixteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .sixteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sixteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sixteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sixteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sixteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sixteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sixteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sixteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sixteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sixteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sixteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sixteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sixteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sixteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sixteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sixteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sixteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sixteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sixteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sixteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sixteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sixteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sixteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sixteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .sixteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .sixteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .sixteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .sixteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .sixteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .sixteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .sixteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .sixteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .sixteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .sixteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .sixteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .sixteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .sixteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .sixteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .sixteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sixteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sixteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sixteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sixteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sixteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sixteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sixteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sixteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sixteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sixteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sixteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sixteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sixteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sixteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sixteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sixteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sixteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sixteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .sixteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .sixteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .sixteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .sixteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .sixteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .sixteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .sixteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .sixteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .sixteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .sixteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .sixteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .sixteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .sixteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .sixteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .sixteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sixteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sixteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sixteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sixteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sixteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sixteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sixteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sixteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sixteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sixteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sixteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sixteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sixteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sixteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sixteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sixteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sixteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sixteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sixteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sixteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sixteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sixteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sixteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .sixteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .sixteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .sixteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .sixteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .sixteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .sixteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .sixteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .sixteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .sixteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .sixteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .sixteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .sixteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .sixteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .sixteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .sixteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sixteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sixteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sixteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sixteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sixteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sixteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sixteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sixteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sixteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sixteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sixteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sixteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sixteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sixteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sixteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sixteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sixteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sixteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .sixteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .sixteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .sixteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .sixteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .sixteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .sixteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .sixteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .sixteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .sixteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .sixteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .sixteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .sixteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .sixteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .sixteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .sixteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sixteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sixteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sixteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sixteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sixteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .sixteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sixteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sixteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sixteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sixteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sixteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sixteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .sixteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sixteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sixteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sixteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sixteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sixteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sixteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sixteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sixteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sixteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sixteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sixteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sixteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sixteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sixteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sixteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sixteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sixteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sixteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sixteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sixteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sixteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sixteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sixteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sixteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sixteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sixteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sixteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sixteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sixteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sixteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sixteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sixteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sixteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sixteenhundred\:transition-none{
    transition-property: none;
  }

  .sixteenhundred\:transition-all{
    transition-property: all;
  }

  .sixteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sixteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sixteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .sixteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .sixteenhundred\:transition-transform{
    transition-property: transform;
  }

  .sixteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .sixteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sixteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sixteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sixteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .sixteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .sixteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .sixteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .sixteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .sixteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .sixteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .sixteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .sixteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .sixteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .sixteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .sixteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .sixteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .sixteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .sixteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .sixteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .sixteenhundred\:animate-none{
    animation: none;
  }

  .sixteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .sixteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sixteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sixteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1700px){
  .seventeenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .seventeenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .seventeenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .seventeenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .seventeenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .seventeenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .seventeenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .seventeenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .seventeenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .seventeenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .seventeenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .seventeenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .seventeenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .seventeenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .seventeenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .seventeenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .seventeenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .seventeenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .seventeenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .seventeenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .seventeenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .seventeenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .seventeenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .seventeenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .seventeenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .seventeenhundred\:container{
      max-width: 2000px;
    }
  }

  .seventeenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .seventeenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .seventeenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .seventeenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .seventeenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .seventeenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .seventeenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .seventeenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .seventeenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .seventeenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .seventeenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .seventeenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .seventeenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .seventeenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .seventeenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .seventeenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .seventeenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .seventeenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .seventeenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .seventeenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .seventeenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .seventeenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .seventeenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .seventeenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .seventeenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .seventeenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .seventeenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .seventeenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .seventeenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .seventeenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .seventeenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .seventeenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .seventeenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .seventeenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .seventeenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .seventeenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .seventeenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .seventeenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .seventeenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .seventeenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .seventeenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .seventeenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .seventeenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .seventeenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .seventeenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .seventeenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .seventeenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .seventeenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .seventeenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .seventeenhundred\:bg-local{
    background-attachment: local;
  }

  .seventeenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .seventeenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .seventeenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .seventeenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .seventeenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .seventeenhundred\:bg-transparent{
    background-color: transparent;
  }

  .seventeenhundred\:bg-current{
    background-color: currentColor;
  }

  .seventeenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .seventeenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .seventeenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .seventeenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .seventeenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .seventeenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .seventeenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .seventeenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .seventeenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .seventeenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .seventeenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .seventeenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .seventeenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .seventeenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .seventeenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .seventeenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .seventeenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .seventeenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .seventeenhundred\:bg-none{
    background-image: none;
  }

  .seventeenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .seventeenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .seventeenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .seventeenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .seventeenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .seventeenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .seventeenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .seventeenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .seventeenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .seventeenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .seventeenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .seventeenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .seventeenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .seventeenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .seventeenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .seventeenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .seventeenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .seventeenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .seventeenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .seventeenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .seventeenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .seventeenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .seventeenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .seventeenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .seventeenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .seventeenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .seventeenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .seventeenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .seventeenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .seventeenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .seventeenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .seventeenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .seventeenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .seventeenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .seventeenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .seventeenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .seventeenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .seventeenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .seventeenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .seventeenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .seventeenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .seventeenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .seventeenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .seventeenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .seventeenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .seventeenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .seventeenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .seventeenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .seventeenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .seventeenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .seventeenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .seventeenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .seventeenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .seventeenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .seventeenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .seventeenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .seventeenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .seventeenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .seventeenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .seventeenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .seventeenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .seventeenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .seventeenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .seventeenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .seventeenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .seventeenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .seventeenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .seventeenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .seventeenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .seventeenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .seventeenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .seventeenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .seventeenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .seventeenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .seventeenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .seventeenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .seventeenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .seventeenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .seventeenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .seventeenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .seventeenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .seventeenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .seventeenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .seventeenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .seventeenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .seventeenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .seventeenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .seventeenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .seventeenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .seventeenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .seventeenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .seventeenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .seventeenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .seventeenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .seventeenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .seventeenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .seventeenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .seventeenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .seventeenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .seventeenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .seventeenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .seventeenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .seventeenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .seventeenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .seventeenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .seventeenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .seventeenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .seventeenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .seventeenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .seventeenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .seventeenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .seventeenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .seventeenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .seventeenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .seventeenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .seventeenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .seventeenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .seventeenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .seventeenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .seventeenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .seventeenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .seventeenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .seventeenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .seventeenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .seventeenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .seventeenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .seventeenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .seventeenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .seventeenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .seventeenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .seventeenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .seventeenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .seventeenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .seventeenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .seventeenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .seventeenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .seventeenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .seventeenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .seventeenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .seventeenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .seventeenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .seventeenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .seventeenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .seventeenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .seventeenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .seventeenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .seventeenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .seventeenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .seventeenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .seventeenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .seventeenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .seventeenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .seventeenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .seventeenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .seventeenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .seventeenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .seventeenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .seventeenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .seventeenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .seventeenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .seventeenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .seventeenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .seventeenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .seventeenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .seventeenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .seventeenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .seventeenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .seventeenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .seventeenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .seventeenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .seventeenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .seventeenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .seventeenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .seventeenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .seventeenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .seventeenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .seventeenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .seventeenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .seventeenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .seventeenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .seventeenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .seventeenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .seventeenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .seventeenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .seventeenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .seventeenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .seventeenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .seventeenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .seventeenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .seventeenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .seventeenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .seventeenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .seventeenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .seventeenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .seventeenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .seventeenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .seventeenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .seventeenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .seventeenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .seventeenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .seventeenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .seventeenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .seventeenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .seventeenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .seventeenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .seventeenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .seventeenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .seventeenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .seventeenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .seventeenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .seventeenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .seventeenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .seventeenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .seventeenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .seventeenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .seventeenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .seventeenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .seventeenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .seventeenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .seventeenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .seventeenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .seventeenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .seventeenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .seventeenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .seventeenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .seventeenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .seventeenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .seventeenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .seventeenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .seventeenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .seventeenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .seventeenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .seventeenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .seventeenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .seventeenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .seventeenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .seventeenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .seventeenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .seventeenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .seventeenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .seventeenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .seventeenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .seventeenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .seventeenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .seventeenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .seventeenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .seventeenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .seventeenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .seventeenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .seventeenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .seventeenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .seventeenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .seventeenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .seventeenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .seventeenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .seventeenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .seventeenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .seventeenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .seventeenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .seventeenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .seventeenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .seventeenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .seventeenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .seventeenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .seventeenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .seventeenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .seventeenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .seventeenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .seventeenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .seventeenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .seventeenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .seventeenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .seventeenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .seventeenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .seventeenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .seventeenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .seventeenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .seventeenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .seventeenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .seventeenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .seventeenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .seventeenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .seventeenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .seventeenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .seventeenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .seventeenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .seventeenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .seventeenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .seventeenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .seventeenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .seventeenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .seventeenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .seventeenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .seventeenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .seventeenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .seventeenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .seventeenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .seventeenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .seventeenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .seventeenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .seventeenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .seventeenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .seventeenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .seventeenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .seventeenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .seventeenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .seventeenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .seventeenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .seventeenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .seventeenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .seventeenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .seventeenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .seventeenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .seventeenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .seventeenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .seventeenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .seventeenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .seventeenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .seventeenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .seventeenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .seventeenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .seventeenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .seventeenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .seventeenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .seventeenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .seventeenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .seventeenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .seventeenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .seventeenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .seventeenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .seventeenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .seventeenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .seventeenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .seventeenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .seventeenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .seventeenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .seventeenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .seventeenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .seventeenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .seventeenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .seventeenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .seventeenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .seventeenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .seventeenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .seventeenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .seventeenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .seventeenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .seventeenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .seventeenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .seventeenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .seventeenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .seventeenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .seventeenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .seventeenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .seventeenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .seventeenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .seventeenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .seventeenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .seventeenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .seventeenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .seventeenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .seventeenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .seventeenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .seventeenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .seventeenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .seventeenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .seventeenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .seventeenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .seventeenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .seventeenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .seventeenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .seventeenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .seventeenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .seventeenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .seventeenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .seventeenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .seventeenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .seventeenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .seventeenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .seventeenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .seventeenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .seventeenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .seventeenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .seventeenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .seventeenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .seventeenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .seventeenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .seventeenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .seventeenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .seventeenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .seventeenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .seventeenhundred\:bg-bottom{
    background-position: bottom;
  }

  .seventeenhundred\:bg-center{
    background-position: center;
  }

  .seventeenhundred\:bg-left{
    background-position: left;
  }

  .seventeenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .seventeenhundred\:bg-left-top{
    background-position: left top;
  }

  .seventeenhundred\:bg-right{
    background-position: right;
  }

  .seventeenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .seventeenhundred\:bg-right-top{
    background-position: right top;
  }

  .seventeenhundred\:bg-top{
    background-position: top;
  }

  .seventeenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .seventeenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .seventeenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .seventeenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .seventeenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .seventeenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .seventeenhundred\:bg-auto{
    background-size: auto;
  }

  .seventeenhundred\:bg-cover{
    background-size: cover;
  }

  .seventeenhundred\:bg-contain{
    background-size: contain;
  }

  .seventeenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .seventeenhundred\:border-separate{
    border-collapse: separate;
  }

  .seventeenhundred\:border-transparent{
    border-color: transparent;
  }

  .seventeenhundred\:border-current{
    border-color: currentColor;
  }

  .seventeenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .seventeenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .seventeenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .seventeenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .seventeenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .seventeenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .seventeenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .seventeenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .seventeenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .seventeenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .seventeenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .seventeenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .seventeenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .seventeenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .seventeenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .seventeenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .seventeenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .seventeenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .seventeenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .seventeenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .seventeenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .seventeenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .seventeenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .seventeenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .seventeenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .seventeenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .seventeenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .seventeenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .seventeenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .seventeenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .seventeenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .seventeenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .seventeenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .seventeenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .seventeenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .seventeenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .seventeenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .seventeenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .seventeenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .seventeenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .seventeenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .seventeenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .seventeenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .seventeenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .seventeenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .seventeenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .seventeenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .seventeenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .seventeenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .seventeenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .seventeenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .seventeenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .seventeenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .seventeenhundred\:rounded-none{
    border-radius: 0;
  }

  .seventeenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .seventeenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .seventeenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .seventeenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .seventeenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .seventeenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .seventeenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .seventeenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .seventeenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .seventeenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .seventeenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .seventeenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .seventeenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .seventeenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .seventeenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .seventeenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .seventeenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .seventeenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .seventeenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .seventeenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .seventeenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .seventeenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .seventeenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .seventeenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .seventeenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .seventeenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .seventeenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .seventeenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .seventeenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .seventeenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .seventeenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .seventeenhundred\:border-solid{
    border-style: solid;
  }

  .seventeenhundred\:border-dashed{
    border-style: dashed;
  }

  .seventeenhundred\:border-dotted{
    border-style: dotted;
  }

  .seventeenhundred\:border-double{
    border-style: double;
  }

  .seventeenhundred\:border-none{
    border-style: none;
  }

  .seventeenhundred\:border-0{
    border-width: 0;
  }

  .seventeenhundred\:border-2{
    border-width: 2px;
  }

  .seventeenhundred\:border-4{
    border-width: 4px;
  }

  .seventeenhundred\:border-8{
    border-width: 8px;
  }

  .seventeenhundred\:border{
    border-width: 1px;
  }

  .seventeenhundred\:border-t-0{
    border-top-width: 0;
  }

  .seventeenhundred\:border-r-0{
    border-right-width: 0;
  }

  .seventeenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .seventeenhundred\:border-l-0{
    border-left-width: 0;
  }

  .seventeenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .seventeenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .seventeenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .seventeenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .seventeenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .seventeenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .seventeenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .seventeenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .seventeenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .seventeenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .seventeenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .seventeenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .seventeenhundred\:border-t{
    border-top-width: 1px;
  }

  .seventeenhundred\:border-r{
    border-right-width: 1px;
  }

  .seventeenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .seventeenhundred\:border-l{
    border-left-width: 1px;
  }

  .seventeenhundred\:box-border{
    box-sizing: border-box;
  }

  .seventeenhundred\:box-content{
    box-sizing: content-box;
  }

  .seventeenhundred\:cursor-auto{
    cursor: auto;
  }

  .seventeenhundred\:cursor-default{
    cursor: default;
  }

  .seventeenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .seventeenhundred\:cursor-wait{
    cursor: wait;
  }

  .seventeenhundred\:cursor-text{
    cursor: text;
  }

  .seventeenhundred\:cursor-move{
    cursor: move;
  }

  .seventeenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .seventeenhundred\:block{
    display: block;
  }

  .seventeenhundred\:inline-block{
    display: inline-block;
  }

  .seventeenhundred\:inline{
    display: inline;
  }

  .seventeenhundred\:flex{
    display: flex;
  }

  .seventeenhundred\:inline-flex{
    display: inline-flex;
  }

  .seventeenhundred\:table{
    display: table;
  }

  .seventeenhundred\:table-caption{
    display: table-caption;
  }

  .seventeenhundred\:table-cell{
    display: table-cell;
  }

  .seventeenhundred\:table-column{
    display: table-column;
  }

  .seventeenhundred\:table-column-group{
    display: table-column-group;
  }

  .seventeenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .seventeenhundred\:table-header-group{
    display: table-header-group;
  }

  .seventeenhundred\:table-row-group{
    display: table-row-group;
  }

  .seventeenhundred\:table-row{
    display: table-row;
  }

  .seventeenhundred\:flow-root{
    display: flow-root;
  }

  .seventeenhundred\:grid{
    display: grid;
  }

  .seventeenhundred\:inline-grid{
    display: inline-grid;
  }

  .seventeenhundred\:contents{
    display: contents;
  }

  .seventeenhundred\:hidden{
    display: none;
  }

  .seventeenhundred\:flex-row{
    flex-direction: row;
  }

  .seventeenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .seventeenhundred\:flex-col{
    flex-direction: column;
  }

  .seventeenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .seventeenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .seventeenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .seventeenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .seventeenhundred\:place-items-auto{
    place-items: auto;
  }

  .seventeenhundred\:place-items-start{
    place-items: start;
  }

  .seventeenhundred\:place-items-end{
    place-items: end;
  }

  .seventeenhundred\:place-items-center{
    place-items: center;
  }

  .seventeenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .seventeenhundred\:place-content-center{
    place-content: center;
  }

  .seventeenhundred\:place-content-start{
    place-content: start;
  }

  .seventeenhundred\:place-content-end{
    place-content: end;
  }

  .seventeenhundred\:place-content-between{
    place-content: space-between;
  }

  .seventeenhundred\:place-content-around{
    place-content: space-around;
  }

  .seventeenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .seventeenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .seventeenhundred\:place-self-auto{
    place-self: auto;
  }

  .seventeenhundred\:place-self-start{
    place-self: start;
  }

  .seventeenhundred\:place-self-end{
    place-self: end;
  }

  .seventeenhundred\:place-self-center{
    place-self: center;
  }

  .seventeenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .seventeenhundred\:items-start{
    align-items: flex-start;
  }

  .seventeenhundred\:items-end{
    align-items: flex-end;
  }

  .seventeenhundred\:items-center{
    align-items: center;
  }

  .seventeenhundred\:items-baseline{
    align-items: baseline;
  }

  .seventeenhundred\:items-stretch{
    align-items: stretch;
  }

  .seventeenhundred\:content-center{
    align-content: center;
  }

  .seventeenhundred\:content-start{
    align-content: flex-start;
  }

  .seventeenhundred\:content-end{
    align-content: flex-end;
  }

  .seventeenhundred\:content-between{
    align-content: space-between;
  }

  .seventeenhundred\:content-around{
    align-content: space-around;
  }

  .seventeenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .seventeenhundred\:self-auto{
    align-self: auto;
  }

  .seventeenhundred\:self-start{
    align-self: flex-start;
  }

  .seventeenhundred\:self-end{
    align-self: flex-end;
  }

  .seventeenhundred\:self-center{
    align-self: center;
  }

  .seventeenhundred\:self-stretch{
    align-self: stretch;
  }

  .seventeenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .seventeenhundred\:justify-items-start{
    justify-items: start;
  }

  .seventeenhundred\:justify-items-end{
    justify-items: end;
  }

  .seventeenhundred\:justify-items-center{
    justify-items: center;
  }

  .seventeenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .seventeenhundred\:justify-start{
    justify-content: flex-start;
  }

  .seventeenhundred\:justify-end{
    justify-content: flex-end;
  }

  .seventeenhundred\:justify-center{
    justify-content: center;
  }

  .seventeenhundred\:justify-between{
    justify-content: space-between;
  }

  .seventeenhundred\:justify-around{
    justify-content: space-around;
  }

  .seventeenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .seventeenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .seventeenhundred\:justify-self-start{
    justify-self: start;
  }

  .seventeenhundred\:justify-self-end{
    justify-self: end;
  }

  .seventeenhundred\:justify-self-center{
    justify-self: center;
  }

  .seventeenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .seventeenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .seventeenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .seventeenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .seventeenhundred\:flex-none{
    flex: none;
  }

  .seventeenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .seventeenhundred\:flex-grow{
    flex-grow: 1;
  }

  .seventeenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .seventeenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .seventeenhundred\:order-1{
    order: 1;
  }

  .seventeenhundred\:order-2{
    order: 2;
  }

  .seventeenhundred\:order-3{
    order: 3;
  }

  .seventeenhundred\:order-4{
    order: 4;
  }

  .seventeenhundred\:order-5{
    order: 5;
  }

  .seventeenhundred\:order-6{
    order: 6;
  }

  .seventeenhundred\:order-7{
    order: 7;
  }

  .seventeenhundred\:order-8{
    order: 8;
  }

  .seventeenhundred\:order-9{
    order: 9;
  }

  .seventeenhundred\:order-10{
    order: 10;
  }

  .seventeenhundred\:order-11{
    order: 11;
  }

  .seventeenhundred\:order-12{
    order: 12;
  }

  .seventeenhundred\:order-first{
    order: -9999;
  }

  .seventeenhundred\:order-last{
    order: 9999;
  }

  .seventeenhundred\:order-none{
    order: 0;
  }

  .seventeenhundred\:float-right{
    float: right;
  }

  .seventeenhundred\:float-left{
    float: left;
  }

  .seventeenhundred\:float-none{
    float: none;
  }

  .seventeenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .seventeenhundred\:clear-left{
    clear: left;
  }

  .seventeenhundred\:clear-right{
    clear: right;
  }

  .seventeenhundred\:clear-both{
    clear: both;
  }

  .seventeenhundred\:clear-none{
    clear: none;
  }

  .seventeenhundred\: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";
  }

  .seventeenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .seventeenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .seventeenhundred\:font-hairline{
    font-weight: 100;
  }

  .seventeenhundred\:font-thin{
    font-weight: 200;
  }

  .seventeenhundred\:font-light{
    font-weight: 300;
  }

  .seventeenhundred\:font-normal{
    font-weight: 400;
  }

  .seventeenhundred\:font-medium{
    font-weight: 500;
  }

  .seventeenhundred\:font-semibold{
    font-weight: 600;
  }

  .seventeenhundred\:font-bold{
    font-weight: 700;
  }

  .seventeenhundred\:font-extrabold{
    font-weight: 800;
  }

  .seventeenhundred\:font-black{
    font-weight: 900;
  }

  .seventeenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .seventeenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .seventeenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .seventeenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .seventeenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .seventeenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .seventeenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .seventeenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .seventeenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .seventeenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .seventeenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .seventeenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .seventeenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .seventeenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .seventeenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .seventeenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .seventeenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .seventeenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .seventeenhundred\:h-0{
    height: 0;
  }

  .seventeenhundred\:h-1{
    height: 0.25rem;
  }

  .seventeenhundred\:h-2{
    height: 0.5rem;
  }

  .seventeenhundred\:h-3{
    height: 0.75rem;
  }

  .seventeenhundred\:h-4{
    height: 1rem;
  }

  .seventeenhundred\:h-5{
    height: 1.25rem;
  }

  .seventeenhundred\:h-6{
    height: 1.5rem;
  }

  .seventeenhundred\:h-8{
    height: 2rem;
  }

  .seventeenhundred\:h-10{
    height: 2.5rem;
  }

  .seventeenhundred\:h-12{
    height: 3rem;
  }

  .seventeenhundred\:h-16{
    height: 4rem;
  }

  .seventeenhundred\:h-20{
    height: 5rem;
  }

  .seventeenhundred\:h-24{
    height: 6rem;
  }

  .seventeenhundred\:h-32{
    height: 8rem;
  }

  .seventeenhundred\:h-40{
    height: 10rem;
  }

  .seventeenhundred\:h-48{
    height: 12rem;
  }

  .seventeenhundred\:h-56{
    height: 14rem;
  }

  .seventeenhundred\:h-64{
    height: 16rem;
  }

  .seventeenhundred\:h-72{
    height: 18rem;
  }

  .seventeenhundred\:h-80{
    height: 20rem;
  }

  .seventeenhundred\:h-88{
    height: 22rem;
  }

  .seventeenhundred\:h-96{
    height: 24rem;
  }

  .seventeenhundred\:h-104{
    height: 26rem;
  }

  .seventeenhundred\:h-112{
    height: 28rem;
  }

  .seventeenhundred\:h-128{
    height: 30rem;
  }

  .seventeenhundred\:h-144{
    height: 34rem;
  }

  .seventeenhundred\:h-160{
    height: 38rem;
  }

  .seventeenhundred\:h-176{
    height: 42rem;
  }

  .seventeenhundred\:h-192{
    height: 46rem;
  }

  .seventeenhundred\:h-208{
    height: 50rem;
  }

  .seventeenhundred\:h-224{
    height: 54rem;
  }

  .seventeenhundred\:h-240{
    height: 58rem;
  }

  .seventeenhundred\:h-256{
    height: 62rem;
  }

  .seventeenhundred\:h-auto{
    height: auto;
  }

  .seventeenhundred\:h-px{
    height: 1px;
  }

  .seventeenhundred\:h-full{
    height: 100%;
  }

  .seventeenhundred\:h-screen{
    height: 100vh;
  }

  .seventeenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .seventeenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .seventeenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .seventeenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .seventeenhundred\:text-base{
    font-size: 1rem;
  }

  .seventeenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .seventeenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .seventeenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .seventeenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .seventeenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .seventeenhundred\:text-5xl{
    font-size: 3rem;
  }

  .seventeenhundred\:text-6xl{
    font-size: 4rem;
  }

  .seventeenhundred\:text-7xl{
    font-size: 6rem;
  }

  .seventeenhundred\:text-8xl{
    font-size: 8rem;
  }

  .seventeenhundred\:leading-3{
    line-height: .75rem;
  }

  .seventeenhundred\:leading-4{
    line-height: 1rem;
  }

  .seventeenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .seventeenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .seventeenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .seventeenhundred\:leading-8{
    line-height: 2rem;
  }

  .seventeenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .seventeenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .seventeenhundred\:leading-none{
    line-height: 1;
  }

  .seventeenhundred\:leading-tight{
    line-height: 1.25;
  }

  .seventeenhundred\:leading-snug{
    line-height: 1.375;
  }

  .seventeenhundred\:leading-normal{
    line-height: 1.5;
  }

  .seventeenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .seventeenhundred\:leading-loose{
    line-height: 2;
  }

  .seventeenhundred\:list-inside{
    list-style-position: inside;
  }

  .seventeenhundred\:list-outside{
    list-style-position: outside;
  }

  .seventeenhundred\:list-none{
    list-style-type: none;
  }

  .seventeenhundred\:list-disc{
    list-style-type: disc;
  }

  .seventeenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .seventeenhundred\:m-0{
    margin: 0;
  }

  .seventeenhundred\:m-1{
    margin: 0.25rem;
  }

  .seventeenhundred\:m-2{
    margin: 0.5rem;
  }

  .seventeenhundred\:m-3{
    margin: 0.75rem;
  }

  .seventeenhundred\:m-4{
    margin: 1rem;
  }

  .seventeenhundred\:m-5{
    margin: 1.25rem;
  }

  .seventeenhundred\:m-6{
    margin: 1.5rem;
  }

  .seventeenhundred\:m-8{
    margin: 2rem;
  }

  .seventeenhundred\:m-10{
    margin: 2.5rem;
  }

  .seventeenhundred\:m-12{
    margin: 3rem;
  }

  .seventeenhundred\:m-16{
    margin: 4rem;
  }

  .seventeenhundred\:m-20{
    margin: 5rem;
  }

  .seventeenhundred\:m-24{
    margin: 6rem;
  }

  .seventeenhundred\:m-32{
    margin: 8rem;
  }

  .seventeenhundred\:m-40{
    margin: 10rem;
  }

  .seventeenhundred\:m-48{
    margin: 12rem;
  }

  .seventeenhundred\:m-56{
    margin: 14rem;
  }

  .seventeenhundred\:m-64{
    margin: 16rem;
  }

  .seventeenhundred\:m-72{
    margin: 18rem;
  }

  .seventeenhundred\:m-80{
    margin: 20rem;
  }

  .seventeenhundred\:m-88{
    margin: 22rem;
  }

  .seventeenhundred\:m-96{
    margin: 24rem;
  }

  .seventeenhundred\:m-104{
    margin: 26rem;
  }

  .seventeenhundred\:m-112{
    margin: 28rem;
  }

  .seventeenhundred\:m-128{
    margin: 30rem;
  }

  .seventeenhundred\:m-144{
    margin: 34rem;
  }

  .seventeenhundred\:m-160{
    margin: 38rem;
  }

  .seventeenhundred\:m-176{
    margin: 42rem;
  }

  .seventeenhundred\:m-192{
    margin: 46rem;
  }

  .seventeenhundred\:m-208{
    margin: 50rem;
  }

  .seventeenhundred\:m-224{
    margin: 54rem;
  }

  .seventeenhundred\:m-240{
    margin: 58rem;
  }

  .seventeenhundred\:m-256{
    margin: 62rem;
  }

  .seventeenhundred\:m-auto{
    margin: auto;
  }

  .seventeenhundred\:m-px{
    margin: 1px;
  }

  .seventeenhundred\:-m-1{
    margin: -0.25rem;
  }

  .seventeenhundred\:-m-2{
    margin: -0.5rem;
  }

  .seventeenhundred\:-m-3{
    margin: -0.75rem;
  }

  .seventeenhundred\:-m-4{
    margin: -1rem;
  }

  .seventeenhundred\:-m-5{
    margin: -1.25rem;
  }

  .seventeenhundred\:-m-6{
    margin: -1.5rem;
  }

  .seventeenhundred\:-m-8{
    margin: -2rem;
  }

  .seventeenhundred\:-m-10{
    margin: -2.5rem;
  }

  .seventeenhundred\:-m-12{
    margin: -3rem;
  }

  .seventeenhundred\:-m-16{
    margin: -4rem;
  }

  .seventeenhundred\:-m-20{
    margin: -5rem;
  }

  .seventeenhundred\:-m-24{
    margin: -6rem;
  }

  .seventeenhundred\:-m-32{
    margin: -8rem;
  }

  .seventeenhundred\:-m-40{
    margin: -10rem;
  }

  .seventeenhundred\:-m-48{
    margin: -12rem;
  }

  .seventeenhundred\:-m-56{
    margin: -14rem;
  }

  .seventeenhundred\:-m-64{
    margin: -16rem;
  }

  .seventeenhundred\:-m-72{
    margin: -18rem;
  }

  .seventeenhundred\:-m-80{
    margin: -20rem;
  }

  .seventeenhundred\:-m-88{
    margin: -22rem;
  }

  .seventeenhundred\:-m-96{
    margin: -24rem;
  }

  .seventeenhundred\:-m-104{
    margin: -26rem;
  }

  .seventeenhundred\:-m-112{
    margin: -28rem;
  }

  .seventeenhundred\:-m-128{
    margin: -30rem;
  }

  .seventeenhundred\:-m-144{
    margin: -34rem;
  }

  .seventeenhundred\:-m-160{
    margin: -38rem;
  }

  .seventeenhundred\:-m-176{
    margin: -42rem;
  }

  .seventeenhundred\:-m-192{
    margin: -46rem;
  }

  .seventeenhundred\:-m-208{
    margin: -50rem;
  }

  .seventeenhundred\:-m-224{
    margin: -54rem;
  }

  .seventeenhundred\:-m-240{
    margin: -58rem;
  }

  .seventeenhundred\:-m-256{
    margin: -62rem;
  }

  .seventeenhundred\:-m-px{
    margin: -1px;
  }

  .seventeenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .seventeenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .seventeenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .seventeenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .seventeenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .seventeenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .seventeenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .seventeenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .seventeenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .seventeenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .seventeenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .seventeenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .seventeenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .seventeenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .seventeenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .seventeenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .seventeenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .seventeenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .seventeenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .seventeenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .seventeenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .seventeenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .seventeenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .seventeenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .seventeenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .seventeenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .seventeenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .seventeenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .seventeenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .seventeenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .seventeenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .seventeenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .seventeenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .seventeenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .seventeenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .seventeenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .seventeenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .seventeenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .seventeenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .seventeenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .seventeenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .seventeenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .seventeenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .seventeenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .seventeenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .seventeenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .seventeenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .seventeenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .seventeenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .seventeenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .seventeenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .seventeenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .seventeenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .seventeenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .seventeenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .seventeenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .seventeenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .seventeenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .seventeenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .seventeenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .seventeenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .seventeenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .seventeenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .seventeenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .seventeenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .seventeenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .seventeenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .seventeenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .seventeenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .seventeenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .seventeenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .seventeenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .seventeenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .seventeenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .seventeenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .seventeenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .seventeenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .seventeenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .seventeenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .seventeenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .seventeenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .seventeenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .seventeenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .seventeenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .seventeenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .seventeenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .seventeenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .seventeenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .seventeenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .seventeenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .seventeenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .seventeenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .seventeenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .seventeenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .seventeenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .seventeenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .seventeenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .seventeenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .seventeenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .seventeenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .seventeenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .seventeenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .seventeenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .seventeenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .seventeenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .seventeenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .seventeenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .seventeenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .seventeenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .seventeenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .seventeenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .seventeenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .seventeenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .seventeenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .seventeenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .seventeenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .seventeenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .seventeenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .seventeenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .seventeenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .seventeenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .seventeenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .seventeenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .seventeenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .seventeenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .seventeenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .seventeenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .seventeenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .seventeenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .seventeenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .seventeenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .seventeenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .seventeenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .seventeenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .seventeenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .seventeenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .seventeenhundred\:mt-0{
    margin-top: 0;
  }

  .seventeenhundred\:mr-0{
    margin-right: 0;
  }

  .seventeenhundred\:mb-0{
    margin-bottom: 0;
  }

  .seventeenhundred\:ml-0{
    margin-left: 0;
  }

  .seventeenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .seventeenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .seventeenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .seventeenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .seventeenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .seventeenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .seventeenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .seventeenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .seventeenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .seventeenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .seventeenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .seventeenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .seventeenhundred\:mt-4{
    margin-top: 1rem;
  }

  .seventeenhundred\:mr-4{
    margin-right: 1rem;
  }

  .seventeenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .seventeenhundred\:ml-4{
    margin-left: 1rem;
  }

  .seventeenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .seventeenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .seventeenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .seventeenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .seventeenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .seventeenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .seventeenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .seventeenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .seventeenhundred\:mt-8{
    margin-top: 2rem;
  }

  .seventeenhundred\:mr-8{
    margin-right: 2rem;
  }

  .seventeenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .seventeenhundred\:ml-8{
    margin-left: 2rem;
  }

  .seventeenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .seventeenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .seventeenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .seventeenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .seventeenhundred\:mt-12{
    margin-top: 3rem;
  }

  .seventeenhundred\:mr-12{
    margin-right: 3rem;
  }

  .seventeenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .seventeenhundred\:ml-12{
    margin-left: 3rem;
  }

  .seventeenhundred\:mt-16{
    margin-top: 4rem;
  }

  .seventeenhundred\:mr-16{
    margin-right: 4rem;
  }

  .seventeenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .seventeenhundred\:ml-16{
    margin-left: 4rem;
  }

  .seventeenhundred\:mt-20{
    margin-top: 5rem;
  }

  .seventeenhundred\:mr-20{
    margin-right: 5rem;
  }

  .seventeenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .seventeenhundred\:ml-20{
    margin-left: 5rem;
  }

  .seventeenhundred\:mt-24{
    margin-top: 6rem;
  }

  .seventeenhundred\:mr-24{
    margin-right: 6rem;
  }

  .seventeenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .seventeenhundred\:ml-24{
    margin-left: 6rem;
  }

  .seventeenhundred\:mt-32{
    margin-top: 8rem;
  }

  .seventeenhundred\:mr-32{
    margin-right: 8rem;
  }

  .seventeenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .seventeenhundred\:ml-32{
    margin-left: 8rem;
  }

  .seventeenhundred\:mt-40{
    margin-top: 10rem;
  }

  .seventeenhundred\:mr-40{
    margin-right: 10rem;
  }

  .seventeenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .seventeenhundred\:ml-40{
    margin-left: 10rem;
  }

  .seventeenhundred\:mt-48{
    margin-top: 12rem;
  }

  .seventeenhundred\:mr-48{
    margin-right: 12rem;
  }

  .seventeenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .seventeenhundred\:ml-48{
    margin-left: 12rem;
  }

  .seventeenhundred\:mt-56{
    margin-top: 14rem;
  }

  .seventeenhundred\:mr-56{
    margin-right: 14rem;
  }

  .seventeenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .seventeenhundred\:ml-56{
    margin-left: 14rem;
  }

  .seventeenhundred\:mt-64{
    margin-top: 16rem;
  }

  .seventeenhundred\:mr-64{
    margin-right: 16rem;
  }

  .seventeenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .seventeenhundred\:ml-64{
    margin-left: 16rem;
  }

  .seventeenhundred\:mt-72{
    margin-top: 18rem;
  }

  .seventeenhundred\:mr-72{
    margin-right: 18rem;
  }

  .seventeenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .seventeenhundred\:ml-72{
    margin-left: 18rem;
  }

  .seventeenhundred\:mt-80{
    margin-top: 20rem;
  }

  .seventeenhundred\:mr-80{
    margin-right: 20rem;
  }

  .seventeenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .seventeenhundred\:ml-80{
    margin-left: 20rem;
  }

  .seventeenhundred\:mt-88{
    margin-top: 22rem;
  }

  .seventeenhundred\:mr-88{
    margin-right: 22rem;
  }

  .seventeenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .seventeenhundred\:ml-88{
    margin-left: 22rem;
  }

  .seventeenhundred\:mt-96{
    margin-top: 24rem;
  }

  .seventeenhundred\:mr-96{
    margin-right: 24rem;
  }

  .seventeenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .seventeenhundred\:ml-96{
    margin-left: 24rem;
  }

  .seventeenhundred\:mt-104{
    margin-top: 26rem;
  }

  .seventeenhundred\:mr-104{
    margin-right: 26rem;
  }

  .seventeenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .seventeenhundred\:ml-104{
    margin-left: 26rem;
  }

  .seventeenhundred\:mt-112{
    margin-top: 28rem;
  }

  .seventeenhundred\:mr-112{
    margin-right: 28rem;
  }

  .seventeenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .seventeenhundred\:ml-112{
    margin-left: 28rem;
  }

  .seventeenhundred\:mt-128{
    margin-top: 30rem;
  }

  .seventeenhundred\:mr-128{
    margin-right: 30rem;
  }

  .seventeenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .seventeenhundred\:ml-128{
    margin-left: 30rem;
  }

  .seventeenhundred\:mt-144{
    margin-top: 34rem;
  }

  .seventeenhundred\:mr-144{
    margin-right: 34rem;
  }

  .seventeenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .seventeenhundred\:ml-144{
    margin-left: 34rem;
  }

  .seventeenhundred\:mt-160{
    margin-top: 38rem;
  }

  .seventeenhundred\:mr-160{
    margin-right: 38rem;
  }

  .seventeenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .seventeenhundred\:ml-160{
    margin-left: 38rem;
  }

  .seventeenhundred\:mt-176{
    margin-top: 42rem;
  }

  .seventeenhundred\:mr-176{
    margin-right: 42rem;
  }

  .seventeenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .seventeenhundred\:ml-176{
    margin-left: 42rem;
  }

  .seventeenhundred\:mt-192{
    margin-top: 46rem;
  }

  .seventeenhundred\:mr-192{
    margin-right: 46rem;
  }

  .seventeenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .seventeenhundred\:ml-192{
    margin-left: 46rem;
  }

  .seventeenhundred\:mt-208{
    margin-top: 50rem;
  }

  .seventeenhundred\:mr-208{
    margin-right: 50rem;
  }

  .seventeenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .seventeenhundred\:ml-208{
    margin-left: 50rem;
  }

  .seventeenhundred\:mt-224{
    margin-top: 54rem;
  }

  .seventeenhundred\:mr-224{
    margin-right: 54rem;
  }

  .seventeenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .seventeenhundred\:ml-224{
    margin-left: 54rem;
  }

  .seventeenhundred\:mt-240{
    margin-top: 58rem;
  }

  .seventeenhundred\:mr-240{
    margin-right: 58rem;
  }

  .seventeenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .seventeenhundred\:ml-240{
    margin-left: 58rem;
  }

  .seventeenhundred\:mt-256{
    margin-top: 62rem;
  }

  .seventeenhundred\:mr-256{
    margin-right: 62rem;
  }

  .seventeenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .seventeenhundred\:ml-256{
    margin-left: 62rem;
  }

  .seventeenhundred\:mt-auto{
    margin-top: auto;
  }

  .seventeenhundred\:mr-auto{
    margin-right: auto;
  }

  .seventeenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .seventeenhundred\:ml-auto{
    margin-left: auto;
  }

  .seventeenhundred\:mt-px{
    margin-top: 1px;
  }

  .seventeenhundred\:mr-px{
    margin-right: 1px;
  }

  .seventeenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .seventeenhundred\:ml-px{
    margin-left: 1px;
  }

  .seventeenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .seventeenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .seventeenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .seventeenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .seventeenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .seventeenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .seventeenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .seventeenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .seventeenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .seventeenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .seventeenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .seventeenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .seventeenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .seventeenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .seventeenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .seventeenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .seventeenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .seventeenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .seventeenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .seventeenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .seventeenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .seventeenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .seventeenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .seventeenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .seventeenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .seventeenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .seventeenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .seventeenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .seventeenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .seventeenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .seventeenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .seventeenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .seventeenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .seventeenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .seventeenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .seventeenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .seventeenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .seventeenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .seventeenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .seventeenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .seventeenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .seventeenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .seventeenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .seventeenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .seventeenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .seventeenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .seventeenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .seventeenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .seventeenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .seventeenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .seventeenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .seventeenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .seventeenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .seventeenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .seventeenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .seventeenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .seventeenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .seventeenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .seventeenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .seventeenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .seventeenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .seventeenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .seventeenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .seventeenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .seventeenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .seventeenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .seventeenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .seventeenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .seventeenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .seventeenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .seventeenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .seventeenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .seventeenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .seventeenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .seventeenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .seventeenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .seventeenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .seventeenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .seventeenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .seventeenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .seventeenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .seventeenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .seventeenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .seventeenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .seventeenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .seventeenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .seventeenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .seventeenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .seventeenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .seventeenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .seventeenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .seventeenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .seventeenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .seventeenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .seventeenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .seventeenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .seventeenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .seventeenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .seventeenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .seventeenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .seventeenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .seventeenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .seventeenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .seventeenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .seventeenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .seventeenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .seventeenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .seventeenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .seventeenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .seventeenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .seventeenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .seventeenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .seventeenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .seventeenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .seventeenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .seventeenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .seventeenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .seventeenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .seventeenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .seventeenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .seventeenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .seventeenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .seventeenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .seventeenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .seventeenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .seventeenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .seventeenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .seventeenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .seventeenhundred\:-mt-px{
    margin-top: -1px;
  }

  .seventeenhundred\:-mr-px{
    margin-right: -1px;
  }

  .seventeenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .seventeenhundred\:-ml-px{
    margin-left: -1px;
  }

  .seventeenhundred\:max-h-full{
    max-height: 100%;
  }

  .seventeenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .seventeenhundred\:max-w-none{
    max-width: none;
  }

  .seventeenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .seventeenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .seventeenhundred\:max-w-md{
    max-width: 28rem;
  }

  .seventeenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .seventeenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .seventeenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .seventeenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .seventeenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .seventeenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .seventeenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .seventeenhundred\:max-w-full{
    max-width: 100%;
  }

  .seventeenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .seventeenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .seventeenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .seventeenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .seventeenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .seventeenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .seventeenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .seventeenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .seventeenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .seventeenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .seventeenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .seventeenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .seventeenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .seventeenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .seventeenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .seventeenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .seventeenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .seventeenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .seventeenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .seventeenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .seventeenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .seventeenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .seventeenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .seventeenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .seventeenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .seventeenhundred\:min-h-0{
    min-height: 0;
  }

  .seventeenhundred\:min-h-full{
    min-height: 100%;
  }

  .seventeenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .seventeenhundred\:min-w-0{
    min-width: 0;
  }

  .seventeenhundred\:min-w-80{
    min-width: 20rem;
  }

  .seventeenhundred\:min-w-full{
    min-width: 100%;
  }

  .seventeenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .seventeenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .seventeenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .seventeenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .seventeenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .seventeenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .seventeenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .seventeenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .seventeenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .seventeenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .seventeenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .seventeenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .seventeenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .seventeenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .seventeenhundred\:opacity-0{
    opacity: 0;
  }

  .seventeenhundred\:opacity-25{
    opacity: 0.25;
  }

  .seventeenhundred\:opacity-30{
    opacity: 0.3;
  }

  .seventeenhundred\:opacity-40{
    opacity: 0.4;
  }

  .seventeenhundred\:opacity-50{
    opacity: 0.5;
  }

  .seventeenhundred\:opacity-75{
    opacity: 0.75;
  }

  .seventeenhundred\:opacity-100{
    opacity: 1;
  }

  .seventeenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .seventeenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .seventeenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .seventeenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .seventeenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .seventeenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .seventeenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .seventeenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .seventeenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .seventeenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .seventeenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .seventeenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .seventeenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .seventeenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .seventeenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .seventeenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .seventeenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .seventeenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .seventeenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .seventeenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .seventeenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .seventeenhundred\:overflow-auto{
    overflow: auto;
  }

  .seventeenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .seventeenhundred\:overflow-visible{
    overflow: visible;
  }

  .seventeenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .seventeenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .seventeenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .seventeenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .seventeenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .seventeenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .seventeenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .seventeenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .seventeenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .seventeenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .seventeenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .seventeenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .seventeenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .seventeenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .seventeenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .seventeenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .seventeenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .seventeenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .seventeenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .seventeenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .seventeenhundred\:p-0{
    padding: 0;
  }

  .seventeenhundred\:p-1{
    padding: 0.25rem;
  }

  .seventeenhundred\:p-2{
    padding: 0.5rem;
  }

  .seventeenhundred\:p-3{
    padding: 0.75rem;
  }

  .seventeenhundred\:p-4{
    padding: 1rem;
  }

  .seventeenhundred\:p-5{
    padding: 1.25rem;
  }

  .seventeenhundred\:p-6{
    padding: 1.5rem;
  }

  .seventeenhundred\:p-8{
    padding: 2rem;
  }

  .seventeenhundred\:p-10{
    padding: 2.5rem;
  }

  .seventeenhundred\:p-12{
    padding: 3rem;
  }

  .seventeenhundred\:p-16{
    padding: 4rem;
  }

  .seventeenhundred\:p-20{
    padding: 5rem;
  }

  .seventeenhundred\:p-24{
    padding: 6rem;
  }

  .seventeenhundred\:p-32{
    padding: 8rem;
  }

  .seventeenhundred\:p-40{
    padding: 10rem;
  }

  .seventeenhundred\:p-48{
    padding: 12rem;
  }

  .seventeenhundred\:p-56{
    padding: 14rem;
  }

  .seventeenhundred\:p-64{
    padding: 16rem;
  }

  .seventeenhundred\:p-72{
    padding: 18rem;
  }

  .seventeenhundred\:p-80{
    padding: 20rem;
  }

  .seventeenhundred\:p-88{
    padding: 22rem;
  }

  .seventeenhundred\:p-96{
    padding: 24rem;
  }

  .seventeenhundred\:p-104{
    padding: 26rem;
  }

  .seventeenhundred\:p-112{
    padding: 28rem;
  }

  .seventeenhundred\:p-128{
    padding: 30rem;
  }

  .seventeenhundred\:p-144{
    padding: 34rem;
  }

  .seventeenhundred\:p-160{
    padding: 38rem;
  }

  .seventeenhundred\:p-176{
    padding: 42rem;
  }

  .seventeenhundred\:p-192{
    padding: 46rem;
  }

  .seventeenhundred\:p-208{
    padding: 50rem;
  }

  .seventeenhundred\:p-224{
    padding: 54rem;
  }

  .seventeenhundred\:p-240{
    padding: 58rem;
  }

  .seventeenhundred\:p-256{
    padding: 62rem;
  }

  .seventeenhundred\:p-px{
    padding: 1px;
  }

  .seventeenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .seventeenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .seventeenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .seventeenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .seventeenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .seventeenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .seventeenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .seventeenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .seventeenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .seventeenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .seventeenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .seventeenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .seventeenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .seventeenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .seventeenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .seventeenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .seventeenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .seventeenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .seventeenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .seventeenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .seventeenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .seventeenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .seventeenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .seventeenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .seventeenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .seventeenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .seventeenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .seventeenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .seventeenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .seventeenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .seventeenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .seventeenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .seventeenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .seventeenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .seventeenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .seventeenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .seventeenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .seventeenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .seventeenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .seventeenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .seventeenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .seventeenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .seventeenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .seventeenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .seventeenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .seventeenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .seventeenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .seventeenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .seventeenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .seventeenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .seventeenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .seventeenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .seventeenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .seventeenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .seventeenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .seventeenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .seventeenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .seventeenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .seventeenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .seventeenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .seventeenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .seventeenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .seventeenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .seventeenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .seventeenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .seventeenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .seventeenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .seventeenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .seventeenhundred\:pt-0{
    padding-top: 0;
  }

  .seventeenhundred\:pr-0{
    padding-right: 0;
  }

  .seventeenhundred\:pb-0{
    padding-bottom: 0;
  }

  .seventeenhundred\:pl-0{
    padding-left: 0;
  }

  .seventeenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .seventeenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .seventeenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .seventeenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .seventeenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .seventeenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .seventeenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .seventeenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .seventeenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .seventeenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .seventeenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .seventeenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .seventeenhundred\:pt-4{
    padding-top: 1rem;
  }

  .seventeenhundred\:pr-4{
    padding-right: 1rem;
  }

  .seventeenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .seventeenhundred\:pl-4{
    padding-left: 1rem;
  }

  .seventeenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .seventeenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .seventeenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .seventeenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .seventeenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .seventeenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .seventeenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .seventeenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .seventeenhundred\:pt-8{
    padding-top: 2rem;
  }

  .seventeenhundred\:pr-8{
    padding-right: 2rem;
  }

  .seventeenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .seventeenhundred\:pl-8{
    padding-left: 2rem;
  }

  .seventeenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .seventeenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .seventeenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .seventeenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .seventeenhundred\:pt-12{
    padding-top: 3rem;
  }

  .seventeenhundred\:pr-12{
    padding-right: 3rem;
  }

  .seventeenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .seventeenhundred\:pl-12{
    padding-left: 3rem;
  }

  .seventeenhundred\:pt-16{
    padding-top: 4rem;
  }

  .seventeenhundred\:pr-16{
    padding-right: 4rem;
  }

  .seventeenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .seventeenhundred\:pl-16{
    padding-left: 4rem;
  }

  .seventeenhundred\:pt-20{
    padding-top: 5rem;
  }

  .seventeenhundred\:pr-20{
    padding-right: 5rem;
  }

  .seventeenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .seventeenhundred\:pl-20{
    padding-left: 5rem;
  }

  .seventeenhundred\:pt-24{
    padding-top: 6rem;
  }

  .seventeenhundred\:pr-24{
    padding-right: 6rem;
  }

  .seventeenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .seventeenhundred\:pl-24{
    padding-left: 6rem;
  }

  .seventeenhundred\:pt-32{
    padding-top: 8rem;
  }

  .seventeenhundred\:pr-32{
    padding-right: 8rem;
  }

  .seventeenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .seventeenhundred\:pl-32{
    padding-left: 8rem;
  }

  .seventeenhundred\:pt-40{
    padding-top: 10rem;
  }

  .seventeenhundred\:pr-40{
    padding-right: 10rem;
  }

  .seventeenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .seventeenhundred\:pl-40{
    padding-left: 10rem;
  }

  .seventeenhundred\:pt-48{
    padding-top: 12rem;
  }

  .seventeenhundred\:pr-48{
    padding-right: 12rem;
  }

  .seventeenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .seventeenhundred\:pl-48{
    padding-left: 12rem;
  }

  .seventeenhundred\:pt-56{
    padding-top: 14rem;
  }

  .seventeenhundred\:pr-56{
    padding-right: 14rem;
  }

  .seventeenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .seventeenhundred\:pl-56{
    padding-left: 14rem;
  }

  .seventeenhundred\:pt-64{
    padding-top: 16rem;
  }

  .seventeenhundred\:pr-64{
    padding-right: 16rem;
  }

  .seventeenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .seventeenhundred\:pl-64{
    padding-left: 16rem;
  }

  .seventeenhundred\:pt-72{
    padding-top: 18rem;
  }

  .seventeenhundred\:pr-72{
    padding-right: 18rem;
  }

  .seventeenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .seventeenhundred\:pl-72{
    padding-left: 18rem;
  }

  .seventeenhundred\:pt-80{
    padding-top: 20rem;
  }

  .seventeenhundred\:pr-80{
    padding-right: 20rem;
  }

  .seventeenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .seventeenhundred\:pl-80{
    padding-left: 20rem;
  }

  .seventeenhundred\:pt-88{
    padding-top: 22rem;
  }

  .seventeenhundred\:pr-88{
    padding-right: 22rem;
  }

  .seventeenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .seventeenhundred\:pl-88{
    padding-left: 22rem;
  }

  .seventeenhundred\:pt-96{
    padding-top: 24rem;
  }

  .seventeenhundred\:pr-96{
    padding-right: 24rem;
  }

  .seventeenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .seventeenhundred\:pl-96{
    padding-left: 24rem;
  }

  .seventeenhundred\:pt-104{
    padding-top: 26rem;
  }

  .seventeenhundred\:pr-104{
    padding-right: 26rem;
  }

  .seventeenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .seventeenhundred\:pl-104{
    padding-left: 26rem;
  }

  .seventeenhundred\:pt-112{
    padding-top: 28rem;
  }

  .seventeenhundred\:pr-112{
    padding-right: 28rem;
  }

  .seventeenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .seventeenhundred\:pl-112{
    padding-left: 28rem;
  }

  .seventeenhundred\:pt-128{
    padding-top: 30rem;
  }

  .seventeenhundred\:pr-128{
    padding-right: 30rem;
  }

  .seventeenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .seventeenhundred\:pl-128{
    padding-left: 30rem;
  }

  .seventeenhundred\:pt-144{
    padding-top: 34rem;
  }

  .seventeenhundred\:pr-144{
    padding-right: 34rem;
  }

  .seventeenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .seventeenhundred\:pl-144{
    padding-left: 34rem;
  }

  .seventeenhundred\:pt-160{
    padding-top: 38rem;
  }

  .seventeenhundred\:pr-160{
    padding-right: 38rem;
  }

  .seventeenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .seventeenhundred\:pl-160{
    padding-left: 38rem;
  }

  .seventeenhundred\:pt-176{
    padding-top: 42rem;
  }

  .seventeenhundred\:pr-176{
    padding-right: 42rem;
  }

  .seventeenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .seventeenhundred\:pl-176{
    padding-left: 42rem;
  }

  .seventeenhundred\:pt-192{
    padding-top: 46rem;
  }

  .seventeenhundred\:pr-192{
    padding-right: 46rem;
  }

  .seventeenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .seventeenhundred\:pl-192{
    padding-left: 46rem;
  }

  .seventeenhundred\:pt-208{
    padding-top: 50rem;
  }

  .seventeenhundred\:pr-208{
    padding-right: 50rem;
  }

  .seventeenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .seventeenhundred\:pl-208{
    padding-left: 50rem;
  }

  .seventeenhundred\:pt-224{
    padding-top: 54rem;
  }

  .seventeenhundred\:pr-224{
    padding-right: 54rem;
  }

  .seventeenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .seventeenhundred\:pl-224{
    padding-left: 54rem;
  }

  .seventeenhundred\:pt-240{
    padding-top: 58rem;
  }

  .seventeenhundred\:pr-240{
    padding-right: 58rem;
  }

  .seventeenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .seventeenhundred\:pl-240{
    padding-left: 58rem;
  }

  .seventeenhundred\:pt-256{
    padding-top: 62rem;
  }

  .seventeenhundred\:pr-256{
    padding-right: 62rem;
  }

  .seventeenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .seventeenhundred\:pl-256{
    padding-left: 62rem;
  }

  .seventeenhundred\:pt-px{
    padding-top: 1px;
  }

  .seventeenhundred\:pr-px{
    padding-right: 1px;
  }

  .seventeenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .seventeenhundred\:pl-px{
    padding-left: 1px;
  }

  .seventeenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .seventeenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .seventeenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .seventeenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .seventeenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .seventeenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .seventeenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .seventeenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .seventeenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .seventeenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .seventeenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .seventeenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .seventeenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .seventeenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .seventeenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .seventeenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .seventeenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .seventeenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .seventeenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .seventeenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .seventeenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .seventeenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .seventeenhundred\:static{
    position: static;
  }

  .seventeenhundred\:fixed{
    position: fixed;
  }

  .seventeenhundred\:absolute{
    position: absolute;
  }

  .seventeenhundred\:relative{
    position: relative;
  }

  .seventeenhundred\:sticky{
    position: sticky;
  }

  .seventeenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .seventeenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .seventeenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .seventeenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .seventeenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .seventeenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .seventeenhundred\:top-0{
    top: 0;
  }

  .seventeenhundred\:right-0{
    right: 0;
  }

  .seventeenhundred\:bottom-0{
    bottom: 0;
  }

  .seventeenhundred\:left-0{
    left: 0;
  }

  .seventeenhundred\:top-auto{
    top: auto;
  }

  .seventeenhundred\:right-auto{
    right: auto;
  }

  .seventeenhundred\:bottom-auto{
    bottom: auto;
  }

  .seventeenhundred\:left-auto{
    left: auto;
  }

  .seventeenhundred\:resize-none{
    resize: none;
  }

  .seventeenhundred\:resize-y{
    resize: vertical;
  }

  .seventeenhundred\:resize-x{
    resize: horizontal;
  }

  .seventeenhundred\:resize{
    resize: both;
  }

  .seventeenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .seventeenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .seventeenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:shadow-none{
    box-shadow: none;
  }

  .seventeenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .seventeenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .seventeenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .seventeenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .seventeenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .seventeenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .seventeenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .seventeenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .seventeenhundred\:fill-current{
    fill: currentColor;
  }

  .seventeenhundred\:stroke-current{
    stroke: currentColor;
  }

  .seventeenhundred\:stroke-0{
    stroke-width: 0;
  }

  .seventeenhundred\:stroke-1{
    stroke-width: 1;
  }

  .seventeenhundred\:stroke-2{
    stroke-width: 2;
  }

  .seventeenhundred\:table-auto{
    table-layout: auto;
  }

  .seventeenhundred\:table-fixed{
    table-layout: fixed;
  }

  .seventeenhundred\:text-left{
    text-align: left;
  }

  .seventeenhundred\:text-center{
    text-align: center;
  }

  .seventeenhundred\:text-right{
    text-align: right;
  }

  .seventeenhundred\:text-justify{
    text-align: justify;
  }

  .seventeenhundred\:text-transparent{
    color: transparent;
  }

  .seventeenhundred\:text-current{
    color: currentColor;
  }

  .seventeenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .seventeenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .seventeenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .seventeenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .seventeenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .seventeenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .seventeenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .seventeenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .seventeenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .seventeenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .seventeenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .seventeenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .seventeenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .seventeenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .seventeenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .seventeenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .seventeenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .seventeenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .seventeenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .seventeenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .seventeenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .seventeenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .seventeenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .seventeenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .seventeenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .seventeenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .seventeenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .seventeenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .seventeenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .seventeenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .seventeenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .seventeenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .seventeenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .seventeenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .seventeenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .seventeenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .seventeenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .seventeenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .seventeenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .seventeenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .seventeenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .seventeenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .seventeenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .seventeenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .seventeenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .seventeenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .seventeenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .seventeenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .seventeenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .seventeenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .seventeenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .seventeenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .seventeenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .seventeenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .seventeenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .seventeenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .seventeenhundred\:italic{
    font-style: italic;
  }

  .seventeenhundred\:not-italic{
    font-style: normal;
  }

  .seventeenhundred\:uppercase{
    text-transform: uppercase;
  }

  .seventeenhundred\:lowercase{
    text-transform: lowercase;
  }

  .seventeenhundred\:capitalize{
    text-transform: capitalize;
  }

  .seventeenhundred\:normal-case{
    text-transform: none;
  }

  .seventeenhundred\:underline{
    text-decoration: underline;
  }

  .seventeenhundred\:line-through{
    text-decoration: line-through;
  }

  .seventeenhundred\:no-underline{
    text-decoration: none;
  }

  .seventeenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .seventeenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .seventeenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .seventeenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .seventeenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .seventeenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .seventeenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .seventeenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .seventeenhundred\:ordinal, .seventeenhundred\:slashed-zero, .seventeenhundred\:lining-nums, .seventeenhundred\:oldstyle-nums, .seventeenhundred\:proportional-nums, .seventeenhundred\:tabular-nums, .seventeenhundred\:diagonal-fractions, .seventeenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .seventeenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .seventeenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .seventeenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .seventeenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .seventeenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .seventeenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .seventeenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .seventeenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .seventeenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .seventeenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .seventeenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .seventeenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .seventeenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .seventeenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .seventeenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .seventeenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .seventeenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .seventeenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .seventeenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .seventeenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .seventeenhundred\:align-top{
    vertical-align: top;
  }

  .seventeenhundred\:align-middle{
    vertical-align: middle;
  }

  .seventeenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .seventeenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .seventeenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .seventeenhundred\:visible{
    visibility: visible;
  }

  .seventeenhundred\:invisible{
    visibility: hidden;
  }

  .seventeenhundred\:whitespace-normal{
    white-space: normal;
  }

  .seventeenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .seventeenhundred\:whitespace-pre{
    white-space: pre;
  }

  .seventeenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .seventeenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .seventeenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .seventeenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .seventeenhundred\:break-all{
    word-break: break-all;
  }

  .seventeenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .seventeenhundred\:w-0{
    width: 0;
  }

  .seventeenhundred\:w-1{
    width: 0.25rem;
  }

  .seventeenhundred\:w-2{
    width: 0.5rem;
  }

  .seventeenhundred\:w-3{
    width: 0.75rem;
  }

  .seventeenhundred\:w-4{
    width: 1rem;
  }

  .seventeenhundred\:w-5{
    width: 1.25rem;
  }

  .seventeenhundred\:w-6{
    width: 1.5rem;
  }

  .seventeenhundred\:w-8{
    width: 2rem;
  }

  .seventeenhundred\:w-10{
    width: 2.5rem;
  }

  .seventeenhundred\:w-12{
    width: 3rem;
  }

  .seventeenhundred\:w-16{
    width: 4rem;
  }

  .seventeenhundred\:w-20{
    width: 5rem;
  }

  .seventeenhundred\:w-24{
    width: 6rem;
  }

  .seventeenhundred\:w-32{
    width: 8rem;
  }

  .seventeenhundred\:w-40{
    width: 10rem;
  }

  .seventeenhundred\:w-48{
    width: 12rem;
  }

  .seventeenhundred\:w-56{
    width: 14rem;
  }

  .seventeenhundred\:w-64{
    width: 16rem;
  }

  .seventeenhundred\:w-72{
    width: 18rem;
  }

  .seventeenhundred\:w-80{
    width: 20rem;
  }

  .seventeenhundred\:w-88{
    width: 22rem;
  }

  .seventeenhundred\:w-96{
    width: 24rem;
  }

  .seventeenhundred\:w-104{
    width: 26rem;
  }

  .seventeenhundred\:w-112{
    width: 28rem;
  }

  .seventeenhundred\:w-128{
    width: 30rem;
  }

  .seventeenhundred\:w-144{
    width: 34rem;
  }

  .seventeenhundred\:w-160{
    width: 38rem;
  }

  .seventeenhundred\:w-176{
    width: 42rem;
  }

  .seventeenhundred\:w-192{
    width: 46rem;
  }

  .seventeenhundred\:w-208{
    width: 50rem;
  }

  .seventeenhundred\:w-224{
    width: 54rem;
  }

  .seventeenhundred\:w-240{
    width: 58rem;
  }

  .seventeenhundred\:w-256{
    width: 62rem;
  }

  .seventeenhundred\:w-auto{
    width: auto;
  }

  .seventeenhundred\:w-px{
    width: 1px;
  }

  .seventeenhundred\:w-1\/2{
    width: 50%;
  }

  .seventeenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .seventeenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .seventeenhundred\:w-1\/4{
    width: 25%;
  }

  .seventeenhundred\:w-2\/4{
    width: 50%;
  }

  .seventeenhundred\:w-3\/4{
    width: 75%;
  }

  .seventeenhundred\:w-1\/5{
    width: 20%;
  }

  .seventeenhundred\:w-2\/5{
    width: 40%;
  }

  .seventeenhundred\:w-3\/5{
    width: 60%;
  }

  .seventeenhundred\:w-4\/5{
    width: 80%;
  }

  .seventeenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .seventeenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .seventeenhundred\:w-3\/6{
    width: 50%;
  }

  .seventeenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .seventeenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .seventeenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .seventeenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .seventeenhundred\:w-3\/12{
    width: 25%;
  }

  .seventeenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .seventeenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .seventeenhundred\:w-6\/12{
    width: 50%;
  }

  .seventeenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .seventeenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .seventeenhundred\:w-9\/12{
    width: 75%;
  }

  .seventeenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .seventeenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .seventeenhundred\:w-full{
    width: 100%;
  }

  .seventeenhundred\:w-screen{
    width: 100vw;
  }

  .seventeenhundred\:z-0{
    z-index: 0;
  }

  .seventeenhundred\:z-10{
    z-index: 10;
  }

  .seventeenhundred\:z-20{
    z-index: 20;
  }

  .seventeenhundred\:z-30{
    z-index: 30;
  }

  .seventeenhundred\:z-40{
    z-index: 40;
  }

  .seventeenhundred\:z-50{
    z-index: 50;
  }

  .seventeenhundred\:z-auto{
    z-index: auto;
  }

  .seventeenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .seventeenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .seventeenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .seventeenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .seventeenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .seventeenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .seventeenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .seventeenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .seventeenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .seventeenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .seventeenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .seventeenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .seventeenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .seventeenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .seventeenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .seventeenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .seventeenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .seventeenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .seventeenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .seventeenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .seventeenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .seventeenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .seventeenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .seventeenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .seventeenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .seventeenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .seventeenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .seventeenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .seventeenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .seventeenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .seventeenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .seventeenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .seventeenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .seventeenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .seventeenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .seventeenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .seventeenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .seventeenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .seventeenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .seventeenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .seventeenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .seventeenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .seventeenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .seventeenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .seventeenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .seventeenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .seventeenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .seventeenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .seventeenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .seventeenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .seventeenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .seventeenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .seventeenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .seventeenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .seventeenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .seventeenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .seventeenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .seventeenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .seventeenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .seventeenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .seventeenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .seventeenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .seventeenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .seventeenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .seventeenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .seventeenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .seventeenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .seventeenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .seventeenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .seventeenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .seventeenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .seventeenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .seventeenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .seventeenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .seventeenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .seventeenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .seventeenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .seventeenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .seventeenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .seventeenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .seventeenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .seventeenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .seventeenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .seventeenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .seventeenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .seventeenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .seventeenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .seventeenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .seventeenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .seventeenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .seventeenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .seventeenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .seventeenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .seventeenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .seventeenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .seventeenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .seventeenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .seventeenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .seventeenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .seventeenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .seventeenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .seventeenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .seventeenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .seventeenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .seventeenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .seventeenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .seventeenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .seventeenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .seventeenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .seventeenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .seventeenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .seventeenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .seventeenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .seventeenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .seventeenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .seventeenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .seventeenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .seventeenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .seventeenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .seventeenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .seventeenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .seventeenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .seventeenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .seventeenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .seventeenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .seventeenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .seventeenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .seventeenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .seventeenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .seventeenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .seventeenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .seventeenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .seventeenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .seventeenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .seventeenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .seventeenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .seventeenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .seventeenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .seventeenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .seventeenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .seventeenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .seventeenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .seventeenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .seventeenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .seventeenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .seventeenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .seventeenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .seventeenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .seventeenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .seventeenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .seventeenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .seventeenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .seventeenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .seventeenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .seventeenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .seventeenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .seventeenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .seventeenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .seventeenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .seventeenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .seventeenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .seventeenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .seventeenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .seventeenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .seventeenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .seventeenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .seventeenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .seventeenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .seventeenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .seventeenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .seventeenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .seventeenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .seventeenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .seventeenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .seventeenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .seventeenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .seventeenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .seventeenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .seventeenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .seventeenhundred\:col-auto{
    grid-column: auto;
  }

  .seventeenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .seventeenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .seventeenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .seventeenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .seventeenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .seventeenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .seventeenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .seventeenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .seventeenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .seventeenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .seventeenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .seventeenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .seventeenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .seventeenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .seventeenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .seventeenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .seventeenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .seventeenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .seventeenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .seventeenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .seventeenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .seventeenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .seventeenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .seventeenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .seventeenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .seventeenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .seventeenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .seventeenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .seventeenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .seventeenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .seventeenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .seventeenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .seventeenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .seventeenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .seventeenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .seventeenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .seventeenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .seventeenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .seventeenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .seventeenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .seventeenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .seventeenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .seventeenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .seventeenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .seventeenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .seventeenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .seventeenhundred\:row-auto{
    grid-row: auto;
  }

  .seventeenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .seventeenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .seventeenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .seventeenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .seventeenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .seventeenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .seventeenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .seventeenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .seventeenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .seventeenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .seventeenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .seventeenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .seventeenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .seventeenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .seventeenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .seventeenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .seventeenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .seventeenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .seventeenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .seventeenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .seventeenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .seventeenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .seventeenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .seventeenhundred\:transform-none{
    transform: none;
  }

  .seventeenhundred\:origin-center{
    transform-origin: center;
  }

  .seventeenhundred\:origin-top{
    transform-origin: top;
  }

  .seventeenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .seventeenhundred\:origin-right{
    transform-origin: right;
  }

  .seventeenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .seventeenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .seventeenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .seventeenhundred\:origin-left{
    transform-origin: left;
  }

  .seventeenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .seventeenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .seventeenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .seventeenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .seventeenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .seventeenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .seventeenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .seventeenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .seventeenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .seventeenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .seventeenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .seventeenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .seventeenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .seventeenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .seventeenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .seventeenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .seventeenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .seventeenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .seventeenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .seventeenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .seventeenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .seventeenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .seventeenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .seventeenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .seventeenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .seventeenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .seventeenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .seventeenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .seventeenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .seventeenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .seventeenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .seventeenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .seventeenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .seventeenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .seventeenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .seventeenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .seventeenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .seventeenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .seventeenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .seventeenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .seventeenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .seventeenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .seventeenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .seventeenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .seventeenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .seventeenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .seventeenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .seventeenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .seventeenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .seventeenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .seventeenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .seventeenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .seventeenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .seventeenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .seventeenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .seventeenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .seventeenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .seventeenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .seventeenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .seventeenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .seventeenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .seventeenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .seventeenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .seventeenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .seventeenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .seventeenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .seventeenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .seventeenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .seventeenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .seventeenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .seventeenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .seventeenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .seventeenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .seventeenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .seventeenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .seventeenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .seventeenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .seventeenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .seventeenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .seventeenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .seventeenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .seventeenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .seventeenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .seventeenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .seventeenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .seventeenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .seventeenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .seventeenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .seventeenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .seventeenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .seventeenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .seventeenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .seventeenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .seventeenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .seventeenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .seventeenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .seventeenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .seventeenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .seventeenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .seventeenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .seventeenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .seventeenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .seventeenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .seventeenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .seventeenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .seventeenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .seventeenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .seventeenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .seventeenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .seventeenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .seventeenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .seventeenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .seventeenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .seventeenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .seventeenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .seventeenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .seventeenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .seventeenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .seventeenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .seventeenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .seventeenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .seventeenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .seventeenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .seventeenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .seventeenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .seventeenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .seventeenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .seventeenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .seventeenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .seventeenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .seventeenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .seventeenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .seventeenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .seventeenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .seventeenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .seventeenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .seventeenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .seventeenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .seventeenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .seventeenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .seventeenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .seventeenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .seventeenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .seventeenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .seventeenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .seventeenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .seventeenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .seventeenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .seventeenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .seventeenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .seventeenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .seventeenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .seventeenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .seventeenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .seventeenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .seventeenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .seventeenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .seventeenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .seventeenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .seventeenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .seventeenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .seventeenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .seventeenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .seventeenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .seventeenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .seventeenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .seventeenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .seventeenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .seventeenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .seventeenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .seventeenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .seventeenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .seventeenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .seventeenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .seventeenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .seventeenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .seventeenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .seventeenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .seventeenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .seventeenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .seventeenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .seventeenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .seventeenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .seventeenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .seventeenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .seventeenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .seventeenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .seventeenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .seventeenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .seventeenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .seventeenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .seventeenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .seventeenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .seventeenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .seventeenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .seventeenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .seventeenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .seventeenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .seventeenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .seventeenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .seventeenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .seventeenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .seventeenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .seventeenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .seventeenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .seventeenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .seventeenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .seventeenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .seventeenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .seventeenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .seventeenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .seventeenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .seventeenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .seventeenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .seventeenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .seventeenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .seventeenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .seventeenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .seventeenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .seventeenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .seventeenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .seventeenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .seventeenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .seventeenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .seventeenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .seventeenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .seventeenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .seventeenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .seventeenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .seventeenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .seventeenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .seventeenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .seventeenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .seventeenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .seventeenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .seventeenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .seventeenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .seventeenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .seventeenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .seventeenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .seventeenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .seventeenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .seventeenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .seventeenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .seventeenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .seventeenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .seventeenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .seventeenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .seventeenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .seventeenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .seventeenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .seventeenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .seventeenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .seventeenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .seventeenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .seventeenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .seventeenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .seventeenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .seventeenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .seventeenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .seventeenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .seventeenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .seventeenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .seventeenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .seventeenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .seventeenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .seventeenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .seventeenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .seventeenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .seventeenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .seventeenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .seventeenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .seventeenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .seventeenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .seventeenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .seventeenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .seventeenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .seventeenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .seventeenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .seventeenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .seventeenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .seventeenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .seventeenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .seventeenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .seventeenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .seventeenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .seventeenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .seventeenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .seventeenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .seventeenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .seventeenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .seventeenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .seventeenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .seventeenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .seventeenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .seventeenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .seventeenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .seventeenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .seventeenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .seventeenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .seventeenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .seventeenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .seventeenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .seventeenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .seventeenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .seventeenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .seventeenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .seventeenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .seventeenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .seventeenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .seventeenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .seventeenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .seventeenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .seventeenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .seventeenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .seventeenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .seventeenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .seventeenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .seventeenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .seventeenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .seventeenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .seventeenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .seventeenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .seventeenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .seventeenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .seventeenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .seventeenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .seventeenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .seventeenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .seventeenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .seventeenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .seventeenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .seventeenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .seventeenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .seventeenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .seventeenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .seventeenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .seventeenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .seventeenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .seventeenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .seventeenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .seventeenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .seventeenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .seventeenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .seventeenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .seventeenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .seventeenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .seventeenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .seventeenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .seventeenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .seventeenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .seventeenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .seventeenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .seventeenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .seventeenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .seventeenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .seventeenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .seventeenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .seventeenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .seventeenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .seventeenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .seventeenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .seventeenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .seventeenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .seventeenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .seventeenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .seventeenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .seventeenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .seventeenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .seventeenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .seventeenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .seventeenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .seventeenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .seventeenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .seventeenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .seventeenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .seventeenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .seventeenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .seventeenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .seventeenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .seventeenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .seventeenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .seventeenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .seventeenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .seventeenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .seventeenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .seventeenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .seventeenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .seventeenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .seventeenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .seventeenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .seventeenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .seventeenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .seventeenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .seventeenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .seventeenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .seventeenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .seventeenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .seventeenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .seventeenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .seventeenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .seventeenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .seventeenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .seventeenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .seventeenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .seventeenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .seventeenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .seventeenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .seventeenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .seventeenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .seventeenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .seventeenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .seventeenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .seventeenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .seventeenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .seventeenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .seventeenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .seventeenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .seventeenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .seventeenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .seventeenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .seventeenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .seventeenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .seventeenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .seventeenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .seventeenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .seventeenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .seventeenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .seventeenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .seventeenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .seventeenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .seventeenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .seventeenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .seventeenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .seventeenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .seventeenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .seventeenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .seventeenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .seventeenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .seventeenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .seventeenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .seventeenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .seventeenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .seventeenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .seventeenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .seventeenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .seventeenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .seventeenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .seventeenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .seventeenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .seventeenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .seventeenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .seventeenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .seventeenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .seventeenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .seventeenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .seventeenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .seventeenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .seventeenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .seventeenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .seventeenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .seventeenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .seventeenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .seventeenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .seventeenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .seventeenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .seventeenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .seventeenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .seventeenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .seventeenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .seventeenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .seventeenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .seventeenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .seventeenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .seventeenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .seventeenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .seventeenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .seventeenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .seventeenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .seventeenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .seventeenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .seventeenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .seventeenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .seventeenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .seventeenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .seventeenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .seventeenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .seventeenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .seventeenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .seventeenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .seventeenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .seventeenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .seventeenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .seventeenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .seventeenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .seventeenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .seventeenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .seventeenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .seventeenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .seventeenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .seventeenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .seventeenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .seventeenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .seventeenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .seventeenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .seventeenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .seventeenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .seventeenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .seventeenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .seventeenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .seventeenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .seventeenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .seventeenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .seventeenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .seventeenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .seventeenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .seventeenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .seventeenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .seventeenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .seventeenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .seventeenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .seventeenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .seventeenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .seventeenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .seventeenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .seventeenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .seventeenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .seventeenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .seventeenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .seventeenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .seventeenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .seventeenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .seventeenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .seventeenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .seventeenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .seventeenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .seventeenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .seventeenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .seventeenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .seventeenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .seventeenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .seventeenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .seventeenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .seventeenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .seventeenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .seventeenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .seventeenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .seventeenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .seventeenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .seventeenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .seventeenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .seventeenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .seventeenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .seventeenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .seventeenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .seventeenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .seventeenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .seventeenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .seventeenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .seventeenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .seventeenhundred\:transition-none{
    transition-property: none;
  }

  .seventeenhundred\:transition-all{
    transition-property: all;
  }

  .seventeenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .seventeenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .seventeenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .seventeenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .seventeenhundred\:transition-transform{
    transition-property: transform;
  }

  .seventeenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .seventeenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .seventeenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .seventeenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .seventeenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .seventeenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .seventeenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .seventeenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .seventeenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .seventeenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .seventeenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .seventeenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .seventeenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .seventeenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .seventeenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .seventeenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .seventeenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .seventeenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .seventeenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .seventeenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .seventeenhundred\:animate-none{
    animation: none;
  }

  .seventeenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .seventeenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .seventeenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .seventeenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1800px){
  .eighteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .eighteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .eighteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .eighteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .eighteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .eighteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .eighteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .eighteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .eighteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .eighteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .eighteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .eighteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .eighteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .eighteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .eighteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .eighteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .eighteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .eighteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .eighteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .eighteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .eighteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .eighteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .eighteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .eighteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .eighteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .eighteenhundred\:container{
      max-width: 2000px;
    }
  }

  .eighteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .eighteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .eighteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .eighteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .eighteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .eighteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .eighteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .eighteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .eighteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .eighteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .eighteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .eighteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .eighteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .eighteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .eighteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .eighteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .eighteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .eighteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .eighteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .eighteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .eighteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .eighteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .eighteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .eighteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .eighteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .eighteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .eighteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .eighteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .eighteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .eighteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .eighteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .eighteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .eighteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .eighteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .eighteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .eighteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .eighteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .eighteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .eighteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .eighteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .eighteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .eighteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .eighteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .eighteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .eighteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .eighteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .eighteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .eighteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .eighteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .eighteenhundred\:bg-local{
    background-attachment: local;
  }

  .eighteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .eighteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .eighteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .eighteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .eighteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .eighteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .eighteenhundred\:bg-current{
    background-color: currentColor;
  }

  .eighteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .eighteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .eighteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .eighteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .eighteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .eighteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .eighteenhundred\:bg-none{
    background-image: none;
  }

  .eighteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .eighteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .eighteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .eighteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .eighteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .eighteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .eighteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .eighteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .eighteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .eighteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .eighteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .eighteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .eighteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .eighteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .eighteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .eighteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .eighteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .eighteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .eighteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .eighteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .eighteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .eighteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .eighteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .eighteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .eighteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .eighteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .eighteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .eighteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .eighteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .eighteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .eighteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .eighteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .eighteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .eighteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .eighteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .eighteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .eighteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .eighteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .eighteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .eighteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .eighteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .eighteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .eighteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .eighteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .eighteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .eighteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .eighteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .eighteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .eighteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .eighteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .eighteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .eighteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .eighteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .eighteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .eighteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .eighteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .eighteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .eighteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .eighteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .eighteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .eighteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .eighteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .eighteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .eighteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .eighteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .eighteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .eighteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .eighteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .eighteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .eighteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .eighteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .eighteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .eighteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .eighteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .eighteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .eighteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .eighteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .eighteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .eighteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .eighteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .eighteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .eighteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .eighteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .eighteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .eighteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .eighteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .eighteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .eighteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .eighteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .eighteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .eighteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .eighteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .eighteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .eighteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .eighteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .eighteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .eighteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .eighteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .eighteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .eighteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .eighteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .eighteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .eighteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .eighteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .eighteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .eighteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .eighteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .eighteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .eighteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .eighteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .eighteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .eighteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .eighteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .eighteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .eighteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .eighteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .eighteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .eighteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .eighteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .eighteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .eighteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .eighteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .eighteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .eighteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .eighteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .eighteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .eighteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .eighteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .eighteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .eighteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .eighteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .eighteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .eighteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .eighteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .eighteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .eighteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .eighteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .eighteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .eighteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .eighteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .eighteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .eighteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .eighteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .eighteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .eighteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .eighteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .eighteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .eighteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .eighteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .eighteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .eighteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .eighteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .eighteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .eighteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .eighteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .eighteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .eighteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .eighteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .eighteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .eighteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .eighteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .eighteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .eighteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .eighteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .eighteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .eighteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .eighteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .eighteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .eighteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .eighteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .eighteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .eighteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .eighteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .eighteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .eighteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .eighteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .eighteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .eighteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .eighteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .eighteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .eighteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .eighteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .eighteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .eighteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .eighteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .eighteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .eighteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .eighteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .eighteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .eighteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .eighteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .eighteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .eighteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .eighteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .eighteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .eighteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .eighteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .eighteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .eighteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .eighteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .eighteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .eighteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .eighteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .eighteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .eighteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .eighteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .eighteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .eighteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .eighteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .eighteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .eighteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .eighteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .eighteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .eighteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .eighteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .eighteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .eighteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .eighteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .eighteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .eighteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .eighteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .eighteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .eighteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .eighteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .eighteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .eighteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .eighteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .eighteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .eighteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .eighteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .eighteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .eighteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .eighteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .eighteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .eighteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .eighteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .eighteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .eighteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .eighteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .eighteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .eighteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .eighteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .eighteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .eighteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .eighteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .eighteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .eighteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .eighteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .eighteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .eighteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .eighteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .eighteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .eighteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .eighteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .eighteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .eighteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .eighteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .eighteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .eighteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .eighteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .eighteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .eighteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .eighteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .eighteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .eighteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .eighteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .eighteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .eighteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .eighteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .eighteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .eighteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .eighteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .eighteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .eighteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .eighteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .eighteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .eighteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .eighteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .eighteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .eighteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .eighteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .eighteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .eighteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .eighteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .eighteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .eighteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .eighteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .eighteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .eighteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .eighteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .eighteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .eighteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .eighteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .eighteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .eighteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .eighteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .eighteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .eighteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .eighteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .eighteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .eighteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .eighteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .eighteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .eighteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .eighteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .eighteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .eighteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .eighteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .eighteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .eighteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .eighteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .eighteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .eighteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .eighteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .eighteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .eighteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .eighteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .eighteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .eighteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .eighteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .eighteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .eighteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .eighteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .eighteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .eighteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .eighteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .eighteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .eighteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .eighteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .eighteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .eighteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .eighteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .eighteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .eighteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .eighteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .eighteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .eighteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .eighteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .eighteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .eighteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .eighteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .eighteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .eighteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .eighteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .eighteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .eighteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .eighteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .eighteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .eighteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .eighteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .eighteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .eighteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .eighteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .eighteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .eighteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .eighteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .eighteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .eighteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .eighteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .eighteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .eighteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .eighteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .eighteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .eighteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .eighteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .eighteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .eighteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .eighteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .eighteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .eighteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .eighteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .eighteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .eighteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .eighteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .eighteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .eighteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .eighteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .eighteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .eighteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .eighteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .eighteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .eighteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .eighteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .eighteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .eighteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .eighteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .eighteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .eighteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .eighteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .eighteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .eighteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .eighteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .eighteenhundred\:bg-center{
    background-position: center;
  }

  .eighteenhundred\:bg-left{
    background-position: left;
  }

  .eighteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .eighteenhundred\:bg-left-top{
    background-position: left top;
  }

  .eighteenhundred\:bg-right{
    background-position: right;
  }

  .eighteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .eighteenhundred\:bg-right-top{
    background-position: right top;
  }

  .eighteenhundred\:bg-top{
    background-position: top;
  }

  .eighteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .eighteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .eighteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .eighteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .eighteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .eighteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .eighteenhundred\:bg-auto{
    background-size: auto;
  }

  .eighteenhundred\:bg-cover{
    background-size: cover;
  }

  .eighteenhundred\:bg-contain{
    background-size: contain;
  }

  .eighteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .eighteenhundred\:border-separate{
    border-collapse: separate;
  }

  .eighteenhundred\:border-transparent{
    border-color: transparent;
  }

  .eighteenhundred\:border-current{
    border-color: currentColor;
  }

  .eighteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .eighteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .eighteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .eighteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .eighteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .eighteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .eighteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .eighteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .eighteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .eighteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .eighteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .eighteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .eighteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .eighteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .eighteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .eighteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .eighteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .eighteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .eighteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .eighteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .eighteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .eighteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .eighteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .eighteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .eighteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .eighteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .eighteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .eighteenhundred\:rounded-none{
    border-radius: 0;
  }

  .eighteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .eighteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .eighteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .eighteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .eighteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .eighteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .eighteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .eighteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .eighteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .eighteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .eighteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .eighteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .eighteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .eighteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .eighteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .eighteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .eighteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .eighteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .eighteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .eighteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .eighteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .eighteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .eighteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .eighteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .eighteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .eighteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .eighteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .eighteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .eighteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .eighteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .eighteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .eighteenhundred\:border-solid{
    border-style: solid;
  }

  .eighteenhundred\:border-dashed{
    border-style: dashed;
  }

  .eighteenhundred\:border-dotted{
    border-style: dotted;
  }

  .eighteenhundred\:border-double{
    border-style: double;
  }

  .eighteenhundred\:border-none{
    border-style: none;
  }

  .eighteenhundred\:border-0{
    border-width: 0;
  }

  .eighteenhundred\:border-2{
    border-width: 2px;
  }

  .eighteenhundred\:border-4{
    border-width: 4px;
  }

  .eighteenhundred\:border-8{
    border-width: 8px;
  }

  .eighteenhundred\:border{
    border-width: 1px;
  }

  .eighteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .eighteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .eighteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .eighteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .eighteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .eighteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .eighteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .eighteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .eighteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .eighteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .eighteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .eighteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .eighteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .eighteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .eighteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .eighteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .eighteenhundred\:border-t{
    border-top-width: 1px;
  }

  .eighteenhundred\:border-r{
    border-right-width: 1px;
  }

  .eighteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .eighteenhundred\:border-l{
    border-left-width: 1px;
  }

  .eighteenhundred\:box-border{
    box-sizing: border-box;
  }

  .eighteenhundred\:box-content{
    box-sizing: content-box;
  }

  .eighteenhundred\:cursor-auto{
    cursor: auto;
  }

  .eighteenhundred\:cursor-default{
    cursor: default;
  }

  .eighteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .eighteenhundred\:cursor-wait{
    cursor: wait;
  }

  .eighteenhundred\:cursor-text{
    cursor: text;
  }

  .eighteenhundred\:cursor-move{
    cursor: move;
  }

  .eighteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .eighteenhundred\:block{
    display: block;
  }

  .eighteenhundred\:inline-block{
    display: inline-block;
  }

  .eighteenhundred\:inline{
    display: inline;
  }

  .eighteenhundred\:flex{
    display: flex;
  }

  .eighteenhundred\:inline-flex{
    display: inline-flex;
  }

  .eighteenhundred\:table{
    display: table;
  }

  .eighteenhundred\:table-caption{
    display: table-caption;
  }

  .eighteenhundred\:table-cell{
    display: table-cell;
  }

  .eighteenhundred\:table-column{
    display: table-column;
  }

  .eighteenhundred\:table-column-group{
    display: table-column-group;
  }

  .eighteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .eighteenhundred\:table-header-group{
    display: table-header-group;
  }

  .eighteenhundred\:table-row-group{
    display: table-row-group;
  }

  .eighteenhundred\:table-row{
    display: table-row;
  }

  .eighteenhundred\:flow-root{
    display: flow-root;
  }

  .eighteenhundred\:grid{
    display: grid;
  }

  .eighteenhundred\:inline-grid{
    display: inline-grid;
  }

  .eighteenhundred\:contents{
    display: contents;
  }

  .eighteenhundred\:hidden{
    display: none;
  }

  .eighteenhundred\:flex-row{
    flex-direction: row;
  }

  .eighteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .eighteenhundred\:flex-col{
    flex-direction: column;
  }

  .eighteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .eighteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .eighteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .eighteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .eighteenhundred\:place-items-auto{
    place-items: auto;
  }

  .eighteenhundred\:place-items-start{
    place-items: start;
  }

  .eighteenhundred\:place-items-end{
    place-items: end;
  }

  .eighteenhundred\:place-items-center{
    place-items: center;
  }

  .eighteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .eighteenhundred\:place-content-center{
    place-content: center;
  }

  .eighteenhundred\:place-content-start{
    place-content: start;
  }

  .eighteenhundred\:place-content-end{
    place-content: end;
  }

  .eighteenhundred\:place-content-between{
    place-content: space-between;
  }

  .eighteenhundred\:place-content-around{
    place-content: space-around;
  }

  .eighteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .eighteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .eighteenhundred\:place-self-auto{
    place-self: auto;
  }

  .eighteenhundred\:place-self-start{
    place-self: start;
  }

  .eighteenhundred\:place-self-end{
    place-self: end;
  }

  .eighteenhundred\:place-self-center{
    place-self: center;
  }

  .eighteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .eighteenhundred\:items-start{
    align-items: flex-start;
  }

  .eighteenhundred\:items-end{
    align-items: flex-end;
  }

  .eighteenhundred\:items-center{
    align-items: center;
  }

  .eighteenhundred\:items-baseline{
    align-items: baseline;
  }

  .eighteenhundred\:items-stretch{
    align-items: stretch;
  }

  .eighteenhundred\:content-center{
    align-content: center;
  }

  .eighteenhundred\:content-start{
    align-content: flex-start;
  }

  .eighteenhundred\:content-end{
    align-content: flex-end;
  }

  .eighteenhundred\:content-between{
    align-content: space-between;
  }

  .eighteenhundred\:content-around{
    align-content: space-around;
  }

  .eighteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .eighteenhundred\:self-auto{
    align-self: auto;
  }

  .eighteenhundred\:self-start{
    align-self: flex-start;
  }

  .eighteenhundred\:self-end{
    align-self: flex-end;
  }

  .eighteenhundred\:self-center{
    align-self: center;
  }

  .eighteenhundred\:self-stretch{
    align-self: stretch;
  }

  .eighteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .eighteenhundred\:justify-items-start{
    justify-items: start;
  }

  .eighteenhundred\:justify-items-end{
    justify-items: end;
  }

  .eighteenhundred\:justify-items-center{
    justify-items: center;
  }

  .eighteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .eighteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .eighteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .eighteenhundred\:justify-center{
    justify-content: center;
  }

  .eighteenhundred\:justify-between{
    justify-content: space-between;
  }

  .eighteenhundred\:justify-around{
    justify-content: space-around;
  }

  .eighteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .eighteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .eighteenhundred\:justify-self-start{
    justify-self: start;
  }

  .eighteenhundred\:justify-self-end{
    justify-self: end;
  }

  .eighteenhundred\:justify-self-center{
    justify-self: center;
  }

  .eighteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .eighteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .eighteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .eighteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .eighteenhundred\:flex-none{
    flex: none;
  }

  .eighteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .eighteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .eighteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .eighteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .eighteenhundred\:order-1{
    order: 1;
  }

  .eighteenhundred\:order-2{
    order: 2;
  }

  .eighteenhundred\:order-3{
    order: 3;
  }

  .eighteenhundred\:order-4{
    order: 4;
  }

  .eighteenhundred\:order-5{
    order: 5;
  }

  .eighteenhundred\:order-6{
    order: 6;
  }

  .eighteenhundred\:order-7{
    order: 7;
  }

  .eighteenhundred\:order-8{
    order: 8;
  }

  .eighteenhundred\:order-9{
    order: 9;
  }

  .eighteenhundred\:order-10{
    order: 10;
  }

  .eighteenhundred\:order-11{
    order: 11;
  }

  .eighteenhundred\:order-12{
    order: 12;
  }

  .eighteenhundred\:order-first{
    order: -9999;
  }

  .eighteenhundred\:order-last{
    order: 9999;
  }

  .eighteenhundred\:order-none{
    order: 0;
  }

  .eighteenhundred\:float-right{
    float: right;
  }

  .eighteenhundred\:float-left{
    float: left;
  }

  .eighteenhundred\:float-none{
    float: none;
  }

  .eighteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .eighteenhundred\:clear-left{
    clear: left;
  }

  .eighteenhundred\:clear-right{
    clear: right;
  }

  .eighteenhundred\:clear-both{
    clear: both;
  }

  .eighteenhundred\:clear-none{
    clear: none;
  }

  .eighteenhundred\: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";
  }

  .eighteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .eighteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .eighteenhundred\:font-hairline{
    font-weight: 100;
  }

  .eighteenhundred\:font-thin{
    font-weight: 200;
  }

  .eighteenhundred\:font-light{
    font-weight: 300;
  }

  .eighteenhundred\:font-normal{
    font-weight: 400;
  }

  .eighteenhundred\:font-medium{
    font-weight: 500;
  }

  .eighteenhundred\:font-semibold{
    font-weight: 600;
  }

  .eighteenhundred\:font-bold{
    font-weight: 700;
  }

  .eighteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .eighteenhundred\:font-black{
    font-weight: 900;
  }

  .eighteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .eighteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .eighteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .eighteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .eighteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .eighteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .eighteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .eighteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .eighteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .eighteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .eighteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .eighteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .eighteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .eighteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .eighteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .eighteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .eighteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .eighteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .eighteenhundred\:h-0{
    height: 0;
  }

  .eighteenhundred\:h-1{
    height: 0.25rem;
  }

  .eighteenhundred\:h-2{
    height: 0.5rem;
  }

  .eighteenhundred\:h-3{
    height: 0.75rem;
  }

  .eighteenhundred\:h-4{
    height: 1rem;
  }

  .eighteenhundred\:h-5{
    height: 1.25rem;
  }

  .eighteenhundred\:h-6{
    height: 1.5rem;
  }

  .eighteenhundred\:h-8{
    height: 2rem;
  }

  .eighteenhundred\:h-10{
    height: 2.5rem;
  }

  .eighteenhundred\:h-12{
    height: 3rem;
  }

  .eighteenhundred\:h-16{
    height: 4rem;
  }

  .eighteenhundred\:h-20{
    height: 5rem;
  }

  .eighteenhundred\:h-24{
    height: 6rem;
  }

  .eighteenhundred\:h-32{
    height: 8rem;
  }

  .eighteenhundred\:h-40{
    height: 10rem;
  }

  .eighteenhundred\:h-48{
    height: 12rem;
  }

  .eighteenhundred\:h-56{
    height: 14rem;
  }

  .eighteenhundred\:h-64{
    height: 16rem;
  }

  .eighteenhundred\:h-72{
    height: 18rem;
  }

  .eighteenhundred\:h-80{
    height: 20rem;
  }

  .eighteenhundred\:h-88{
    height: 22rem;
  }

  .eighteenhundred\:h-96{
    height: 24rem;
  }

  .eighteenhundred\:h-104{
    height: 26rem;
  }

  .eighteenhundred\:h-112{
    height: 28rem;
  }

  .eighteenhundred\:h-128{
    height: 30rem;
  }

  .eighteenhundred\:h-144{
    height: 34rem;
  }

  .eighteenhundred\:h-160{
    height: 38rem;
  }

  .eighteenhundred\:h-176{
    height: 42rem;
  }

  .eighteenhundred\:h-192{
    height: 46rem;
  }

  .eighteenhundred\:h-208{
    height: 50rem;
  }

  .eighteenhundred\:h-224{
    height: 54rem;
  }

  .eighteenhundred\:h-240{
    height: 58rem;
  }

  .eighteenhundred\:h-256{
    height: 62rem;
  }

  .eighteenhundred\:h-auto{
    height: auto;
  }

  .eighteenhundred\:h-px{
    height: 1px;
  }

  .eighteenhundred\:h-full{
    height: 100%;
  }

  .eighteenhundred\:h-screen{
    height: 100vh;
  }

  .eighteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .eighteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .eighteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .eighteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .eighteenhundred\:text-base{
    font-size: 1rem;
  }

  .eighteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .eighteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .eighteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .eighteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .eighteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .eighteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .eighteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .eighteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .eighteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .eighteenhundred\:leading-3{
    line-height: .75rem;
  }

  .eighteenhundred\:leading-4{
    line-height: 1rem;
  }

  .eighteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .eighteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .eighteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .eighteenhundred\:leading-8{
    line-height: 2rem;
  }

  .eighteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .eighteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .eighteenhundred\:leading-none{
    line-height: 1;
  }

  .eighteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .eighteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .eighteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .eighteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .eighteenhundred\:leading-loose{
    line-height: 2;
  }

  .eighteenhundred\:list-inside{
    list-style-position: inside;
  }

  .eighteenhundred\:list-outside{
    list-style-position: outside;
  }

  .eighteenhundred\:list-none{
    list-style-type: none;
  }

  .eighteenhundred\:list-disc{
    list-style-type: disc;
  }

  .eighteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .eighteenhundred\:m-0{
    margin: 0;
  }

  .eighteenhundred\:m-1{
    margin: 0.25rem;
  }

  .eighteenhundred\:m-2{
    margin: 0.5rem;
  }

  .eighteenhundred\:m-3{
    margin: 0.75rem;
  }

  .eighteenhundred\:m-4{
    margin: 1rem;
  }

  .eighteenhundred\:m-5{
    margin: 1.25rem;
  }

  .eighteenhundred\:m-6{
    margin: 1.5rem;
  }

  .eighteenhundred\:m-8{
    margin: 2rem;
  }

  .eighteenhundred\:m-10{
    margin: 2.5rem;
  }

  .eighteenhundred\:m-12{
    margin: 3rem;
  }

  .eighteenhundred\:m-16{
    margin: 4rem;
  }

  .eighteenhundred\:m-20{
    margin: 5rem;
  }

  .eighteenhundred\:m-24{
    margin: 6rem;
  }

  .eighteenhundred\:m-32{
    margin: 8rem;
  }

  .eighteenhundred\:m-40{
    margin: 10rem;
  }

  .eighteenhundred\:m-48{
    margin: 12rem;
  }

  .eighteenhundred\:m-56{
    margin: 14rem;
  }

  .eighteenhundred\:m-64{
    margin: 16rem;
  }

  .eighteenhundred\:m-72{
    margin: 18rem;
  }

  .eighteenhundred\:m-80{
    margin: 20rem;
  }

  .eighteenhundred\:m-88{
    margin: 22rem;
  }

  .eighteenhundred\:m-96{
    margin: 24rem;
  }

  .eighteenhundred\:m-104{
    margin: 26rem;
  }

  .eighteenhundred\:m-112{
    margin: 28rem;
  }

  .eighteenhundred\:m-128{
    margin: 30rem;
  }

  .eighteenhundred\:m-144{
    margin: 34rem;
  }

  .eighteenhundred\:m-160{
    margin: 38rem;
  }

  .eighteenhundred\:m-176{
    margin: 42rem;
  }

  .eighteenhundred\:m-192{
    margin: 46rem;
  }

  .eighteenhundred\:m-208{
    margin: 50rem;
  }

  .eighteenhundred\:m-224{
    margin: 54rem;
  }

  .eighteenhundred\:m-240{
    margin: 58rem;
  }

  .eighteenhundred\:m-256{
    margin: 62rem;
  }

  .eighteenhundred\:m-auto{
    margin: auto;
  }

  .eighteenhundred\:m-px{
    margin: 1px;
  }

  .eighteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .eighteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .eighteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .eighteenhundred\:-m-4{
    margin: -1rem;
  }

  .eighteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .eighteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .eighteenhundred\:-m-8{
    margin: -2rem;
  }

  .eighteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .eighteenhundred\:-m-12{
    margin: -3rem;
  }

  .eighteenhundred\:-m-16{
    margin: -4rem;
  }

  .eighteenhundred\:-m-20{
    margin: -5rem;
  }

  .eighteenhundred\:-m-24{
    margin: -6rem;
  }

  .eighteenhundred\:-m-32{
    margin: -8rem;
  }

  .eighteenhundred\:-m-40{
    margin: -10rem;
  }

  .eighteenhundred\:-m-48{
    margin: -12rem;
  }

  .eighteenhundred\:-m-56{
    margin: -14rem;
  }

  .eighteenhundred\:-m-64{
    margin: -16rem;
  }

  .eighteenhundred\:-m-72{
    margin: -18rem;
  }

  .eighteenhundred\:-m-80{
    margin: -20rem;
  }

  .eighteenhundred\:-m-88{
    margin: -22rem;
  }

  .eighteenhundred\:-m-96{
    margin: -24rem;
  }

  .eighteenhundred\:-m-104{
    margin: -26rem;
  }

  .eighteenhundred\:-m-112{
    margin: -28rem;
  }

  .eighteenhundred\:-m-128{
    margin: -30rem;
  }

  .eighteenhundred\:-m-144{
    margin: -34rem;
  }

  .eighteenhundred\:-m-160{
    margin: -38rem;
  }

  .eighteenhundred\:-m-176{
    margin: -42rem;
  }

  .eighteenhundred\:-m-192{
    margin: -46rem;
  }

  .eighteenhundred\:-m-208{
    margin: -50rem;
  }

  .eighteenhundred\:-m-224{
    margin: -54rem;
  }

  .eighteenhundred\:-m-240{
    margin: -58rem;
  }

  .eighteenhundred\:-m-256{
    margin: -62rem;
  }

  .eighteenhundred\:-m-px{
    margin: -1px;
  }

  .eighteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .eighteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .eighteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .eighteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .eighteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .eighteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .eighteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .eighteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .eighteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .eighteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .eighteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .eighteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .eighteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .eighteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .eighteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .eighteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .eighteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .eighteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .eighteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .eighteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .eighteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .eighteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .eighteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .eighteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .eighteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .eighteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .eighteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .eighteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .eighteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .eighteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .eighteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .eighteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .eighteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .eighteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .eighteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .eighteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .eighteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .eighteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .eighteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .eighteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .eighteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .eighteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .eighteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .eighteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .eighteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .eighteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .eighteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .eighteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .eighteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .eighteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .eighteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .eighteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .eighteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .eighteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .eighteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .eighteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .eighteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .eighteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .eighteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .eighteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .eighteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .eighteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .eighteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .eighteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .eighteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .eighteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .eighteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .eighteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .eighteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .eighteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .eighteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .eighteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .eighteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .eighteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .eighteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .eighteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .eighteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .eighteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .eighteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .eighteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .eighteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .eighteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .eighteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .eighteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .eighteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .eighteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .eighteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .eighteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .eighteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .eighteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .eighteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .eighteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .eighteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .eighteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .eighteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .eighteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .eighteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .eighteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .eighteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .eighteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .eighteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .eighteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .eighteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .eighteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .eighteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .eighteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .eighteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .eighteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .eighteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .eighteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .eighteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .eighteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .eighteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .eighteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .eighteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .eighteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .eighteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .eighteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .eighteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .eighteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .eighteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .eighteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .eighteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .eighteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .eighteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .eighteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .eighteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .eighteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .eighteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .eighteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .eighteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .eighteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .eighteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .eighteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .eighteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .eighteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .eighteenhundred\:mt-0{
    margin-top: 0;
  }

  .eighteenhundred\:mr-0{
    margin-right: 0;
  }

  .eighteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .eighteenhundred\:ml-0{
    margin-left: 0;
  }

  .eighteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .eighteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .eighteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .eighteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .eighteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .eighteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .eighteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .eighteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .eighteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .eighteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .eighteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .eighteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .eighteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .eighteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .eighteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .eighteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .eighteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .eighteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .eighteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .eighteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .eighteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .eighteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .eighteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .eighteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .eighteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .eighteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .eighteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .eighteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .eighteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .eighteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .eighteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .eighteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .eighteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .eighteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .eighteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .eighteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .eighteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .eighteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .eighteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .eighteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .eighteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .eighteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .eighteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .eighteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .eighteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .eighteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .eighteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .eighteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .eighteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .eighteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .eighteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .eighteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .eighteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .eighteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .eighteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .eighteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .eighteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .eighteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .eighteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .eighteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .eighteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .eighteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .eighteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .eighteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .eighteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .eighteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .eighteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .eighteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .eighteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .eighteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .eighteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .eighteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .eighteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .eighteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .eighteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .eighteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .eighteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .eighteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .eighteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .eighteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .eighteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .eighteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .eighteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .eighteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .eighteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .eighteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .eighteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .eighteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .eighteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .eighteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .eighteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .eighteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .eighteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .eighteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .eighteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .eighteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .eighteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .eighteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .eighteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .eighteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .eighteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .eighteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .eighteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .eighteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .eighteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .eighteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .eighteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .eighteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .eighteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .eighteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .eighteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .eighteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .eighteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .eighteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .eighteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .eighteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .eighteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .eighteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .eighteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .eighteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .eighteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .eighteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .eighteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .eighteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .eighteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .eighteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .eighteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .eighteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .eighteenhundred\:mt-auto{
    margin-top: auto;
  }

  .eighteenhundred\:mr-auto{
    margin-right: auto;
  }

  .eighteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .eighteenhundred\:ml-auto{
    margin-left: auto;
  }

  .eighteenhundred\:mt-px{
    margin-top: 1px;
  }

  .eighteenhundred\:mr-px{
    margin-right: 1px;
  }

  .eighteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .eighteenhundred\:ml-px{
    margin-left: 1px;
  }

  .eighteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .eighteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .eighteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .eighteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .eighteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .eighteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .eighteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .eighteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .eighteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .eighteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .eighteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .eighteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .eighteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .eighteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .eighteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .eighteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .eighteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .eighteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .eighteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .eighteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .eighteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .eighteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .eighteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .eighteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .eighteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .eighteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .eighteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .eighteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .eighteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .eighteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .eighteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .eighteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .eighteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .eighteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .eighteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .eighteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .eighteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .eighteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .eighteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .eighteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .eighteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .eighteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .eighteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .eighteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .eighteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .eighteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .eighteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .eighteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .eighteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .eighteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .eighteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .eighteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .eighteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .eighteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .eighteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .eighteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .eighteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .eighteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .eighteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .eighteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .eighteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .eighteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .eighteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .eighteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .eighteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .eighteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .eighteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .eighteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .eighteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .eighteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .eighteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .eighteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .eighteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .eighteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .eighteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .eighteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .eighteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .eighteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .eighteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .eighteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .eighteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .eighteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .eighteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .eighteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .eighteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .eighteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .eighteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .eighteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .eighteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .eighteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .eighteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .eighteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .eighteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .eighteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .eighteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .eighteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .eighteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .eighteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .eighteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .eighteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .eighteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .eighteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .eighteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .eighteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .eighteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .eighteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .eighteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .eighteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .eighteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .eighteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .eighteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .eighteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .eighteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .eighteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .eighteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .eighteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .eighteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .eighteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .eighteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .eighteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .eighteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .eighteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .eighteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .eighteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .eighteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .eighteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .eighteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .eighteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .eighteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .eighteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .eighteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .eighteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .eighteenhundred\:max-h-full{
    max-height: 100%;
  }

  .eighteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .eighteenhundred\:max-w-none{
    max-width: none;
  }

  .eighteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .eighteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .eighteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .eighteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .eighteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .eighteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .eighteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .eighteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .eighteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .eighteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .eighteenhundred\:max-w-full{
    max-width: 100%;
  }

  .eighteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .eighteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .eighteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .eighteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .eighteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .eighteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .eighteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .eighteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .eighteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .eighteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .eighteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .eighteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .eighteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .eighteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .eighteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .eighteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .eighteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .eighteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .eighteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .eighteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .eighteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .eighteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .eighteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .eighteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .eighteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .eighteenhundred\:min-h-0{
    min-height: 0;
  }

  .eighteenhundred\:min-h-full{
    min-height: 100%;
  }

  .eighteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .eighteenhundred\:min-w-0{
    min-width: 0;
  }

  .eighteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .eighteenhundred\:min-w-full{
    min-width: 100%;
  }

  .eighteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .eighteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .eighteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .eighteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .eighteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .eighteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .eighteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .eighteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .eighteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .eighteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .eighteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .eighteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .eighteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .eighteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .eighteenhundred\:opacity-0{
    opacity: 0;
  }

  .eighteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .eighteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .eighteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .eighteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .eighteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .eighteenhundred\:opacity-100{
    opacity: 1;
  }

  .eighteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .eighteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .eighteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .eighteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .eighteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .eighteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .eighteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .eighteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .eighteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .eighteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .eighteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .eighteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .eighteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .eighteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .eighteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .eighteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .eighteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .eighteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .eighteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .eighteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .eighteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .eighteenhundred\:overflow-auto{
    overflow: auto;
  }

  .eighteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .eighteenhundred\:overflow-visible{
    overflow: visible;
  }

  .eighteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .eighteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .eighteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .eighteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .eighteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .eighteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .eighteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .eighteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .eighteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .eighteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .eighteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .eighteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .eighteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .eighteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .eighteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .eighteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .eighteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .eighteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .eighteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .eighteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .eighteenhundred\:p-0{
    padding: 0;
  }

  .eighteenhundred\:p-1{
    padding: 0.25rem;
  }

  .eighteenhundred\:p-2{
    padding: 0.5rem;
  }

  .eighteenhundred\:p-3{
    padding: 0.75rem;
  }

  .eighteenhundred\:p-4{
    padding: 1rem;
  }

  .eighteenhundred\:p-5{
    padding: 1.25rem;
  }

  .eighteenhundred\:p-6{
    padding: 1.5rem;
  }

  .eighteenhundred\:p-8{
    padding: 2rem;
  }

  .eighteenhundred\:p-10{
    padding: 2.5rem;
  }

  .eighteenhundred\:p-12{
    padding: 3rem;
  }

  .eighteenhundred\:p-16{
    padding: 4rem;
  }

  .eighteenhundred\:p-20{
    padding: 5rem;
  }

  .eighteenhundred\:p-24{
    padding: 6rem;
  }

  .eighteenhundred\:p-32{
    padding: 8rem;
  }

  .eighteenhundred\:p-40{
    padding: 10rem;
  }

  .eighteenhundred\:p-48{
    padding: 12rem;
  }

  .eighteenhundred\:p-56{
    padding: 14rem;
  }

  .eighteenhundred\:p-64{
    padding: 16rem;
  }

  .eighteenhundred\:p-72{
    padding: 18rem;
  }

  .eighteenhundred\:p-80{
    padding: 20rem;
  }

  .eighteenhundred\:p-88{
    padding: 22rem;
  }

  .eighteenhundred\:p-96{
    padding: 24rem;
  }

  .eighteenhundred\:p-104{
    padding: 26rem;
  }

  .eighteenhundred\:p-112{
    padding: 28rem;
  }

  .eighteenhundred\:p-128{
    padding: 30rem;
  }

  .eighteenhundred\:p-144{
    padding: 34rem;
  }

  .eighteenhundred\:p-160{
    padding: 38rem;
  }

  .eighteenhundred\:p-176{
    padding: 42rem;
  }

  .eighteenhundred\:p-192{
    padding: 46rem;
  }

  .eighteenhundred\:p-208{
    padding: 50rem;
  }

  .eighteenhundred\:p-224{
    padding: 54rem;
  }

  .eighteenhundred\:p-240{
    padding: 58rem;
  }

  .eighteenhundred\:p-256{
    padding: 62rem;
  }

  .eighteenhundred\:p-px{
    padding: 1px;
  }

  .eighteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .eighteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .eighteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .eighteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .eighteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .eighteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .eighteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .eighteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .eighteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .eighteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eighteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .eighteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .eighteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .eighteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .eighteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .eighteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .eighteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .eighteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .eighteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .eighteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .eighteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .eighteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .eighteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .eighteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .eighteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .eighteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .eighteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .eighteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .eighteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .eighteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .eighteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .eighteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .eighteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .eighteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .eighteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .eighteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .eighteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .eighteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .eighteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .eighteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .eighteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .eighteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .eighteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .eighteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .eighteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .eighteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .eighteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .eighteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .eighteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .eighteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .eighteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .eighteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .eighteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .eighteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .eighteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .eighteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .eighteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .eighteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .eighteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .eighteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .eighteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .eighteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .eighteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .eighteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .eighteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .eighteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .eighteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .eighteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .eighteenhundred\:pt-0{
    padding-top: 0;
  }

  .eighteenhundred\:pr-0{
    padding-right: 0;
  }

  .eighteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .eighteenhundred\:pl-0{
    padding-left: 0;
  }

  .eighteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .eighteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .eighteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .eighteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .eighteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .eighteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .eighteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .eighteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .eighteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .eighteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .eighteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .eighteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .eighteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .eighteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .eighteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .eighteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .eighteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .eighteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .eighteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .eighteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .eighteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .eighteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .eighteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .eighteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .eighteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .eighteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .eighteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .eighteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .eighteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .eighteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .eighteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .eighteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .eighteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .eighteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .eighteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .eighteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .eighteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .eighteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .eighteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .eighteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .eighteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .eighteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .eighteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .eighteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .eighteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .eighteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .eighteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .eighteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .eighteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .eighteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .eighteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .eighteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .eighteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .eighteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .eighteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .eighteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .eighteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .eighteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .eighteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .eighteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .eighteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .eighteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .eighteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .eighteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .eighteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .eighteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .eighteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .eighteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .eighteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .eighteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .eighteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .eighteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .eighteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .eighteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .eighteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .eighteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .eighteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .eighteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .eighteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .eighteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .eighteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .eighteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .eighteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .eighteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .eighteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .eighteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .eighteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .eighteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .eighteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .eighteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .eighteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .eighteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .eighteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .eighteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .eighteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .eighteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .eighteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .eighteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .eighteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .eighteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .eighteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .eighteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .eighteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .eighteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .eighteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .eighteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .eighteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .eighteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .eighteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .eighteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .eighteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .eighteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .eighteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .eighteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .eighteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .eighteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .eighteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .eighteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .eighteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .eighteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .eighteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .eighteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .eighteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .eighteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .eighteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .eighteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .eighteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .eighteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .eighteenhundred\:pt-px{
    padding-top: 1px;
  }

  .eighteenhundred\:pr-px{
    padding-right: 1px;
  }

  .eighteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .eighteenhundred\:pl-px{
    padding-left: 1px;
  }

  .eighteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .eighteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .eighteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .eighteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .eighteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .eighteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .eighteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .eighteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .eighteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .eighteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .eighteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .eighteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .eighteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .eighteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .eighteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .eighteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .eighteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .eighteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .eighteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .eighteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .eighteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .eighteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .eighteenhundred\:static{
    position: static;
  }

  .eighteenhundred\:fixed{
    position: fixed;
  }

  .eighteenhundred\:absolute{
    position: absolute;
  }

  .eighteenhundred\:relative{
    position: relative;
  }

  .eighteenhundred\:sticky{
    position: sticky;
  }

  .eighteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .eighteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .eighteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .eighteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .eighteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .eighteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .eighteenhundred\:top-0{
    top: 0;
  }

  .eighteenhundred\:right-0{
    right: 0;
  }

  .eighteenhundred\:bottom-0{
    bottom: 0;
  }

  .eighteenhundred\:left-0{
    left: 0;
  }

  .eighteenhundred\:top-auto{
    top: auto;
  }

  .eighteenhundred\:right-auto{
    right: auto;
  }

  .eighteenhundred\:bottom-auto{
    bottom: auto;
  }

  .eighteenhundred\:left-auto{
    left: auto;
  }

  .eighteenhundred\:resize-none{
    resize: none;
  }

  .eighteenhundred\:resize-y{
    resize: vertical;
  }

  .eighteenhundred\:resize-x{
    resize: horizontal;
  }

  .eighteenhundred\:resize{
    resize: both;
  }

  .eighteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:shadow-none{
    box-shadow: none;
  }

  .eighteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .eighteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .eighteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .eighteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .eighteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .eighteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .eighteenhundred\:fill-current{
    fill: currentColor;
  }

  .eighteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .eighteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .eighteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .eighteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .eighteenhundred\:table-auto{
    table-layout: auto;
  }

  .eighteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .eighteenhundred\:text-left{
    text-align: left;
  }

  .eighteenhundred\:text-center{
    text-align: center;
  }

  .eighteenhundred\:text-right{
    text-align: right;
  }

  .eighteenhundred\:text-justify{
    text-align: justify;
  }

  .eighteenhundred\:text-transparent{
    color: transparent;
  }

  .eighteenhundred\:text-current{
    color: currentColor;
  }

  .eighteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .eighteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .eighteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .eighteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .eighteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .eighteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .eighteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .eighteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .eighteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .eighteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .eighteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .eighteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .eighteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .eighteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .eighteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .eighteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .eighteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .eighteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .eighteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .eighteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .eighteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .eighteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .eighteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .eighteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .eighteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .eighteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .eighteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .eighteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .eighteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .eighteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .eighteenhundred\:italic{
    font-style: italic;
  }

  .eighteenhundred\:not-italic{
    font-style: normal;
  }

  .eighteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .eighteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .eighteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .eighteenhundred\:normal-case{
    text-transform: none;
  }

  .eighteenhundred\:underline{
    text-decoration: underline;
  }

  .eighteenhundred\:line-through{
    text-decoration: line-through;
  }

  .eighteenhundred\:no-underline{
    text-decoration: none;
  }

  .eighteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .eighteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .eighteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .eighteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .eighteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .eighteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .eighteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .eighteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .eighteenhundred\:ordinal, .eighteenhundred\:slashed-zero, .eighteenhundred\:lining-nums, .eighteenhundred\:oldstyle-nums, .eighteenhundred\:proportional-nums, .eighteenhundred\:tabular-nums, .eighteenhundred\:diagonal-fractions, .eighteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .eighteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .eighteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .eighteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .eighteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .eighteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .eighteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .eighteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .eighteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .eighteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .eighteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .eighteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .eighteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .eighteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .eighteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .eighteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .eighteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .eighteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .eighteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .eighteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .eighteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .eighteenhundred\:align-top{
    vertical-align: top;
  }

  .eighteenhundred\:align-middle{
    vertical-align: middle;
  }

  .eighteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .eighteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .eighteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .eighteenhundred\:visible{
    visibility: visible;
  }

  .eighteenhundred\:invisible{
    visibility: hidden;
  }

  .eighteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .eighteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .eighteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .eighteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .eighteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .eighteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .eighteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .eighteenhundred\:break-all{
    word-break: break-all;
  }

  .eighteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .eighteenhundred\:w-0{
    width: 0;
  }

  .eighteenhundred\:w-1{
    width: 0.25rem;
  }

  .eighteenhundred\:w-2{
    width: 0.5rem;
  }

  .eighteenhundred\:w-3{
    width: 0.75rem;
  }

  .eighteenhundred\:w-4{
    width: 1rem;
  }

  .eighteenhundred\:w-5{
    width: 1.25rem;
  }

  .eighteenhundred\:w-6{
    width: 1.5rem;
  }

  .eighteenhundred\:w-8{
    width: 2rem;
  }

  .eighteenhundred\:w-10{
    width: 2.5rem;
  }

  .eighteenhundred\:w-12{
    width: 3rem;
  }

  .eighteenhundred\:w-16{
    width: 4rem;
  }

  .eighteenhundred\:w-20{
    width: 5rem;
  }

  .eighteenhundred\:w-24{
    width: 6rem;
  }

  .eighteenhundred\:w-32{
    width: 8rem;
  }

  .eighteenhundred\:w-40{
    width: 10rem;
  }

  .eighteenhundred\:w-48{
    width: 12rem;
  }

  .eighteenhundred\:w-56{
    width: 14rem;
  }

  .eighteenhundred\:w-64{
    width: 16rem;
  }

  .eighteenhundred\:w-72{
    width: 18rem;
  }

  .eighteenhundred\:w-80{
    width: 20rem;
  }

  .eighteenhundred\:w-88{
    width: 22rem;
  }

  .eighteenhundred\:w-96{
    width: 24rem;
  }

  .eighteenhundred\:w-104{
    width: 26rem;
  }

  .eighteenhundred\:w-112{
    width: 28rem;
  }

  .eighteenhundred\:w-128{
    width: 30rem;
  }

  .eighteenhundred\:w-144{
    width: 34rem;
  }

  .eighteenhundred\:w-160{
    width: 38rem;
  }

  .eighteenhundred\:w-176{
    width: 42rem;
  }

  .eighteenhundred\:w-192{
    width: 46rem;
  }

  .eighteenhundred\:w-208{
    width: 50rem;
  }

  .eighteenhundred\:w-224{
    width: 54rem;
  }

  .eighteenhundred\:w-240{
    width: 58rem;
  }

  .eighteenhundred\:w-256{
    width: 62rem;
  }

  .eighteenhundred\:w-auto{
    width: auto;
  }

  .eighteenhundred\:w-px{
    width: 1px;
  }

  .eighteenhundred\:w-1\/2{
    width: 50%;
  }

  .eighteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .eighteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .eighteenhundred\:w-1\/4{
    width: 25%;
  }

  .eighteenhundred\:w-2\/4{
    width: 50%;
  }

  .eighteenhundred\:w-3\/4{
    width: 75%;
  }

  .eighteenhundred\:w-1\/5{
    width: 20%;
  }

  .eighteenhundred\:w-2\/5{
    width: 40%;
  }

  .eighteenhundred\:w-3\/5{
    width: 60%;
  }

  .eighteenhundred\:w-4\/5{
    width: 80%;
  }

  .eighteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .eighteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .eighteenhundred\:w-3\/6{
    width: 50%;
  }

  .eighteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .eighteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .eighteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .eighteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .eighteenhundred\:w-3\/12{
    width: 25%;
  }

  .eighteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .eighteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .eighteenhundred\:w-6\/12{
    width: 50%;
  }

  .eighteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .eighteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .eighteenhundred\:w-9\/12{
    width: 75%;
  }

  .eighteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .eighteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .eighteenhundred\:w-full{
    width: 100%;
  }

  .eighteenhundred\:w-screen{
    width: 100vw;
  }

  .eighteenhundred\:z-0{
    z-index: 0;
  }

  .eighteenhundred\:z-10{
    z-index: 10;
  }

  .eighteenhundred\:z-20{
    z-index: 20;
  }

  .eighteenhundred\:z-30{
    z-index: 30;
  }

  .eighteenhundred\:z-40{
    z-index: 40;
  }

  .eighteenhundred\:z-50{
    z-index: 50;
  }

  .eighteenhundred\:z-auto{
    z-index: auto;
  }

  .eighteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .eighteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .eighteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .eighteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .eighteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .eighteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .eighteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .eighteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .eighteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .eighteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .eighteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .eighteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .eighteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .eighteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .eighteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .eighteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .eighteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .eighteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .eighteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .eighteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .eighteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .eighteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .eighteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .eighteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .eighteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .eighteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .eighteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .eighteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .eighteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .eighteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .eighteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .eighteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .eighteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .eighteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .eighteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .eighteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .eighteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .eighteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .eighteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .eighteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .eighteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .eighteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .eighteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .eighteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .eighteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .eighteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .eighteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .eighteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .eighteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .eighteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .eighteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .eighteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .eighteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .eighteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .eighteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .eighteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .eighteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .eighteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .eighteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .eighteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .eighteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .eighteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .eighteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .eighteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .eighteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .eighteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .eighteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .eighteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .eighteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .eighteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .eighteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .eighteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .eighteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .eighteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .eighteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .eighteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .eighteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .eighteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .eighteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .eighteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .eighteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .eighteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .eighteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .eighteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .eighteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .eighteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .eighteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .eighteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .eighteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .eighteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .eighteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .eighteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .eighteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .eighteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .eighteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .eighteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .eighteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .eighteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .eighteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .eighteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .eighteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .eighteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .eighteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .eighteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .eighteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .eighteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .eighteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .eighteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .eighteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .eighteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .eighteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .eighteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .eighteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .eighteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .eighteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .eighteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .eighteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .eighteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .eighteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .eighteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .eighteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .eighteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .eighteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .eighteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .eighteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .eighteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .eighteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .eighteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .eighteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .eighteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .eighteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .eighteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .eighteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .eighteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .eighteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .eighteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .eighteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .eighteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .eighteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .eighteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .eighteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .eighteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .eighteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .eighteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .eighteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .eighteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .eighteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .eighteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .eighteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .eighteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .eighteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .eighteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .eighteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .eighteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .eighteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .eighteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .eighteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .eighteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .eighteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .eighteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .eighteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .eighteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .eighteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .eighteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .eighteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .eighteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .eighteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .eighteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .eighteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .eighteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .eighteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .eighteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .eighteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .eighteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .eighteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .eighteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .eighteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .eighteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .eighteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .eighteenhundred\:col-auto{
    grid-column: auto;
  }

  .eighteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .eighteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .eighteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .eighteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .eighteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .eighteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .eighteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .eighteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .eighteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .eighteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .eighteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .eighteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .eighteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .eighteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .eighteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .eighteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .eighteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .eighteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .eighteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .eighteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .eighteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .eighteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .eighteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .eighteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .eighteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .eighteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .eighteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .eighteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .eighteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .eighteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .eighteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .eighteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .eighteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .eighteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .eighteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .eighteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .eighteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .eighteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .eighteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .eighteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .eighteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .eighteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .eighteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .eighteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .eighteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .eighteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .eighteenhundred\:row-auto{
    grid-row: auto;
  }

  .eighteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .eighteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .eighteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .eighteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .eighteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .eighteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .eighteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .eighteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .eighteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .eighteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .eighteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .eighteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .eighteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .eighteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .eighteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .eighteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .eighteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .eighteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .eighteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .eighteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .eighteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .eighteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .eighteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .eighteenhundred\:transform-none{
    transform: none;
  }

  .eighteenhundred\:origin-center{
    transform-origin: center;
  }

  .eighteenhundred\:origin-top{
    transform-origin: top;
  }

  .eighteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .eighteenhundred\:origin-right{
    transform-origin: right;
  }

  .eighteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .eighteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .eighteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .eighteenhundred\:origin-left{
    transform-origin: left;
  }

  .eighteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .eighteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .eighteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .eighteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .eighteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .eighteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .eighteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .eighteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .eighteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .eighteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .eighteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .eighteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .eighteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .eighteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .eighteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .eighteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .eighteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .eighteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .eighteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .eighteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .eighteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .eighteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .eighteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .eighteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .eighteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .eighteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .eighteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .eighteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .eighteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .eighteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .eighteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .eighteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .eighteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .eighteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .eighteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .eighteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .eighteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .eighteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .eighteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .eighteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .eighteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .eighteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .eighteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .eighteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .eighteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .eighteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .eighteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .eighteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .eighteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .eighteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .eighteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .eighteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .eighteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .eighteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .eighteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .eighteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .eighteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .eighteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .eighteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .eighteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .eighteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .eighteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .eighteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .eighteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .eighteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .eighteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .eighteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .eighteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .eighteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .eighteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .eighteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .eighteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .eighteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .eighteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .eighteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .eighteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .eighteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .eighteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .eighteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .eighteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .eighteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .eighteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .eighteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .eighteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .eighteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .eighteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .eighteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .eighteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .eighteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .eighteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .eighteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .eighteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .eighteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .eighteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .eighteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .eighteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .eighteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .eighteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .eighteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .eighteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .eighteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .eighteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .eighteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .eighteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .eighteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .eighteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .eighteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .eighteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .eighteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .eighteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .eighteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .eighteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .eighteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .eighteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .eighteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .eighteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .eighteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .eighteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .eighteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .eighteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .eighteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .eighteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .eighteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .eighteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .eighteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .eighteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .eighteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .eighteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .eighteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .eighteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .eighteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .eighteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .eighteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .eighteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .eighteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .eighteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .eighteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .eighteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .eighteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .eighteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .eighteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .eighteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .eighteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .eighteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .eighteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .eighteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .eighteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .eighteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .eighteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .eighteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .eighteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .eighteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .eighteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .eighteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .eighteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .eighteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .eighteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .eighteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .eighteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .eighteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .eighteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .eighteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .eighteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .eighteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .eighteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .eighteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .eighteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .eighteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .eighteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .eighteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .eighteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .eighteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .eighteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .eighteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .eighteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .eighteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .eighteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .eighteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .eighteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .eighteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .eighteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .eighteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .eighteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .eighteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .eighteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .eighteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .eighteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .eighteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .eighteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .eighteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .eighteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .eighteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .eighteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .eighteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .eighteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .eighteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .eighteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .eighteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .eighteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .eighteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .eighteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .eighteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .eighteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .eighteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .eighteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .eighteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .eighteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .eighteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .eighteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .eighteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .eighteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .eighteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .eighteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .eighteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .eighteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .eighteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .eighteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .eighteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .eighteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .eighteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .eighteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .eighteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .eighteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .eighteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .eighteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .eighteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .eighteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .eighteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .eighteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .eighteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .eighteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .eighteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .eighteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .eighteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .eighteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .eighteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .eighteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .eighteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .eighteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .eighteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .eighteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .eighteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .eighteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .eighteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .eighteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .eighteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .eighteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .eighteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .eighteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .eighteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .eighteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .eighteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .eighteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .eighteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .eighteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .eighteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .eighteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .eighteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .eighteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .eighteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .eighteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .eighteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .eighteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .eighteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .eighteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .eighteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .eighteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .eighteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .eighteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .eighteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .eighteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .eighteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .eighteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .eighteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .eighteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .eighteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .eighteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .eighteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .eighteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .eighteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .eighteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .eighteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .eighteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .eighteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .eighteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .eighteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .eighteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .eighteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .eighteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .eighteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .eighteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .eighteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .eighteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .eighteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .eighteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .eighteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .eighteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .eighteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .eighteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .eighteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .eighteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .eighteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .eighteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .eighteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .eighteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .eighteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .eighteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .eighteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .eighteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .eighteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .eighteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .eighteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .eighteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .eighteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .eighteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .eighteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .eighteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .eighteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .eighteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .eighteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .eighteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .eighteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .eighteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .eighteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .eighteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .eighteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .eighteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .eighteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .eighteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .eighteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .eighteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .eighteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .eighteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .eighteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .eighteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .eighteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .eighteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .eighteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .eighteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .eighteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .eighteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .eighteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .eighteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .eighteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .eighteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .eighteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .eighteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .eighteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .eighteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .eighteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .eighteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .eighteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .eighteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .eighteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .eighteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .eighteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .eighteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .eighteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .eighteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .eighteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .eighteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .eighteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .eighteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .eighteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .eighteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .eighteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .eighteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .eighteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .eighteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .eighteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .eighteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .eighteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .eighteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .eighteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .eighteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .eighteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .eighteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .eighteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .eighteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .eighteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .eighteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .eighteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .eighteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .eighteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .eighteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .eighteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .eighteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .eighteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .eighteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .eighteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .eighteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .eighteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .eighteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .eighteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .eighteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .eighteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .eighteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .eighteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .eighteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .eighteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .eighteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .eighteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .eighteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .eighteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .eighteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .eighteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .eighteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .eighteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .eighteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .eighteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .eighteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .eighteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .eighteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .eighteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .eighteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .eighteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .eighteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .eighteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .eighteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .eighteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .eighteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .eighteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .eighteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .eighteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .eighteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .eighteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .eighteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .eighteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .eighteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .eighteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .eighteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .eighteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .eighteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .eighteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .eighteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .eighteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .eighteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .eighteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .eighteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .eighteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .eighteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .eighteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .eighteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .eighteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .eighteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .eighteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .eighteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .eighteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .eighteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .eighteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .eighteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .eighteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .eighteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .eighteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .eighteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .eighteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .eighteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .eighteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .eighteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .eighteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .eighteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .eighteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .eighteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .eighteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .eighteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .eighteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .eighteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .eighteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .eighteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .eighteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .eighteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .eighteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .eighteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .eighteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .eighteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .eighteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .eighteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .eighteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .eighteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .eighteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .eighteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .eighteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .eighteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .eighteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .eighteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .eighteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .eighteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .eighteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .eighteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .eighteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .eighteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .eighteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .eighteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .eighteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .eighteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .eighteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .eighteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .eighteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .eighteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .eighteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .eighteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .eighteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .eighteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .eighteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .eighteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .eighteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .eighteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .eighteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .eighteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .eighteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .eighteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .eighteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .eighteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .eighteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .eighteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .eighteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .eighteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .eighteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .eighteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .eighteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .eighteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .eighteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .eighteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .eighteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .eighteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .eighteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .eighteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .eighteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .eighteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .eighteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .eighteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .eighteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .eighteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .eighteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .eighteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .eighteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .eighteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .eighteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .eighteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .eighteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .eighteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .eighteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .eighteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .eighteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .eighteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .eighteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .eighteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .eighteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .eighteenhundred\:transition-none{
    transition-property: none;
  }

  .eighteenhundred\:transition-all{
    transition-property: all;
  }

  .eighteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .eighteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .eighteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .eighteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .eighteenhundred\:transition-transform{
    transition-property: transform;
  }

  .eighteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .eighteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .eighteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .eighteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .eighteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .eighteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .eighteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .eighteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .eighteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .eighteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .eighteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .eighteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .eighteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .eighteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .eighteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .eighteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .eighteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .eighteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .eighteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .eighteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .eighteenhundred\:animate-none{
    animation: none;
  }

  .eighteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .eighteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .eighteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .eighteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1900px){
  .nineteenhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .nineteenhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .nineteenhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .nineteenhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .nineteenhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .nineteenhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .nineteenhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .nineteenhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .nineteenhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .nineteenhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .nineteenhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .nineteenhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .nineteenhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .nineteenhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .nineteenhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .nineteenhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .nineteenhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .nineteenhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .nineteenhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .nineteenhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .nineteenhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .nineteenhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .nineteenhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .nineteenhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .nineteenhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .nineteenhundred\:container{
      max-width: 2000px;
    }
  }

  .nineteenhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .nineteenhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .nineteenhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .nineteenhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .nineteenhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .nineteenhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .nineteenhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .nineteenhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .nineteenhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .nineteenhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .nineteenhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .nineteenhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .nineteenhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .nineteenhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .nineteenhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .nineteenhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .nineteenhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .nineteenhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .nineteenhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .nineteenhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .nineteenhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .nineteenhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .nineteenhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .nineteenhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .nineteenhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .nineteenhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .nineteenhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .nineteenhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .nineteenhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .nineteenhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .nineteenhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .nineteenhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .nineteenhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .nineteenhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .nineteenhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .nineteenhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .nineteenhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .nineteenhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .nineteenhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .nineteenhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .nineteenhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .nineteenhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .nineteenhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .nineteenhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .nineteenhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .nineteenhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .nineteenhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .nineteenhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .nineteenhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .nineteenhundred\:bg-local{
    background-attachment: local;
  }

  .nineteenhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .nineteenhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .nineteenhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .nineteenhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .nineteenhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .nineteenhundred\:bg-transparent{
    background-color: transparent;
  }

  .nineteenhundred\:bg-current{
    background-color: currentColor;
  }

  .nineteenhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .nineteenhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .nineteenhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .nineteenhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .nineteenhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .nineteenhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .nineteenhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .nineteenhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .nineteenhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .nineteenhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .nineteenhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .nineteenhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .nineteenhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .nineteenhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .nineteenhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .nineteenhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .nineteenhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .nineteenhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .nineteenhundred\:bg-none{
    background-image: none;
  }

  .nineteenhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .nineteenhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .nineteenhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .nineteenhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .nineteenhundred\:to-black{
    --gradient-to-color: #000;
  }

  .nineteenhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .nineteenhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .nineteenhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .nineteenhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .nineteenhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .nineteenhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .nineteenhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .nineteenhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .nineteenhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .nineteenhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .nineteenhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .nineteenhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .nineteenhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .nineteenhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .nineteenhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .nineteenhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .nineteenhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .nineteenhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .nineteenhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .nineteenhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .nineteenhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .nineteenhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .nineteenhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .nineteenhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .nineteenhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .nineteenhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .nineteenhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .nineteenhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .nineteenhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .nineteenhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .nineteenhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .nineteenhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .nineteenhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .nineteenhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .nineteenhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .nineteenhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .nineteenhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .nineteenhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .nineteenhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .nineteenhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .nineteenhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .nineteenhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .nineteenhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .nineteenhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .nineteenhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .nineteenhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .nineteenhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .nineteenhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .nineteenhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .nineteenhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .nineteenhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .nineteenhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .nineteenhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .nineteenhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .nineteenhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .nineteenhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .nineteenhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .nineteenhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .nineteenhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .nineteenhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .nineteenhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .nineteenhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .nineteenhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .nineteenhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .nineteenhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .nineteenhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .nineteenhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .nineteenhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .nineteenhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .nineteenhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .nineteenhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .nineteenhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .nineteenhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .nineteenhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .nineteenhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .nineteenhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .nineteenhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .nineteenhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .nineteenhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .nineteenhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .nineteenhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .nineteenhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .nineteenhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .nineteenhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .nineteenhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .nineteenhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .nineteenhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .nineteenhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .nineteenhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .nineteenhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .nineteenhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .nineteenhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .nineteenhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .nineteenhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .nineteenhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .nineteenhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .nineteenhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .nineteenhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .nineteenhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .nineteenhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .nineteenhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .nineteenhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .nineteenhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .nineteenhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .nineteenhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .nineteenhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .nineteenhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .nineteenhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .nineteenhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .nineteenhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .nineteenhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .nineteenhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .nineteenhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .nineteenhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .nineteenhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .nineteenhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .nineteenhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .nineteenhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .nineteenhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .nineteenhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .nineteenhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .nineteenhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .nineteenhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .nineteenhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .nineteenhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .nineteenhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .nineteenhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .nineteenhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .nineteenhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .nineteenhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .nineteenhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .nineteenhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .nineteenhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .nineteenhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .nineteenhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .nineteenhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .nineteenhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .nineteenhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .nineteenhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .nineteenhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .nineteenhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .nineteenhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .nineteenhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .nineteenhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .nineteenhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .nineteenhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .nineteenhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .nineteenhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .nineteenhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .nineteenhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .nineteenhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .nineteenhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .nineteenhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .nineteenhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .nineteenhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .nineteenhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .nineteenhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .nineteenhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .nineteenhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .nineteenhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .nineteenhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .nineteenhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .nineteenhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .nineteenhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .nineteenhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .nineteenhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .nineteenhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .nineteenhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .nineteenhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .nineteenhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .nineteenhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .nineteenhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .nineteenhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .nineteenhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .nineteenhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .nineteenhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .nineteenhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .nineteenhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .nineteenhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .nineteenhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .nineteenhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .nineteenhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .nineteenhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .nineteenhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .nineteenhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .nineteenhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .nineteenhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .nineteenhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .nineteenhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .nineteenhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .nineteenhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .nineteenhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .nineteenhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .nineteenhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .nineteenhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .nineteenhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .nineteenhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .nineteenhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .nineteenhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .nineteenhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .nineteenhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .nineteenhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .nineteenhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .nineteenhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .nineteenhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .nineteenhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .nineteenhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .nineteenhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .nineteenhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .nineteenhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .nineteenhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .nineteenhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .nineteenhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .nineteenhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .nineteenhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .nineteenhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .nineteenhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .nineteenhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .nineteenhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .nineteenhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .nineteenhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .nineteenhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .nineteenhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .nineteenhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .nineteenhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .nineteenhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .nineteenhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .nineteenhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .nineteenhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .nineteenhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .nineteenhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .nineteenhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .nineteenhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .nineteenhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .nineteenhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .nineteenhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .nineteenhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .nineteenhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .nineteenhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .nineteenhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .nineteenhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .nineteenhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .nineteenhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .nineteenhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .nineteenhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .nineteenhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .nineteenhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .nineteenhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .nineteenhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .nineteenhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .nineteenhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .nineteenhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .nineteenhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .nineteenhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .nineteenhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .nineteenhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .nineteenhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .nineteenhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .nineteenhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .nineteenhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .nineteenhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .nineteenhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .nineteenhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .nineteenhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .nineteenhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .nineteenhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .nineteenhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .nineteenhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .nineteenhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .nineteenhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .nineteenhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .nineteenhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .nineteenhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .nineteenhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .nineteenhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .nineteenhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .nineteenhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .nineteenhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .nineteenhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .nineteenhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .nineteenhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .nineteenhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .nineteenhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .nineteenhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .nineteenhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .nineteenhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .nineteenhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .nineteenhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .nineteenhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .nineteenhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .nineteenhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .nineteenhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .nineteenhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .nineteenhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .nineteenhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .nineteenhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .nineteenhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .nineteenhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .nineteenhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .nineteenhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .nineteenhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .nineteenhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .nineteenhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .nineteenhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .nineteenhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .nineteenhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .nineteenhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .nineteenhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .nineteenhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .nineteenhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .nineteenhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .nineteenhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .nineteenhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .nineteenhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .nineteenhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .nineteenhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .nineteenhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .nineteenhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .nineteenhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .nineteenhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .nineteenhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .nineteenhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .nineteenhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .nineteenhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .nineteenhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .nineteenhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .nineteenhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .nineteenhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .nineteenhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .nineteenhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .nineteenhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .nineteenhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .nineteenhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .nineteenhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .nineteenhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .nineteenhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .nineteenhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .nineteenhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .nineteenhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .nineteenhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .nineteenhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .nineteenhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .nineteenhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .nineteenhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .nineteenhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .nineteenhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .nineteenhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .nineteenhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .nineteenhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .nineteenhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .nineteenhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .nineteenhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .nineteenhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .nineteenhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .nineteenhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .nineteenhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .nineteenhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .nineteenhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .nineteenhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .nineteenhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .nineteenhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .nineteenhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .nineteenhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .nineteenhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .nineteenhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .nineteenhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .nineteenhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .nineteenhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .nineteenhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .nineteenhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .nineteenhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .nineteenhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .nineteenhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .nineteenhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .nineteenhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .nineteenhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .nineteenhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .nineteenhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .nineteenhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .nineteenhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .nineteenhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .nineteenhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .nineteenhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .nineteenhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .nineteenhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .nineteenhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .nineteenhundred\:bg-bottom{
    background-position: bottom;
  }

  .nineteenhundred\:bg-center{
    background-position: center;
  }

  .nineteenhundred\:bg-left{
    background-position: left;
  }

  .nineteenhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .nineteenhundred\:bg-left-top{
    background-position: left top;
  }

  .nineteenhundred\:bg-right{
    background-position: right;
  }

  .nineteenhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .nineteenhundred\:bg-right-top{
    background-position: right top;
  }

  .nineteenhundred\:bg-top{
    background-position: top;
  }

  .nineteenhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .nineteenhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .nineteenhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .nineteenhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .nineteenhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .nineteenhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .nineteenhundred\:bg-auto{
    background-size: auto;
  }

  .nineteenhundred\:bg-cover{
    background-size: cover;
  }

  .nineteenhundred\:bg-contain{
    background-size: contain;
  }

  .nineteenhundred\:border-collapse{
    border-collapse: collapse;
  }

  .nineteenhundred\:border-separate{
    border-collapse: separate;
  }

  .nineteenhundred\:border-transparent{
    border-color: transparent;
  }

  .nineteenhundred\:border-current{
    border-color: currentColor;
  }

  .nineteenhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .nineteenhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .nineteenhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .nineteenhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .nineteenhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .nineteenhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .nineteenhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .nineteenhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .nineteenhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .nineteenhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .nineteenhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .nineteenhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .nineteenhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .nineteenhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .nineteenhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .nineteenhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .nineteenhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .nineteenhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .nineteenhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .nineteenhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .nineteenhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .nineteenhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .nineteenhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .nineteenhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .nineteenhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .nineteenhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .nineteenhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .nineteenhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .nineteenhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .nineteenhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .nineteenhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .nineteenhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .nineteenhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .nineteenhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .nineteenhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .nineteenhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .nineteenhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .nineteenhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .nineteenhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .nineteenhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .nineteenhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .nineteenhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .nineteenhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .nineteenhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .nineteenhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .nineteenhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .nineteenhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .nineteenhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .nineteenhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .nineteenhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .nineteenhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .nineteenhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .nineteenhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .nineteenhundred\:rounded-none{
    border-radius: 0;
  }

  .nineteenhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .nineteenhundred\:rounded{
    border-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .nineteenhundred\:rounded-full{
    border-radius: 9999px;
  }

  .nineteenhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .nineteenhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .nineteenhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .nineteenhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .nineteenhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .nineteenhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .nineteenhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .nineteenhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .nineteenhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .nineteenhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .nineteenhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .nineteenhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .nineteenhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .nineteenhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .nineteenhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .nineteenhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .nineteenhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .nineteenhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .nineteenhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .nineteenhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .nineteenhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .nineteenhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .nineteenhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .nineteenhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .nineteenhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .nineteenhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .nineteenhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .nineteenhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .nineteenhundred\:border-solid{
    border-style: solid;
  }

  .nineteenhundred\:border-dashed{
    border-style: dashed;
  }

  .nineteenhundred\:border-dotted{
    border-style: dotted;
  }

  .nineteenhundred\:border-double{
    border-style: double;
  }

  .nineteenhundred\:border-none{
    border-style: none;
  }

  .nineteenhundred\:border-0{
    border-width: 0;
  }

  .nineteenhundred\:border-2{
    border-width: 2px;
  }

  .nineteenhundred\:border-4{
    border-width: 4px;
  }

  .nineteenhundred\:border-8{
    border-width: 8px;
  }

  .nineteenhundred\:border{
    border-width: 1px;
  }

  .nineteenhundred\:border-t-0{
    border-top-width: 0;
  }

  .nineteenhundred\:border-r-0{
    border-right-width: 0;
  }

  .nineteenhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .nineteenhundred\:border-l-0{
    border-left-width: 0;
  }

  .nineteenhundred\:border-t-2{
    border-top-width: 2px;
  }

  .nineteenhundred\:border-r-2{
    border-right-width: 2px;
  }

  .nineteenhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .nineteenhundred\:border-l-2{
    border-left-width: 2px;
  }

  .nineteenhundred\:border-t-4{
    border-top-width: 4px;
  }

  .nineteenhundred\:border-r-4{
    border-right-width: 4px;
  }

  .nineteenhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .nineteenhundred\:border-l-4{
    border-left-width: 4px;
  }

  .nineteenhundred\:border-t-8{
    border-top-width: 8px;
  }

  .nineteenhundred\:border-r-8{
    border-right-width: 8px;
  }

  .nineteenhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .nineteenhundred\:border-l-8{
    border-left-width: 8px;
  }

  .nineteenhundred\:border-t{
    border-top-width: 1px;
  }

  .nineteenhundred\:border-r{
    border-right-width: 1px;
  }

  .nineteenhundred\:border-b{
    border-bottom-width: 1px;
  }

  .nineteenhundred\:border-l{
    border-left-width: 1px;
  }

  .nineteenhundred\:box-border{
    box-sizing: border-box;
  }

  .nineteenhundred\:box-content{
    box-sizing: content-box;
  }

  .nineteenhundred\:cursor-auto{
    cursor: auto;
  }

  .nineteenhundred\:cursor-default{
    cursor: default;
  }

  .nineteenhundred\:cursor-pointer{
    cursor: pointer;
  }

  .nineteenhundred\:cursor-wait{
    cursor: wait;
  }

  .nineteenhundred\:cursor-text{
    cursor: text;
  }

  .nineteenhundred\:cursor-move{
    cursor: move;
  }

  .nineteenhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .nineteenhundred\:block{
    display: block;
  }

  .nineteenhundred\:inline-block{
    display: inline-block;
  }

  .nineteenhundred\:inline{
    display: inline;
  }

  .nineteenhundred\:flex{
    display: flex;
  }

  .nineteenhundred\:inline-flex{
    display: inline-flex;
  }

  .nineteenhundred\:table{
    display: table;
  }

  .nineteenhundred\:table-caption{
    display: table-caption;
  }

  .nineteenhundred\:table-cell{
    display: table-cell;
  }

  .nineteenhundred\:table-column{
    display: table-column;
  }

  .nineteenhundred\:table-column-group{
    display: table-column-group;
  }

  .nineteenhundred\:table-footer-group{
    display: table-footer-group;
  }

  .nineteenhundred\:table-header-group{
    display: table-header-group;
  }

  .nineteenhundred\:table-row-group{
    display: table-row-group;
  }

  .nineteenhundred\:table-row{
    display: table-row;
  }

  .nineteenhundred\:flow-root{
    display: flow-root;
  }

  .nineteenhundred\:grid{
    display: grid;
  }

  .nineteenhundred\:inline-grid{
    display: inline-grid;
  }

  .nineteenhundred\:contents{
    display: contents;
  }

  .nineteenhundred\:hidden{
    display: none;
  }

  .nineteenhundred\:flex-row{
    flex-direction: row;
  }

  .nineteenhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .nineteenhundred\:flex-col{
    flex-direction: column;
  }

  .nineteenhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .nineteenhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .nineteenhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .nineteenhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .nineteenhundred\:place-items-auto{
    place-items: auto;
  }

  .nineteenhundred\:place-items-start{
    place-items: start;
  }

  .nineteenhundred\:place-items-end{
    place-items: end;
  }

  .nineteenhundred\:place-items-center{
    place-items: center;
  }

  .nineteenhundred\:place-items-stretch{
    place-items: stretch;
  }

  .nineteenhundred\:place-content-center{
    place-content: center;
  }

  .nineteenhundred\:place-content-start{
    place-content: start;
  }

  .nineteenhundred\:place-content-end{
    place-content: end;
  }

  .nineteenhundred\:place-content-between{
    place-content: space-between;
  }

  .nineteenhundred\:place-content-around{
    place-content: space-around;
  }

  .nineteenhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .nineteenhundred\:place-content-stretch{
    place-content: stretch;
  }

  .nineteenhundred\:place-self-auto{
    place-self: auto;
  }

  .nineteenhundred\:place-self-start{
    place-self: start;
  }

  .nineteenhundred\:place-self-end{
    place-self: end;
  }

  .nineteenhundred\:place-self-center{
    place-self: center;
  }

  .nineteenhundred\:place-self-stretch{
    place-self: stretch;
  }

  .nineteenhundred\:items-start{
    align-items: flex-start;
  }

  .nineteenhundred\:items-end{
    align-items: flex-end;
  }

  .nineteenhundred\:items-center{
    align-items: center;
  }

  .nineteenhundred\:items-baseline{
    align-items: baseline;
  }

  .nineteenhundred\:items-stretch{
    align-items: stretch;
  }

  .nineteenhundred\:content-center{
    align-content: center;
  }

  .nineteenhundred\:content-start{
    align-content: flex-start;
  }

  .nineteenhundred\:content-end{
    align-content: flex-end;
  }

  .nineteenhundred\:content-between{
    align-content: space-between;
  }

  .nineteenhundred\:content-around{
    align-content: space-around;
  }

  .nineteenhundred\:content-evenly{
    align-content: space-evenly;
  }

  .nineteenhundred\:self-auto{
    align-self: auto;
  }

  .nineteenhundred\:self-start{
    align-self: flex-start;
  }

  .nineteenhundred\:self-end{
    align-self: flex-end;
  }

  .nineteenhundred\:self-center{
    align-self: center;
  }

  .nineteenhundred\:self-stretch{
    align-self: stretch;
  }

  .nineteenhundred\:justify-items-auto{
    justify-items: auto;
  }

  .nineteenhundred\:justify-items-start{
    justify-items: start;
  }

  .nineteenhundred\:justify-items-end{
    justify-items: end;
  }

  .nineteenhundred\:justify-items-center{
    justify-items: center;
  }

  .nineteenhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .nineteenhundred\:justify-start{
    justify-content: flex-start;
  }

  .nineteenhundred\:justify-end{
    justify-content: flex-end;
  }

  .nineteenhundred\:justify-center{
    justify-content: center;
  }

  .nineteenhundred\:justify-between{
    justify-content: space-between;
  }

  .nineteenhundred\:justify-around{
    justify-content: space-around;
  }

  .nineteenhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .nineteenhundred\:justify-self-auto{
    justify-self: auto;
  }

  .nineteenhundred\:justify-self-start{
    justify-self: start;
  }

  .nineteenhundred\:justify-self-end{
    justify-self: end;
  }

  .nineteenhundred\:justify-self-center{
    justify-self: center;
  }

  .nineteenhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .nineteenhundred\:flex-1{
    flex: 1 1 0%;
  }

  .nineteenhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .nineteenhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .nineteenhundred\:flex-none{
    flex: none;
  }

  .nineteenhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .nineteenhundred\:flex-grow{
    flex-grow: 1;
  }

  .nineteenhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .nineteenhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .nineteenhundred\:order-1{
    order: 1;
  }

  .nineteenhundred\:order-2{
    order: 2;
  }

  .nineteenhundred\:order-3{
    order: 3;
  }

  .nineteenhundred\:order-4{
    order: 4;
  }

  .nineteenhundred\:order-5{
    order: 5;
  }

  .nineteenhundred\:order-6{
    order: 6;
  }

  .nineteenhundred\:order-7{
    order: 7;
  }

  .nineteenhundred\:order-8{
    order: 8;
  }

  .nineteenhundred\:order-9{
    order: 9;
  }

  .nineteenhundred\:order-10{
    order: 10;
  }

  .nineteenhundred\:order-11{
    order: 11;
  }

  .nineteenhundred\:order-12{
    order: 12;
  }

  .nineteenhundred\:order-first{
    order: -9999;
  }

  .nineteenhundred\:order-last{
    order: 9999;
  }

  .nineteenhundred\:order-none{
    order: 0;
  }

  .nineteenhundred\:float-right{
    float: right;
  }

  .nineteenhundred\:float-left{
    float: left;
  }

  .nineteenhundred\:float-none{
    float: none;
  }

  .nineteenhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .nineteenhundred\:clear-left{
    clear: left;
  }

  .nineteenhundred\:clear-right{
    clear: right;
  }

  .nineteenhundred\:clear-both{
    clear: both;
  }

  .nineteenhundred\:clear-none{
    clear: none;
  }

  .nineteenhundred\: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";
  }

  .nineteenhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .nineteenhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .nineteenhundred\:font-hairline{
    font-weight: 100;
  }

  .nineteenhundred\:font-thin{
    font-weight: 200;
  }

  .nineteenhundred\:font-light{
    font-weight: 300;
  }

  .nineteenhundred\:font-normal{
    font-weight: 400;
  }

  .nineteenhundred\:font-medium{
    font-weight: 500;
  }

  .nineteenhundred\:font-semibold{
    font-weight: 600;
  }

  .nineteenhundred\:font-bold{
    font-weight: 700;
  }

  .nineteenhundred\:font-extrabold{
    font-weight: 800;
  }

  .nineteenhundred\:font-black{
    font-weight: 900;
  }

  .nineteenhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .nineteenhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .nineteenhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .nineteenhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .nineteenhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .nineteenhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .nineteenhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .nineteenhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .nineteenhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .nineteenhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .nineteenhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .nineteenhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .nineteenhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .nineteenhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .nineteenhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .nineteenhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .nineteenhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .nineteenhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .nineteenhundred\:h-0{
    height: 0;
  }

  .nineteenhundred\:h-1{
    height: 0.25rem;
  }

  .nineteenhundred\:h-2{
    height: 0.5rem;
  }

  .nineteenhundred\:h-3{
    height: 0.75rem;
  }

  .nineteenhundred\:h-4{
    height: 1rem;
  }

  .nineteenhundred\:h-5{
    height: 1.25rem;
  }

  .nineteenhundred\:h-6{
    height: 1.5rem;
  }

  .nineteenhundred\:h-8{
    height: 2rem;
  }

  .nineteenhundred\:h-10{
    height: 2.5rem;
  }

  .nineteenhundred\:h-12{
    height: 3rem;
  }

  .nineteenhundred\:h-16{
    height: 4rem;
  }

  .nineteenhundred\:h-20{
    height: 5rem;
  }

  .nineteenhundred\:h-24{
    height: 6rem;
  }

  .nineteenhundred\:h-32{
    height: 8rem;
  }

  .nineteenhundred\:h-40{
    height: 10rem;
  }

  .nineteenhundred\:h-48{
    height: 12rem;
  }

  .nineteenhundred\:h-56{
    height: 14rem;
  }

  .nineteenhundred\:h-64{
    height: 16rem;
  }

  .nineteenhundred\:h-72{
    height: 18rem;
  }

  .nineteenhundred\:h-80{
    height: 20rem;
  }

  .nineteenhundred\:h-88{
    height: 22rem;
  }

  .nineteenhundred\:h-96{
    height: 24rem;
  }

  .nineteenhundred\:h-104{
    height: 26rem;
  }

  .nineteenhundred\:h-112{
    height: 28rem;
  }

  .nineteenhundred\:h-128{
    height: 30rem;
  }

  .nineteenhundred\:h-144{
    height: 34rem;
  }

  .nineteenhundred\:h-160{
    height: 38rem;
  }

  .nineteenhundred\:h-176{
    height: 42rem;
  }

  .nineteenhundred\:h-192{
    height: 46rem;
  }

  .nineteenhundred\:h-208{
    height: 50rem;
  }

  .nineteenhundred\:h-224{
    height: 54rem;
  }

  .nineteenhundred\:h-240{
    height: 58rem;
  }

  .nineteenhundred\:h-256{
    height: 62rem;
  }

  .nineteenhundred\:h-auto{
    height: auto;
  }

  .nineteenhundred\:h-px{
    height: 1px;
  }

  .nineteenhundred\:h-full{
    height: 100%;
  }

  .nineteenhundred\:h-screen{
    height: 100vh;
  }

  .nineteenhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .nineteenhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .nineteenhundred\:text-xs{
    font-size: 0.75rem;
  }

  .nineteenhundred\:text-sm{
    font-size: 0.875rem;
  }

  .nineteenhundred\:text-base{
    font-size: 1rem;
  }

  .nineteenhundred\:text-lg{
    font-size: 1.125rem;
  }

  .nineteenhundred\:text-xl{
    font-size: 1.25rem;
  }

  .nineteenhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .nineteenhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .nineteenhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .nineteenhundred\:text-5xl{
    font-size: 3rem;
  }

  .nineteenhundred\:text-6xl{
    font-size: 4rem;
  }

  .nineteenhundred\:text-7xl{
    font-size: 6rem;
  }

  .nineteenhundred\:text-8xl{
    font-size: 8rem;
  }

  .nineteenhundred\:leading-3{
    line-height: .75rem;
  }

  .nineteenhundred\:leading-4{
    line-height: 1rem;
  }

  .nineteenhundred\:leading-5{
    line-height: 1.25rem;
  }

  .nineteenhundred\:leading-6{
    line-height: 1.5rem;
  }

  .nineteenhundred\:leading-7{
    line-height: 1.75rem;
  }

  .nineteenhundred\:leading-8{
    line-height: 2rem;
  }

  .nineteenhundred\:leading-9{
    line-height: 2.25rem;
  }

  .nineteenhundred\:leading-10{
    line-height: 2.5rem;
  }

  .nineteenhundred\:leading-none{
    line-height: 1;
  }

  .nineteenhundred\:leading-tight{
    line-height: 1.25;
  }

  .nineteenhundred\:leading-snug{
    line-height: 1.375;
  }

  .nineteenhundred\:leading-normal{
    line-height: 1.5;
  }

  .nineteenhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .nineteenhundred\:leading-loose{
    line-height: 2;
  }

  .nineteenhundred\:list-inside{
    list-style-position: inside;
  }

  .nineteenhundred\:list-outside{
    list-style-position: outside;
  }

  .nineteenhundred\:list-none{
    list-style-type: none;
  }

  .nineteenhundred\:list-disc{
    list-style-type: disc;
  }

  .nineteenhundred\:list-decimal{
    list-style-type: decimal;
  }

  .nineteenhundred\:m-0{
    margin: 0;
  }

  .nineteenhundred\:m-1{
    margin: 0.25rem;
  }

  .nineteenhundred\:m-2{
    margin: 0.5rem;
  }

  .nineteenhundred\:m-3{
    margin: 0.75rem;
  }

  .nineteenhundred\:m-4{
    margin: 1rem;
  }

  .nineteenhundred\:m-5{
    margin: 1.25rem;
  }

  .nineteenhundred\:m-6{
    margin: 1.5rem;
  }

  .nineteenhundred\:m-8{
    margin: 2rem;
  }

  .nineteenhundred\:m-10{
    margin: 2.5rem;
  }

  .nineteenhundred\:m-12{
    margin: 3rem;
  }

  .nineteenhundred\:m-16{
    margin: 4rem;
  }

  .nineteenhundred\:m-20{
    margin: 5rem;
  }

  .nineteenhundred\:m-24{
    margin: 6rem;
  }

  .nineteenhundred\:m-32{
    margin: 8rem;
  }

  .nineteenhundred\:m-40{
    margin: 10rem;
  }

  .nineteenhundred\:m-48{
    margin: 12rem;
  }

  .nineteenhundred\:m-56{
    margin: 14rem;
  }

  .nineteenhundred\:m-64{
    margin: 16rem;
  }

  .nineteenhundred\:m-72{
    margin: 18rem;
  }

  .nineteenhundred\:m-80{
    margin: 20rem;
  }

  .nineteenhundred\:m-88{
    margin: 22rem;
  }

  .nineteenhundred\:m-96{
    margin: 24rem;
  }

  .nineteenhundred\:m-104{
    margin: 26rem;
  }

  .nineteenhundred\:m-112{
    margin: 28rem;
  }

  .nineteenhundred\:m-128{
    margin: 30rem;
  }

  .nineteenhundred\:m-144{
    margin: 34rem;
  }

  .nineteenhundred\:m-160{
    margin: 38rem;
  }

  .nineteenhundred\:m-176{
    margin: 42rem;
  }

  .nineteenhundred\:m-192{
    margin: 46rem;
  }

  .nineteenhundred\:m-208{
    margin: 50rem;
  }

  .nineteenhundred\:m-224{
    margin: 54rem;
  }

  .nineteenhundred\:m-240{
    margin: 58rem;
  }

  .nineteenhundred\:m-256{
    margin: 62rem;
  }

  .nineteenhundred\:m-auto{
    margin: auto;
  }

  .nineteenhundred\:m-px{
    margin: 1px;
  }

  .nineteenhundred\:-m-1{
    margin: -0.25rem;
  }

  .nineteenhundred\:-m-2{
    margin: -0.5rem;
  }

  .nineteenhundred\:-m-3{
    margin: -0.75rem;
  }

  .nineteenhundred\:-m-4{
    margin: -1rem;
  }

  .nineteenhundred\:-m-5{
    margin: -1.25rem;
  }

  .nineteenhundred\:-m-6{
    margin: -1.5rem;
  }

  .nineteenhundred\:-m-8{
    margin: -2rem;
  }

  .nineteenhundred\:-m-10{
    margin: -2.5rem;
  }

  .nineteenhundred\:-m-12{
    margin: -3rem;
  }

  .nineteenhundred\:-m-16{
    margin: -4rem;
  }

  .nineteenhundred\:-m-20{
    margin: -5rem;
  }

  .nineteenhundred\:-m-24{
    margin: -6rem;
  }

  .nineteenhundred\:-m-32{
    margin: -8rem;
  }

  .nineteenhundred\:-m-40{
    margin: -10rem;
  }

  .nineteenhundred\:-m-48{
    margin: -12rem;
  }

  .nineteenhundred\:-m-56{
    margin: -14rem;
  }

  .nineteenhundred\:-m-64{
    margin: -16rem;
  }

  .nineteenhundred\:-m-72{
    margin: -18rem;
  }

  .nineteenhundred\:-m-80{
    margin: -20rem;
  }

  .nineteenhundred\:-m-88{
    margin: -22rem;
  }

  .nineteenhundred\:-m-96{
    margin: -24rem;
  }

  .nineteenhundred\:-m-104{
    margin: -26rem;
  }

  .nineteenhundred\:-m-112{
    margin: -28rem;
  }

  .nineteenhundred\:-m-128{
    margin: -30rem;
  }

  .nineteenhundred\:-m-144{
    margin: -34rem;
  }

  .nineteenhundred\:-m-160{
    margin: -38rem;
  }

  .nineteenhundred\:-m-176{
    margin: -42rem;
  }

  .nineteenhundred\:-m-192{
    margin: -46rem;
  }

  .nineteenhundred\:-m-208{
    margin: -50rem;
  }

  .nineteenhundred\:-m-224{
    margin: -54rem;
  }

  .nineteenhundred\:-m-240{
    margin: -58rem;
  }

  .nineteenhundred\:-m-256{
    margin: -62rem;
  }

  .nineteenhundred\:-m-px{
    margin: -1px;
  }

  .nineteenhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .nineteenhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .nineteenhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .nineteenhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .nineteenhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .nineteenhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .nineteenhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .nineteenhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .nineteenhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nineteenhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nineteenhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .nineteenhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .nineteenhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .nineteenhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .nineteenhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .nineteenhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .nineteenhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .nineteenhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .nineteenhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .nineteenhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .nineteenhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .nineteenhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .nineteenhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .nineteenhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .nineteenhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .nineteenhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .nineteenhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .nineteenhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .nineteenhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .nineteenhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .nineteenhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .nineteenhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .nineteenhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .nineteenhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .nineteenhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .nineteenhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .nineteenhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .nineteenhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .nineteenhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .nineteenhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .nineteenhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .nineteenhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .nineteenhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .nineteenhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .nineteenhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .nineteenhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .nineteenhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .nineteenhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .nineteenhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .nineteenhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .nineteenhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .nineteenhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .nineteenhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .nineteenhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .nineteenhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .nineteenhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .nineteenhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .nineteenhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .nineteenhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .nineteenhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .nineteenhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .nineteenhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .nineteenhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .nineteenhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .nineteenhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .nineteenhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .nineteenhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .nineteenhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .nineteenhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .nineteenhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .nineteenhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .nineteenhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .nineteenhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .nineteenhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .nineteenhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .nineteenhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .nineteenhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .nineteenhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .nineteenhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .nineteenhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .nineteenhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .nineteenhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .nineteenhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .nineteenhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .nineteenhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .nineteenhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .nineteenhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .nineteenhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .nineteenhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .nineteenhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .nineteenhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .nineteenhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .nineteenhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .nineteenhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .nineteenhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .nineteenhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .nineteenhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .nineteenhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .nineteenhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .nineteenhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .nineteenhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .nineteenhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .nineteenhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .nineteenhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .nineteenhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .nineteenhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .nineteenhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .nineteenhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .nineteenhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .nineteenhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .nineteenhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .nineteenhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .nineteenhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .nineteenhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .nineteenhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .nineteenhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .nineteenhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .nineteenhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .nineteenhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .nineteenhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .nineteenhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .nineteenhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .nineteenhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .nineteenhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .nineteenhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .nineteenhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .nineteenhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .nineteenhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .nineteenhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .nineteenhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .nineteenhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .nineteenhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .nineteenhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .nineteenhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .nineteenhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .nineteenhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .nineteenhundred\:mt-0{
    margin-top: 0;
  }

  .nineteenhundred\:mr-0{
    margin-right: 0;
  }

  .nineteenhundred\:mb-0{
    margin-bottom: 0;
  }

  .nineteenhundred\:ml-0{
    margin-left: 0;
  }

  .nineteenhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .nineteenhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .nineteenhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .nineteenhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .nineteenhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .nineteenhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .nineteenhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .nineteenhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .nineteenhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .nineteenhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .nineteenhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .nineteenhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .nineteenhundred\:mt-4{
    margin-top: 1rem;
  }

  .nineteenhundred\:mr-4{
    margin-right: 1rem;
  }

  .nineteenhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .nineteenhundred\:ml-4{
    margin-left: 1rem;
  }

  .nineteenhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .nineteenhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .nineteenhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .nineteenhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .nineteenhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .nineteenhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .nineteenhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .nineteenhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .nineteenhundred\:mt-8{
    margin-top: 2rem;
  }

  .nineteenhundred\:mr-8{
    margin-right: 2rem;
  }

  .nineteenhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .nineteenhundred\:ml-8{
    margin-left: 2rem;
  }

  .nineteenhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .nineteenhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .nineteenhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .nineteenhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .nineteenhundred\:mt-12{
    margin-top: 3rem;
  }

  .nineteenhundred\:mr-12{
    margin-right: 3rem;
  }

  .nineteenhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .nineteenhundred\:ml-12{
    margin-left: 3rem;
  }

  .nineteenhundred\:mt-16{
    margin-top: 4rem;
  }

  .nineteenhundred\:mr-16{
    margin-right: 4rem;
  }

  .nineteenhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .nineteenhundred\:ml-16{
    margin-left: 4rem;
  }

  .nineteenhundred\:mt-20{
    margin-top: 5rem;
  }

  .nineteenhundred\:mr-20{
    margin-right: 5rem;
  }

  .nineteenhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .nineteenhundred\:ml-20{
    margin-left: 5rem;
  }

  .nineteenhundred\:mt-24{
    margin-top: 6rem;
  }

  .nineteenhundred\:mr-24{
    margin-right: 6rem;
  }

  .nineteenhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .nineteenhundred\:ml-24{
    margin-left: 6rem;
  }

  .nineteenhundred\:mt-32{
    margin-top: 8rem;
  }

  .nineteenhundred\:mr-32{
    margin-right: 8rem;
  }

  .nineteenhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .nineteenhundred\:ml-32{
    margin-left: 8rem;
  }

  .nineteenhundred\:mt-40{
    margin-top: 10rem;
  }

  .nineteenhundred\:mr-40{
    margin-right: 10rem;
  }

  .nineteenhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .nineteenhundred\:ml-40{
    margin-left: 10rem;
  }

  .nineteenhundred\:mt-48{
    margin-top: 12rem;
  }

  .nineteenhundred\:mr-48{
    margin-right: 12rem;
  }

  .nineteenhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .nineteenhundred\:ml-48{
    margin-left: 12rem;
  }

  .nineteenhundred\:mt-56{
    margin-top: 14rem;
  }

  .nineteenhundred\:mr-56{
    margin-right: 14rem;
  }

  .nineteenhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .nineteenhundred\:ml-56{
    margin-left: 14rem;
  }

  .nineteenhundred\:mt-64{
    margin-top: 16rem;
  }

  .nineteenhundred\:mr-64{
    margin-right: 16rem;
  }

  .nineteenhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .nineteenhundred\:ml-64{
    margin-left: 16rem;
  }

  .nineteenhundred\:mt-72{
    margin-top: 18rem;
  }

  .nineteenhundred\:mr-72{
    margin-right: 18rem;
  }

  .nineteenhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .nineteenhundred\:ml-72{
    margin-left: 18rem;
  }

  .nineteenhundred\:mt-80{
    margin-top: 20rem;
  }

  .nineteenhundred\:mr-80{
    margin-right: 20rem;
  }

  .nineteenhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .nineteenhundred\:ml-80{
    margin-left: 20rem;
  }

  .nineteenhundred\:mt-88{
    margin-top: 22rem;
  }

  .nineteenhundred\:mr-88{
    margin-right: 22rem;
  }

  .nineteenhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .nineteenhundred\:ml-88{
    margin-left: 22rem;
  }

  .nineteenhundred\:mt-96{
    margin-top: 24rem;
  }

  .nineteenhundred\:mr-96{
    margin-right: 24rem;
  }

  .nineteenhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .nineteenhundred\:ml-96{
    margin-left: 24rem;
  }

  .nineteenhundred\:mt-104{
    margin-top: 26rem;
  }

  .nineteenhundred\:mr-104{
    margin-right: 26rem;
  }

  .nineteenhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .nineteenhundred\:ml-104{
    margin-left: 26rem;
  }

  .nineteenhundred\:mt-112{
    margin-top: 28rem;
  }

  .nineteenhundred\:mr-112{
    margin-right: 28rem;
  }

  .nineteenhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .nineteenhundred\:ml-112{
    margin-left: 28rem;
  }

  .nineteenhundred\:mt-128{
    margin-top: 30rem;
  }

  .nineteenhundred\:mr-128{
    margin-right: 30rem;
  }

  .nineteenhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .nineteenhundred\:ml-128{
    margin-left: 30rem;
  }

  .nineteenhundred\:mt-144{
    margin-top: 34rem;
  }

  .nineteenhundred\:mr-144{
    margin-right: 34rem;
  }

  .nineteenhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .nineteenhundred\:ml-144{
    margin-left: 34rem;
  }

  .nineteenhundred\:mt-160{
    margin-top: 38rem;
  }

  .nineteenhundred\:mr-160{
    margin-right: 38rem;
  }

  .nineteenhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .nineteenhundred\:ml-160{
    margin-left: 38rem;
  }

  .nineteenhundred\:mt-176{
    margin-top: 42rem;
  }

  .nineteenhundred\:mr-176{
    margin-right: 42rem;
  }

  .nineteenhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .nineteenhundred\:ml-176{
    margin-left: 42rem;
  }

  .nineteenhundred\:mt-192{
    margin-top: 46rem;
  }

  .nineteenhundred\:mr-192{
    margin-right: 46rem;
  }

  .nineteenhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .nineteenhundred\:ml-192{
    margin-left: 46rem;
  }

  .nineteenhundred\:mt-208{
    margin-top: 50rem;
  }

  .nineteenhundred\:mr-208{
    margin-right: 50rem;
  }

  .nineteenhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .nineteenhundred\:ml-208{
    margin-left: 50rem;
  }

  .nineteenhundred\:mt-224{
    margin-top: 54rem;
  }

  .nineteenhundred\:mr-224{
    margin-right: 54rem;
  }

  .nineteenhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .nineteenhundred\:ml-224{
    margin-left: 54rem;
  }

  .nineteenhundred\:mt-240{
    margin-top: 58rem;
  }

  .nineteenhundred\:mr-240{
    margin-right: 58rem;
  }

  .nineteenhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .nineteenhundred\:ml-240{
    margin-left: 58rem;
  }

  .nineteenhundred\:mt-256{
    margin-top: 62rem;
  }

  .nineteenhundred\:mr-256{
    margin-right: 62rem;
  }

  .nineteenhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .nineteenhundred\:ml-256{
    margin-left: 62rem;
  }

  .nineteenhundred\:mt-auto{
    margin-top: auto;
  }

  .nineteenhundred\:mr-auto{
    margin-right: auto;
  }

  .nineteenhundred\:mb-auto{
    margin-bottom: auto;
  }

  .nineteenhundred\:ml-auto{
    margin-left: auto;
  }

  .nineteenhundred\:mt-px{
    margin-top: 1px;
  }

  .nineteenhundred\:mr-px{
    margin-right: 1px;
  }

  .nineteenhundred\:mb-px{
    margin-bottom: 1px;
  }

  .nineteenhundred\:ml-px{
    margin-left: 1px;
  }

  .nineteenhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .nineteenhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .nineteenhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .nineteenhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .nineteenhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .nineteenhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .nineteenhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .nineteenhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .nineteenhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .nineteenhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .nineteenhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .nineteenhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .nineteenhundred\:-mt-4{
    margin-top: -1rem;
  }

  .nineteenhundred\:-mr-4{
    margin-right: -1rem;
  }

  .nineteenhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .nineteenhundred\:-ml-4{
    margin-left: -1rem;
  }

  .nineteenhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .nineteenhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .nineteenhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .nineteenhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .nineteenhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .nineteenhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .nineteenhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .nineteenhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .nineteenhundred\:-mt-8{
    margin-top: -2rem;
  }

  .nineteenhundred\:-mr-8{
    margin-right: -2rem;
  }

  .nineteenhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .nineteenhundred\:-ml-8{
    margin-left: -2rem;
  }

  .nineteenhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .nineteenhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .nineteenhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .nineteenhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .nineteenhundred\:-mt-12{
    margin-top: -3rem;
  }

  .nineteenhundred\:-mr-12{
    margin-right: -3rem;
  }

  .nineteenhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .nineteenhundred\:-ml-12{
    margin-left: -3rem;
  }

  .nineteenhundred\:-mt-16{
    margin-top: -4rem;
  }

  .nineteenhundred\:-mr-16{
    margin-right: -4rem;
  }

  .nineteenhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .nineteenhundred\:-ml-16{
    margin-left: -4rem;
  }

  .nineteenhundred\:-mt-20{
    margin-top: -5rem;
  }

  .nineteenhundred\:-mr-20{
    margin-right: -5rem;
  }

  .nineteenhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .nineteenhundred\:-ml-20{
    margin-left: -5rem;
  }

  .nineteenhundred\:-mt-24{
    margin-top: -6rem;
  }

  .nineteenhundred\:-mr-24{
    margin-right: -6rem;
  }

  .nineteenhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .nineteenhundred\:-ml-24{
    margin-left: -6rem;
  }

  .nineteenhundred\:-mt-32{
    margin-top: -8rem;
  }

  .nineteenhundred\:-mr-32{
    margin-right: -8rem;
  }

  .nineteenhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .nineteenhundred\:-ml-32{
    margin-left: -8rem;
  }

  .nineteenhundred\:-mt-40{
    margin-top: -10rem;
  }

  .nineteenhundred\:-mr-40{
    margin-right: -10rem;
  }

  .nineteenhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .nineteenhundred\:-ml-40{
    margin-left: -10rem;
  }

  .nineteenhundred\:-mt-48{
    margin-top: -12rem;
  }

  .nineteenhundred\:-mr-48{
    margin-right: -12rem;
  }

  .nineteenhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .nineteenhundred\:-ml-48{
    margin-left: -12rem;
  }

  .nineteenhundred\:-mt-56{
    margin-top: -14rem;
  }

  .nineteenhundred\:-mr-56{
    margin-right: -14rem;
  }

  .nineteenhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .nineteenhundred\:-ml-56{
    margin-left: -14rem;
  }

  .nineteenhundred\:-mt-64{
    margin-top: -16rem;
  }

  .nineteenhundred\:-mr-64{
    margin-right: -16rem;
  }

  .nineteenhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .nineteenhundred\:-ml-64{
    margin-left: -16rem;
  }

  .nineteenhundred\:-mt-72{
    margin-top: -18rem;
  }

  .nineteenhundred\:-mr-72{
    margin-right: -18rem;
  }

  .nineteenhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .nineteenhundred\:-ml-72{
    margin-left: -18rem;
  }

  .nineteenhundred\:-mt-80{
    margin-top: -20rem;
  }

  .nineteenhundred\:-mr-80{
    margin-right: -20rem;
  }

  .nineteenhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .nineteenhundred\:-ml-80{
    margin-left: -20rem;
  }

  .nineteenhundred\:-mt-88{
    margin-top: -22rem;
  }

  .nineteenhundred\:-mr-88{
    margin-right: -22rem;
  }

  .nineteenhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .nineteenhundred\:-ml-88{
    margin-left: -22rem;
  }

  .nineteenhundred\:-mt-96{
    margin-top: -24rem;
  }

  .nineteenhundred\:-mr-96{
    margin-right: -24rem;
  }

  .nineteenhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .nineteenhundred\:-ml-96{
    margin-left: -24rem;
  }

  .nineteenhundred\:-mt-104{
    margin-top: -26rem;
  }

  .nineteenhundred\:-mr-104{
    margin-right: -26rem;
  }

  .nineteenhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .nineteenhundred\:-ml-104{
    margin-left: -26rem;
  }

  .nineteenhundred\:-mt-112{
    margin-top: -28rem;
  }

  .nineteenhundred\:-mr-112{
    margin-right: -28rem;
  }

  .nineteenhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .nineteenhundred\:-ml-112{
    margin-left: -28rem;
  }

  .nineteenhundred\:-mt-128{
    margin-top: -30rem;
  }

  .nineteenhundred\:-mr-128{
    margin-right: -30rem;
  }

  .nineteenhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .nineteenhundred\:-ml-128{
    margin-left: -30rem;
  }

  .nineteenhundred\:-mt-144{
    margin-top: -34rem;
  }

  .nineteenhundred\:-mr-144{
    margin-right: -34rem;
  }

  .nineteenhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .nineteenhundred\:-ml-144{
    margin-left: -34rem;
  }

  .nineteenhundred\:-mt-160{
    margin-top: -38rem;
  }

  .nineteenhundred\:-mr-160{
    margin-right: -38rem;
  }

  .nineteenhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .nineteenhundred\:-ml-160{
    margin-left: -38rem;
  }

  .nineteenhundred\:-mt-176{
    margin-top: -42rem;
  }

  .nineteenhundred\:-mr-176{
    margin-right: -42rem;
  }

  .nineteenhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .nineteenhundred\:-ml-176{
    margin-left: -42rem;
  }

  .nineteenhundred\:-mt-192{
    margin-top: -46rem;
  }

  .nineteenhundred\:-mr-192{
    margin-right: -46rem;
  }

  .nineteenhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .nineteenhundred\:-ml-192{
    margin-left: -46rem;
  }

  .nineteenhundred\:-mt-208{
    margin-top: -50rem;
  }

  .nineteenhundred\:-mr-208{
    margin-right: -50rem;
  }

  .nineteenhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .nineteenhundred\:-ml-208{
    margin-left: -50rem;
  }

  .nineteenhundred\:-mt-224{
    margin-top: -54rem;
  }

  .nineteenhundred\:-mr-224{
    margin-right: -54rem;
  }

  .nineteenhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .nineteenhundred\:-ml-224{
    margin-left: -54rem;
  }

  .nineteenhundred\:-mt-240{
    margin-top: -58rem;
  }

  .nineteenhundred\:-mr-240{
    margin-right: -58rem;
  }

  .nineteenhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .nineteenhundred\:-ml-240{
    margin-left: -58rem;
  }

  .nineteenhundred\:-mt-256{
    margin-top: -62rem;
  }

  .nineteenhundred\:-mr-256{
    margin-right: -62rem;
  }

  .nineteenhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .nineteenhundred\:-ml-256{
    margin-left: -62rem;
  }

  .nineteenhundred\:-mt-px{
    margin-top: -1px;
  }

  .nineteenhundred\:-mr-px{
    margin-right: -1px;
  }

  .nineteenhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .nineteenhundred\:-ml-px{
    margin-left: -1px;
  }

  .nineteenhundred\:max-h-full{
    max-height: 100%;
  }

  .nineteenhundred\:max-h-screen{
    max-height: 100vh;
  }

  .nineteenhundred\:max-w-none{
    max-width: none;
  }

  .nineteenhundred\:max-w-xs{
    max-width: 20rem;
  }

  .nineteenhundred\:max-w-sm{
    max-width: 24rem;
  }

  .nineteenhundred\:max-w-md{
    max-width: 28rem;
  }

  .nineteenhundred\:max-w-lg{
    max-width: 32rem;
  }

  .nineteenhundred\:max-w-xl{
    max-width: 36rem;
  }

  .nineteenhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .nineteenhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .nineteenhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .nineteenhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .nineteenhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .nineteenhundred\:max-w-full{
    max-width: 100%;
  }

  .nineteenhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .nineteenhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .nineteenhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .nineteenhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .nineteenhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .nineteenhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .nineteenhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .nineteenhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .nineteenhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .nineteenhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .nineteenhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .nineteenhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .nineteenhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .nineteenhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .nineteenhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .nineteenhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .nineteenhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .nineteenhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .nineteenhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .nineteenhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .nineteenhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .nineteenhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .nineteenhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .nineteenhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .nineteenhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .nineteenhundred\:min-h-0{
    min-height: 0;
  }

  .nineteenhundred\:min-h-full{
    min-height: 100%;
  }

  .nineteenhundred\:min-h-screen{
    min-height: 100vh;
  }

  .nineteenhundred\:min-w-0{
    min-width: 0;
  }

  .nineteenhundred\:min-w-80{
    min-width: 20rem;
  }

  .nineteenhundred\:min-w-full{
    min-width: 100%;
  }

  .nineteenhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .nineteenhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .nineteenhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .nineteenhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .nineteenhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .nineteenhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .nineteenhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .nineteenhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .nineteenhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .nineteenhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .nineteenhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .nineteenhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .nineteenhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .nineteenhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .nineteenhundred\:opacity-0{
    opacity: 0;
  }

  .nineteenhundred\:opacity-25{
    opacity: 0.25;
  }

  .nineteenhundred\:opacity-30{
    opacity: 0.3;
  }

  .nineteenhundred\:opacity-40{
    opacity: 0.4;
  }

  .nineteenhundred\:opacity-50{
    opacity: 0.5;
  }

  .nineteenhundred\:opacity-75{
    opacity: 0.75;
  }

  .nineteenhundred\:opacity-100{
    opacity: 1;
  }

  .nineteenhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .nineteenhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .nineteenhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .nineteenhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .nineteenhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .nineteenhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .nineteenhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .nineteenhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .nineteenhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .nineteenhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .nineteenhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .nineteenhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .nineteenhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .nineteenhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .nineteenhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .nineteenhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .nineteenhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .nineteenhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .nineteenhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .nineteenhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .nineteenhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .nineteenhundred\:overflow-auto{
    overflow: auto;
  }

  .nineteenhundred\:overflow-hidden{
    overflow: hidden;
  }

  .nineteenhundred\:overflow-visible{
    overflow: visible;
  }

  .nineteenhundred\:overflow-scroll{
    overflow: scroll;
  }

  .nineteenhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .nineteenhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .nineteenhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .nineteenhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .nineteenhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .nineteenhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .nineteenhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .nineteenhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .nineteenhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .nineteenhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .nineteenhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .nineteenhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .nineteenhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .nineteenhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .nineteenhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .nineteenhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .nineteenhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .nineteenhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .nineteenhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .nineteenhundred\:p-0{
    padding: 0;
  }

  .nineteenhundred\:p-1{
    padding: 0.25rem;
  }

  .nineteenhundred\:p-2{
    padding: 0.5rem;
  }

  .nineteenhundred\:p-3{
    padding: 0.75rem;
  }

  .nineteenhundred\:p-4{
    padding: 1rem;
  }

  .nineteenhundred\:p-5{
    padding: 1.25rem;
  }

  .nineteenhundred\:p-6{
    padding: 1.5rem;
  }

  .nineteenhundred\:p-8{
    padding: 2rem;
  }

  .nineteenhundred\:p-10{
    padding: 2.5rem;
  }

  .nineteenhundred\:p-12{
    padding: 3rem;
  }

  .nineteenhundred\:p-16{
    padding: 4rem;
  }

  .nineteenhundred\:p-20{
    padding: 5rem;
  }

  .nineteenhundred\:p-24{
    padding: 6rem;
  }

  .nineteenhundred\:p-32{
    padding: 8rem;
  }

  .nineteenhundred\:p-40{
    padding: 10rem;
  }

  .nineteenhundred\:p-48{
    padding: 12rem;
  }

  .nineteenhundred\:p-56{
    padding: 14rem;
  }

  .nineteenhundred\:p-64{
    padding: 16rem;
  }

  .nineteenhundred\:p-72{
    padding: 18rem;
  }

  .nineteenhundred\:p-80{
    padding: 20rem;
  }

  .nineteenhundred\:p-88{
    padding: 22rem;
  }

  .nineteenhundred\:p-96{
    padding: 24rem;
  }

  .nineteenhundred\:p-104{
    padding: 26rem;
  }

  .nineteenhundred\:p-112{
    padding: 28rem;
  }

  .nineteenhundred\:p-128{
    padding: 30rem;
  }

  .nineteenhundred\:p-144{
    padding: 34rem;
  }

  .nineteenhundred\:p-160{
    padding: 38rem;
  }

  .nineteenhundred\:p-176{
    padding: 42rem;
  }

  .nineteenhundred\:p-192{
    padding: 46rem;
  }

  .nineteenhundred\:p-208{
    padding: 50rem;
  }

  .nineteenhundred\:p-224{
    padding: 54rem;
  }

  .nineteenhundred\:p-240{
    padding: 58rem;
  }

  .nineteenhundred\:p-256{
    padding: 62rem;
  }

  .nineteenhundred\:p-px{
    padding: 1px;
  }

  .nineteenhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .nineteenhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .nineteenhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .nineteenhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .nineteenhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .nineteenhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .nineteenhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .nineteenhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .nineteenhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nineteenhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nineteenhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nineteenhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nineteenhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nineteenhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nineteenhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nineteenhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nineteenhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .nineteenhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nineteenhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nineteenhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nineteenhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nineteenhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nineteenhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .nineteenhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .nineteenhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nineteenhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .nineteenhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .nineteenhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .nineteenhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .nineteenhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .nineteenhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .nineteenhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .nineteenhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .nineteenhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .nineteenhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .nineteenhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .nineteenhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .nineteenhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .nineteenhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .nineteenhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .nineteenhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .nineteenhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .nineteenhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .nineteenhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .nineteenhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .nineteenhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .nineteenhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .nineteenhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .nineteenhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .nineteenhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .nineteenhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .nineteenhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .nineteenhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .nineteenhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .nineteenhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .nineteenhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .nineteenhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .nineteenhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .nineteenhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .nineteenhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .nineteenhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .nineteenhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .nineteenhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .nineteenhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .nineteenhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .nineteenhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .nineteenhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nineteenhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .nineteenhundred\:pt-0{
    padding-top: 0;
  }

  .nineteenhundred\:pr-0{
    padding-right: 0;
  }

  .nineteenhundred\:pb-0{
    padding-bottom: 0;
  }

  .nineteenhundred\:pl-0{
    padding-left: 0;
  }

  .nineteenhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .nineteenhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .nineteenhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .nineteenhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .nineteenhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .nineteenhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .nineteenhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .nineteenhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .nineteenhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .nineteenhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .nineteenhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .nineteenhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .nineteenhundred\:pt-4{
    padding-top: 1rem;
  }

  .nineteenhundred\:pr-4{
    padding-right: 1rem;
  }

  .nineteenhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .nineteenhundred\:pl-4{
    padding-left: 1rem;
  }

  .nineteenhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .nineteenhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .nineteenhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .nineteenhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .nineteenhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .nineteenhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .nineteenhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .nineteenhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .nineteenhundred\:pt-8{
    padding-top: 2rem;
  }

  .nineteenhundred\:pr-8{
    padding-right: 2rem;
  }

  .nineteenhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .nineteenhundred\:pl-8{
    padding-left: 2rem;
  }

  .nineteenhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .nineteenhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .nineteenhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .nineteenhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .nineteenhundred\:pt-12{
    padding-top: 3rem;
  }

  .nineteenhundred\:pr-12{
    padding-right: 3rem;
  }

  .nineteenhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .nineteenhundred\:pl-12{
    padding-left: 3rem;
  }

  .nineteenhundred\:pt-16{
    padding-top: 4rem;
  }

  .nineteenhundred\:pr-16{
    padding-right: 4rem;
  }

  .nineteenhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .nineteenhundred\:pl-16{
    padding-left: 4rem;
  }

  .nineteenhundred\:pt-20{
    padding-top: 5rem;
  }

  .nineteenhundred\:pr-20{
    padding-right: 5rem;
  }

  .nineteenhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .nineteenhundred\:pl-20{
    padding-left: 5rem;
  }

  .nineteenhundred\:pt-24{
    padding-top: 6rem;
  }

  .nineteenhundred\:pr-24{
    padding-right: 6rem;
  }

  .nineteenhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .nineteenhundred\:pl-24{
    padding-left: 6rem;
  }

  .nineteenhundred\:pt-32{
    padding-top: 8rem;
  }

  .nineteenhundred\:pr-32{
    padding-right: 8rem;
  }

  .nineteenhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .nineteenhundred\:pl-32{
    padding-left: 8rem;
  }

  .nineteenhundred\:pt-40{
    padding-top: 10rem;
  }

  .nineteenhundred\:pr-40{
    padding-right: 10rem;
  }

  .nineteenhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .nineteenhundred\:pl-40{
    padding-left: 10rem;
  }

  .nineteenhundred\:pt-48{
    padding-top: 12rem;
  }

  .nineteenhundred\:pr-48{
    padding-right: 12rem;
  }

  .nineteenhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .nineteenhundred\:pl-48{
    padding-left: 12rem;
  }

  .nineteenhundred\:pt-56{
    padding-top: 14rem;
  }

  .nineteenhundred\:pr-56{
    padding-right: 14rem;
  }

  .nineteenhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .nineteenhundred\:pl-56{
    padding-left: 14rem;
  }

  .nineteenhundred\:pt-64{
    padding-top: 16rem;
  }

  .nineteenhundred\:pr-64{
    padding-right: 16rem;
  }

  .nineteenhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .nineteenhundred\:pl-64{
    padding-left: 16rem;
  }

  .nineteenhundred\:pt-72{
    padding-top: 18rem;
  }

  .nineteenhundred\:pr-72{
    padding-right: 18rem;
  }

  .nineteenhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .nineteenhundred\:pl-72{
    padding-left: 18rem;
  }

  .nineteenhundred\:pt-80{
    padding-top: 20rem;
  }

  .nineteenhundred\:pr-80{
    padding-right: 20rem;
  }

  .nineteenhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .nineteenhundred\:pl-80{
    padding-left: 20rem;
  }

  .nineteenhundred\:pt-88{
    padding-top: 22rem;
  }

  .nineteenhundred\:pr-88{
    padding-right: 22rem;
  }

  .nineteenhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .nineteenhundred\:pl-88{
    padding-left: 22rem;
  }

  .nineteenhundred\:pt-96{
    padding-top: 24rem;
  }

  .nineteenhundred\:pr-96{
    padding-right: 24rem;
  }

  .nineteenhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .nineteenhundred\:pl-96{
    padding-left: 24rem;
  }

  .nineteenhundred\:pt-104{
    padding-top: 26rem;
  }

  .nineteenhundred\:pr-104{
    padding-right: 26rem;
  }

  .nineteenhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .nineteenhundred\:pl-104{
    padding-left: 26rem;
  }

  .nineteenhundred\:pt-112{
    padding-top: 28rem;
  }

  .nineteenhundred\:pr-112{
    padding-right: 28rem;
  }

  .nineteenhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .nineteenhundred\:pl-112{
    padding-left: 28rem;
  }

  .nineteenhundred\:pt-128{
    padding-top: 30rem;
  }

  .nineteenhundred\:pr-128{
    padding-right: 30rem;
  }

  .nineteenhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .nineteenhundred\:pl-128{
    padding-left: 30rem;
  }

  .nineteenhundred\:pt-144{
    padding-top: 34rem;
  }

  .nineteenhundred\:pr-144{
    padding-right: 34rem;
  }

  .nineteenhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .nineteenhundred\:pl-144{
    padding-left: 34rem;
  }

  .nineteenhundred\:pt-160{
    padding-top: 38rem;
  }

  .nineteenhundred\:pr-160{
    padding-right: 38rem;
  }

  .nineteenhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .nineteenhundred\:pl-160{
    padding-left: 38rem;
  }

  .nineteenhundred\:pt-176{
    padding-top: 42rem;
  }

  .nineteenhundred\:pr-176{
    padding-right: 42rem;
  }

  .nineteenhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .nineteenhundred\:pl-176{
    padding-left: 42rem;
  }

  .nineteenhundred\:pt-192{
    padding-top: 46rem;
  }

  .nineteenhundred\:pr-192{
    padding-right: 46rem;
  }

  .nineteenhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .nineteenhundred\:pl-192{
    padding-left: 46rem;
  }

  .nineteenhundred\:pt-208{
    padding-top: 50rem;
  }

  .nineteenhundred\:pr-208{
    padding-right: 50rem;
  }

  .nineteenhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .nineteenhundred\:pl-208{
    padding-left: 50rem;
  }

  .nineteenhundred\:pt-224{
    padding-top: 54rem;
  }

  .nineteenhundred\:pr-224{
    padding-right: 54rem;
  }

  .nineteenhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .nineteenhundred\:pl-224{
    padding-left: 54rem;
  }

  .nineteenhundred\:pt-240{
    padding-top: 58rem;
  }

  .nineteenhundred\:pr-240{
    padding-right: 58rem;
  }

  .nineteenhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .nineteenhundred\:pl-240{
    padding-left: 58rem;
  }

  .nineteenhundred\:pt-256{
    padding-top: 62rem;
  }

  .nineteenhundred\:pr-256{
    padding-right: 62rem;
  }

  .nineteenhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .nineteenhundred\:pl-256{
    padding-left: 62rem;
  }

  .nineteenhundred\:pt-px{
    padding-top: 1px;
  }

  .nineteenhundred\:pr-px{
    padding-right: 1px;
  }

  .nineteenhundred\:pb-px{
    padding-bottom: 1px;
  }

  .nineteenhundred\:pl-px{
    padding-left: 1px;
  }

  .nineteenhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .nineteenhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .nineteenhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .nineteenhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .nineteenhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .nineteenhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .nineteenhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .nineteenhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .nineteenhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .nineteenhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .nineteenhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .nineteenhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .nineteenhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .nineteenhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .nineteenhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .nineteenhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .nineteenhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .nineteenhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .nineteenhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .nineteenhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .nineteenhundred\:pointer-events-none{
    pointer-events: none;
  }

  .nineteenhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .nineteenhundred\:static{
    position: static;
  }

  .nineteenhundred\:fixed{
    position: fixed;
  }

  .nineteenhundred\:absolute{
    position: absolute;
  }

  .nineteenhundred\:relative{
    position: relative;
  }

  .nineteenhundred\:sticky{
    position: sticky;
  }

  .nineteenhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .nineteenhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .nineteenhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .nineteenhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .nineteenhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .nineteenhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .nineteenhundred\:top-0{
    top: 0;
  }

  .nineteenhundred\:right-0{
    right: 0;
  }

  .nineteenhundred\:bottom-0{
    bottom: 0;
  }

  .nineteenhundred\:left-0{
    left: 0;
  }

  .nineteenhundred\:top-auto{
    top: auto;
  }

  .nineteenhundred\:right-auto{
    right: auto;
  }

  .nineteenhundred\:bottom-auto{
    bottom: auto;
  }

  .nineteenhundred\:left-auto{
    left: auto;
  }

  .nineteenhundred\:resize-none{
    resize: none;
  }

  .nineteenhundred\:resize-y{
    resize: vertical;
  }

  .nineteenhundred\:resize-x{
    resize: horizontal;
  }

  .nineteenhundred\:resize{
    resize: both;
  }

  .nineteenhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .nineteenhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .nineteenhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:shadow-none{
    box-shadow: none;
  }

  .nineteenhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .nineteenhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .nineteenhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .nineteenhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .nineteenhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .nineteenhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .nineteenhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .nineteenhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .nineteenhundred\:fill-current{
    fill: currentColor;
  }

  .nineteenhundred\:stroke-current{
    stroke: currentColor;
  }

  .nineteenhundred\:stroke-0{
    stroke-width: 0;
  }

  .nineteenhundred\:stroke-1{
    stroke-width: 1;
  }

  .nineteenhundred\:stroke-2{
    stroke-width: 2;
  }

  .nineteenhundred\:table-auto{
    table-layout: auto;
  }

  .nineteenhundred\:table-fixed{
    table-layout: fixed;
  }

  .nineteenhundred\:text-left{
    text-align: left;
  }

  .nineteenhundred\:text-center{
    text-align: center;
  }

  .nineteenhundred\:text-right{
    text-align: right;
  }

  .nineteenhundred\:text-justify{
    text-align: justify;
  }

  .nineteenhundred\:text-transparent{
    color: transparent;
  }

  .nineteenhundred\:text-current{
    color: currentColor;
  }

  .nineteenhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .nineteenhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .nineteenhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .nineteenhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .nineteenhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .nineteenhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .nineteenhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .nineteenhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .nineteenhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .nineteenhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .nineteenhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .nineteenhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .nineteenhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .nineteenhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .nineteenhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .nineteenhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .nineteenhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .nineteenhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .nineteenhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .nineteenhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .nineteenhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .nineteenhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .nineteenhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .nineteenhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .nineteenhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .nineteenhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .nineteenhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .nineteenhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .nineteenhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .nineteenhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .nineteenhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .nineteenhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .nineteenhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .nineteenhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .nineteenhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .nineteenhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .nineteenhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .nineteenhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .nineteenhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .nineteenhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .nineteenhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .nineteenhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .nineteenhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .nineteenhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .nineteenhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .nineteenhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .nineteenhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .nineteenhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .nineteenhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .nineteenhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .nineteenhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .nineteenhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .nineteenhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .nineteenhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .nineteenhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .nineteenhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .nineteenhundred\:italic{
    font-style: italic;
  }

  .nineteenhundred\:not-italic{
    font-style: normal;
  }

  .nineteenhundred\:uppercase{
    text-transform: uppercase;
  }

  .nineteenhundred\:lowercase{
    text-transform: lowercase;
  }

  .nineteenhundred\:capitalize{
    text-transform: capitalize;
  }

  .nineteenhundred\:normal-case{
    text-transform: none;
  }

  .nineteenhundred\:underline{
    text-decoration: underline;
  }

  .nineteenhundred\:line-through{
    text-decoration: line-through;
  }

  .nineteenhundred\:no-underline{
    text-decoration: none;
  }

  .nineteenhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .nineteenhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .nineteenhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .nineteenhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .nineteenhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .nineteenhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .nineteenhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .nineteenhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .nineteenhundred\:ordinal, .nineteenhundred\:slashed-zero, .nineteenhundred\:lining-nums, .nineteenhundred\:oldstyle-nums, .nineteenhundred\:proportional-nums, .nineteenhundred\:tabular-nums, .nineteenhundred\:diagonal-fractions, .nineteenhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .nineteenhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .nineteenhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .nineteenhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .nineteenhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .nineteenhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .nineteenhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .nineteenhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .nineteenhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .nineteenhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .nineteenhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .nineteenhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .nineteenhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .nineteenhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .nineteenhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .nineteenhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .nineteenhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .nineteenhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .nineteenhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .nineteenhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .nineteenhundred\:align-baseline{
    vertical-align: baseline;
  }

  .nineteenhundred\:align-top{
    vertical-align: top;
  }

  .nineteenhundred\:align-middle{
    vertical-align: middle;
  }

  .nineteenhundred\:align-bottom{
    vertical-align: bottom;
  }

  .nineteenhundred\:align-text-top{
    vertical-align: text-top;
  }

  .nineteenhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .nineteenhundred\:visible{
    visibility: visible;
  }

  .nineteenhundred\:invisible{
    visibility: hidden;
  }

  .nineteenhundred\:whitespace-normal{
    white-space: normal;
  }

  .nineteenhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .nineteenhundred\:whitespace-pre{
    white-space: pre;
  }

  .nineteenhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .nineteenhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .nineteenhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .nineteenhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .nineteenhundred\:break-all{
    word-break: break-all;
  }

  .nineteenhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nineteenhundred\:w-0{
    width: 0;
  }

  .nineteenhundred\:w-1{
    width: 0.25rem;
  }

  .nineteenhundred\:w-2{
    width: 0.5rem;
  }

  .nineteenhundred\:w-3{
    width: 0.75rem;
  }

  .nineteenhundred\:w-4{
    width: 1rem;
  }

  .nineteenhundred\:w-5{
    width: 1.25rem;
  }

  .nineteenhundred\:w-6{
    width: 1.5rem;
  }

  .nineteenhundred\:w-8{
    width: 2rem;
  }

  .nineteenhundred\:w-10{
    width: 2.5rem;
  }

  .nineteenhundred\:w-12{
    width: 3rem;
  }

  .nineteenhundred\:w-16{
    width: 4rem;
  }

  .nineteenhundred\:w-20{
    width: 5rem;
  }

  .nineteenhundred\:w-24{
    width: 6rem;
  }

  .nineteenhundred\:w-32{
    width: 8rem;
  }

  .nineteenhundred\:w-40{
    width: 10rem;
  }

  .nineteenhundred\:w-48{
    width: 12rem;
  }

  .nineteenhundred\:w-56{
    width: 14rem;
  }

  .nineteenhundred\:w-64{
    width: 16rem;
  }

  .nineteenhundred\:w-72{
    width: 18rem;
  }

  .nineteenhundred\:w-80{
    width: 20rem;
  }

  .nineteenhundred\:w-88{
    width: 22rem;
  }

  .nineteenhundred\:w-96{
    width: 24rem;
  }

  .nineteenhundred\:w-104{
    width: 26rem;
  }

  .nineteenhundred\:w-112{
    width: 28rem;
  }

  .nineteenhundred\:w-128{
    width: 30rem;
  }

  .nineteenhundred\:w-144{
    width: 34rem;
  }

  .nineteenhundred\:w-160{
    width: 38rem;
  }

  .nineteenhundred\:w-176{
    width: 42rem;
  }

  .nineteenhundred\:w-192{
    width: 46rem;
  }

  .nineteenhundred\:w-208{
    width: 50rem;
  }

  .nineteenhundred\:w-224{
    width: 54rem;
  }

  .nineteenhundred\:w-240{
    width: 58rem;
  }

  .nineteenhundred\:w-256{
    width: 62rem;
  }

  .nineteenhundred\:w-auto{
    width: auto;
  }

  .nineteenhundred\:w-px{
    width: 1px;
  }

  .nineteenhundred\:w-1\/2{
    width: 50%;
  }

  .nineteenhundred\:w-1\/3{
    width: 33.333333%;
  }

  .nineteenhundred\:w-2\/3{
    width: 66.666667%;
  }

  .nineteenhundred\:w-1\/4{
    width: 25%;
  }

  .nineteenhundred\:w-2\/4{
    width: 50%;
  }

  .nineteenhundred\:w-3\/4{
    width: 75%;
  }

  .nineteenhundred\:w-1\/5{
    width: 20%;
  }

  .nineteenhundred\:w-2\/5{
    width: 40%;
  }

  .nineteenhundred\:w-3\/5{
    width: 60%;
  }

  .nineteenhundred\:w-4\/5{
    width: 80%;
  }

  .nineteenhundred\:w-1\/6{
    width: 16.666667%;
  }

  .nineteenhundred\:w-2\/6{
    width: 33.333333%;
  }

  .nineteenhundred\:w-3\/6{
    width: 50%;
  }

  .nineteenhundred\:w-4\/6{
    width: 66.666667%;
  }

  .nineteenhundred\:w-5\/6{
    width: 83.333333%;
  }

  .nineteenhundred\:w-1\/12{
    width: 8.333333%;
  }

  .nineteenhundred\:w-2\/12{
    width: 16.666667%;
  }

  .nineteenhundred\:w-3\/12{
    width: 25%;
  }

  .nineteenhundred\:w-4\/12{
    width: 33.333333%;
  }

  .nineteenhundred\:w-5\/12{
    width: 41.666667%;
  }

  .nineteenhundred\:w-6\/12{
    width: 50%;
  }

  .nineteenhundred\:w-7\/12{
    width: 58.333333%;
  }

  .nineteenhundred\:w-8\/12{
    width: 66.666667%;
  }

  .nineteenhundred\:w-9\/12{
    width: 75%;
  }

  .nineteenhundred\:w-10\/12{
    width: 83.333333%;
  }

  .nineteenhundred\:w-11\/12{
    width: 91.666667%;
  }

  .nineteenhundred\:w-full{
    width: 100%;
  }

  .nineteenhundred\:w-screen{
    width: 100vw;
  }

  .nineteenhundred\:z-0{
    z-index: 0;
  }

  .nineteenhundred\:z-10{
    z-index: 10;
  }

  .nineteenhundred\:z-20{
    z-index: 20;
  }

  .nineteenhundred\:z-30{
    z-index: 30;
  }

  .nineteenhundred\:z-40{
    z-index: 40;
  }

  .nineteenhundred\:z-50{
    z-index: 50;
  }

  .nineteenhundred\:z-auto{
    z-index: auto;
  }

  .nineteenhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .nineteenhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .nineteenhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .nineteenhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .nineteenhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .nineteenhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .nineteenhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .nineteenhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .nineteenhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .nineteenhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .nineteenhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .nineteenhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .nineteenhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .nineteenhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .nineteenhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .nineteenhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .nineteenhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .nineteenhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .nineteenhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .nineteenhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .nineteenhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .nineteenhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .nineteenhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .nineteenhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .nineteenhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .nineteenhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .nineteenhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .nineteenhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .nineteenhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .nineteenhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .nineteenhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .nineteenhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .nineteenhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .nineteenhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .nineteenhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .nineteenhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .nineteenhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .nineteenhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .nineteenhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .nineteenhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .nineteenhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .nineteenhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .nineteenhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .nineteenhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .nineteenhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .nineteenhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .nineteenhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .nineteenhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .nineteenhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .nineteenhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .nineteenhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .nineteenhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .nineteenhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .nineteenhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .nineteenhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .nineteenhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .nineteenhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .nineteenhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .nineteenhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .nineteenhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .nineteenhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .nineteenhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .nineteenhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .nineteenhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .nineteenhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .nineteenhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .nineteenhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .nineteenhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .nineteenhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .nineteenhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .nineteenhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .nineteenhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .nineteenhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .nineteenhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .nineteenhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .nineteenhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .nineteenhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .nineteenhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .nineteenhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .nineteenhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .nineteenhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .nineteenhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .nineteenhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .nineteenhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .nineteenhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .nineteenhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .nineteenhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .nineteenhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .nineteenhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .nineteenhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .nineteenhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .nineteenhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .nineteenhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .nineteenhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .nineteenhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .nineteenhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .nineteenhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .nineteenhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .nineteenhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .nineteenhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .nineteenhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .nineteenhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .nineteenhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .nineteenhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .nineteenhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .nineteenhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .nineteenhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .nineteenhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .nineteenhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .nineteenhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .nineteenhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .nineteenhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .nineteenhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .nineteenhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .nineteenhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .nineteenhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .nineteenhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .nineteenhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .nineteenhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .nineteenhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .nineteenhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .nineteenhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .nineteenhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .nineteenhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .nineteenhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .nineteenhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .nineteenhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .nineteenhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .nineteenhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .nineteenhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .nineteenhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .nineteenhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .nineteenhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .nineteenhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .nineteenhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .nineteenhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .nineteenhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .nineteenhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .nineteenhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .nineteenhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .nineteenhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .nineteenhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .nineteenhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .nineteenhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .nineteenhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .nineteenhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .nineteenhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .nineteenhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .nineteenhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .nineteenhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .nineteenhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .nineteenhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .nineteenhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .nineteenhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .nineteenhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .nineteenhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .nineteenhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .nineteenhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .nineteenhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .nineteenhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .nineteenhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .nineteenhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .nineteenhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .nineteenhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .nineteenhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .nineteenhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .nineteenhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .nineteenhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .nineteenhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .nineteenhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .nineteenhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .nineteenhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .nineteenhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .nineteenhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .nineteenhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .nineteenhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .nineteenhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .nineteenhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .nineteenhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .nineteenhundred\:col-auto{
    grid-column: auto;
  }

  .nineteenhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .nineteenhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .nineteenhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .nineteenhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .nineteenhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .nineteenhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .nineteenhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .nineteenhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .nineteenhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .nineteenhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .nineteenhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .nineteenhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .nineteenhundred\:col-start-1{
    grid-column-start: 1;
  }

  .nineteenhundred\:col-start-2{
    grid-column-start: 2;
  }

  .nineteenhundred\:col-start-3{
    grid-column-start: 3;
  }

  .nineteenhundred\:col-start-4{
    grid-column-start: 4;
  }

  .nineteenhundred\:col-start-5{
    grid-column-start: 5;
  }

  .nineteenhundred\:col-start-6{
    grid-column-start: 6;
  }

  .nineteenhundred\:col-start-7{
    grid-column-start: 7;
  }

  .nineteenhundred\:col-start-8{
    grid-column-start: 8;
  }

  .nineteenhundred\:col-start-9{
    grid-column-start: 9;
  }

  .nineteenhundred\:col-start-10{
    grid-column-start: 10;
  }

  .nineteenhundred\:col-start-11{
    grid-column-start: 11;
  }

  .nineteenhundred\:col-start-12{
    grid-column-start: 12;
  }

  .nineteenhundred\:col-start-13{
    grid-column-start: 13;
  }

  .nineteenhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .nineteenhundred\:col-end-1{
    grid-column-end: 1;
  }

  .nineteenhundred\:col-end-2{
    grid-column-end: 2;
  }

  .nineteenhundred\:col-end-3{
    grid-column-end: 3;
  }

  .nineteenhundred\:col-end-4{
    grid-column-end: 4;
  }

  .nineteenhundred\:col-end-5{
    grid-column-end: 5;
  }

  .nineteenhundred\:col-end-6{
    grid-column-end: 6;
  }

  .nineteenhundred\:col-end-7{
    grid-column-end: 7;
  }

  .nineteenhundred\:col-end-8{
    grid-column-end: 8;
  }

  .nineteenhundred\:col-end-9{
    grid-column-end: 9;
  }

  .nineteenhundred\:col-end-10{
    grid-column-end: 10;
  }

  .nineteenhundred\:col-end-11{
    grid-column-end: 11;
  }

  .nineteenhundred\:col-end-12{
    grid-column-end: 12;
  }

  .nineteenhundred\:col-end-13{
    grid-column-end: 13;
  }

  .nineteenhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .nineteenhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .nineteenhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .nineteenhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .nineteenhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .nineteenhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .nineteenhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .nineteenhundred\:row-auto{
    grid-row: auto;
  }

  .nineteenhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .nineteenhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .nineteenhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .nineteenhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .nineteenhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .nineteenhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .nineteenhundred\:row-start-1{
    grid-row-start: 1;
  }

  .nineteenhundred\:row-start-2{
    grid-row-start: 2;
  }

  .nineteenhundred\:row-start-3{
    grid-row-start: 3;
  }

  .nineteenhundred\:row-start-4{
    grid-row-start: 4;
  }

  .nineteenhundred\:row-start-5{
    grid-row-start: 5;
  }

  .nineteenhundred\:row-start-6{
    grid-row-start: 6;
  }

  .nineteenhundred\:row-start-7{
    grid-row-start: 7;
  }

  .nineteenhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .nineteenhundred\:row-end-1{
    grid-row-end: 1;
  }

  .nineteenhundred\:row-end-2{
    grid-row-end: 2;
  }

  .nineteenhundred\:row-end-3{
    grid-row-end: 3;
  }

  .nineteenhundred\:row-end-4{
    grid-row-end: 4;
  }

  .nineteenhundred\:row-end-5{
    grid-row-end: 5;
  }

  .nineteenhundred\:row-end-6{
    grid-row-end: 6;
  }

  .nineteenhundred\:row-end-7{
    grid-row-end: 7;
  }

  .nineteenhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .nineteenhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .nineteenhundred\:transform-none{
    transform: none;
  }

  .nineteenhundred\:origin-center{
    transform-origin: center;
  }

  .nineteenhundred\:origin-top{
    transform-origin: top;
  }

  .nineteenhundred\:origin-top-right{
    transform-origin: top right;
  }

  .nineteenhundred\:origin-right{
    transform-origin: right;
  }

  .nineteenhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .nineteenhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .nineteenhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .nineteenhundred\:origin-left{
    transform-origin: left;
  }

  .nineteenhundred\:origin-top-left{
    transform-origin: top left;
  }

  .nineteenhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .nineteenhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .nineteenhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .nineteenhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .nineteenhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .nineteenhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .nineteenhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .nineteenhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .nineteenhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .nineteenhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .nineteenhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .nineteenhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .nineteenhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .nineteenhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .nineteenhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .nineteenhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .nineteenhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .nineteenhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .nineteenhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .nineteenhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .nineteenhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .nineteenhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .nineteenhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .nineteenhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .nineteenhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .nineteenhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .nineteenhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .nineteenhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .nineteenhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .nineteenhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .nineteenhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .nineteenhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .nineteenhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .nineteenhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .nineteenhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .nineteenhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .nineteenhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .nineteenhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .nineteenhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .nineteenhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .nineteenhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .nineteenhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .nineteenhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .nineteenhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .nineteenhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .nineteenhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .nineteenhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .nineteenhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .nineteenhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .nineteenhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .nineteenhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .nineteenhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .nineteenhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .nineteenhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .nineteenhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .nineteenhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .nineteenhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .nineteenhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .nineteenhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .nineteenhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .nineteenhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .nineteenhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .nineteenhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .nineteenhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .nineteenhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .nineteenhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .nineteenhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .nineteenhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .nineteenhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .nineteenhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .nineteenhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .nineteenhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .nineteenhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .nineteenhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .nineteenhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .nineteenhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .nineteenhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .nineteenhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .nineteenhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .nineteenhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .nineteenhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .nineteenhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .nineteenhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .nineteenhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .nineteenhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .nineteenhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .nineteenhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .nineteenhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .nineteenhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .nineteenhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .nineteenhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .nineteenhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .nineteenhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .nineteenhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .nineteenhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .nineteenhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .nineteenhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .nineteenhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .nineteenhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .nineteenhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .nineteenhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .nineteenhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .nineteenhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .nineteenhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .nineteenhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .nineteenhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .nineteenhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .nineteenhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .nineteenhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .nineteenhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .nineteenhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .nineteenhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .nineteenhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .nineteenhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .nineteenhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .nineteenhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .nineteenhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .nineteenhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .nineteenhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .nineteenhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .nineteenhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .nineteenhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .nineteenhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .nineteenhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .nineteenhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .nineteenhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .nineteenhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .nineteenhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .nineteenhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .nineteenhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .nineteenhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .nineteenhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .nineteenhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .nineteenhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .nineteenhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .nineteenhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .nineteenhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .nineteenhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .nineteenhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .nineteenhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .nineteenhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .nineteenhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .nineteenhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .nineteenhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .nineteenhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .nineteenhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .nineteenhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .nineteenhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .nineteenhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .nineteenhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .nineteenhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .nineteenhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .nineteenhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .nineteenhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .nineteenhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .nineteenhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .nineteenhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .nineteenhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .nineteenhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .nineteenhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .nineteenhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .nineteenhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .nineteenhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .nineteenhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .nineteenhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .nineteenhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .nineteenhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .nineteenhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .nineteenhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .nineteenhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .nineteenhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .nineteenhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .nineteenhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .nineteenhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .nineteenhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .nineteenhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .nineteenhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .nineteenhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .nineteenhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .nineteenhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .nineteenhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .nineteenhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .nineteenhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .nineteenhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .nineteenhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .nineteenhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .nineteenhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .nineteenhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .nineteenhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .nineteenhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .nineteenhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .nineteenhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .nineteenhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .nineteenhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .nineteenhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .nineteenhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .nineteenhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .nineteenhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .nineteenhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .nineteenhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .nineteenhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .nineteenhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .nineteenhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .nineteenhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .nineteenhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .nineteenhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .nineteenhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .nineteenhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .nineteenhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .nineteenhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .nineteenhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .nineteenhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .nineteenhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .nineteenhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .nineteenhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .nineteenhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .nineteenhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .nineteenhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .nineteenhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .nineteenhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .nineteenhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .nineteenhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .nineteenhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .nineteenhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .nineteenhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .nineteenhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .nineteenhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .nineteenhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .nineteenhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .nineteenhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .nineteenhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .nineteenhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .nineteenhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .nineteenhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .nineteenhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .nineteenhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .nineteenhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .nineteenhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .nineteenhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .nineteenhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .nineteenhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .nineteenhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .nineteenhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .nineteenhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .nineteenhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .nineteenhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .nineteenhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .nineteenhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .nineteenhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .nineteenhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .nineteenhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .nineteenhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .nineteenhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .nineteenhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .nineteenhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .nineteenhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .nineteenhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .nineteenhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .nineteenhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .nineteenhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .nineteenhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .nineteenhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .nineteenhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .nineteenhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .nineteenhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .nineteenhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .nineteenhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .nineteenhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .nineteenhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .nineteenhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .nineteenhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .nineteenhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .nineteenhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .nineteenhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .nineteenhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .nineteenhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .nineteenhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .nineteenhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .nineteenhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .nineteenhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .nineteenhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .nineteenhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .nineteenhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .nineteenhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .nineteenhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .nineteenhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .nineteenhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .nineteenhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .nineteenhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .nineteenhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .nineteenhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .nineteenhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .nineteenhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .nineteenhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .nineteenhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .nineteenhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .nineteenhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .nineteenhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .nineteenhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .nineteenhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .nineteenhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .nineteenhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .nineteenhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .nineteenhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .nineteenhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .nineteenhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .nineteenhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .nineteenhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .nineteenhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .nineteenhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .nineteenhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .nineteenhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .nineteenhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .nineteenhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .nineteenhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .nineteenhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .nineteenhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .nineteenhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .nineteenhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .nineteenhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .nineteenhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .nineteenhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .nineteenhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .nineteenhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .nineteenhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .nineteenhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .nineteenhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .nineteenhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .nineteenhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .nineteenhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .nineteenhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .nineteenhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .nineteenhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .nineteenhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .nineteenhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .nineteenhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .nineteenhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .nineteenhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .nineteenhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .nineteenhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .nineteenhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .nineteenhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .nineteenhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .nineteenhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .nineteenhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .nineteenhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .nineteenhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .nineteenhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .nineteenhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .nineteenhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .nineteenhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .nineteenhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .nineteenhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .nineteenhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .nineteenhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .nineteenhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .nineteenhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .nineteenhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .nineteenhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .nineteenhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .nineteenhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .nineteenhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .nineteenhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .nineteenhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .nineteenhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .nineteenhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .nineteenhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .nineteenhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .nineteenhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .nineteenhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .nineteenhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .nineteenhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .nineteenhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .nineteenhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .nineteenhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .nineteenhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .nineteenhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .nineteenhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .nineteenhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .nineteenhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .nineteenhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .nineteenhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .nineteenhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .nineteenhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .nineteenhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .nineteenhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .nineteenhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .nineteenhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .nineteenhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .nineteenhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .nineteenhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .nineteenhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .nineteenhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .nineteenhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .nineteenhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .nineteenhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .nineteenhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .nineteenhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .nineteenhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .nineteenhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .nineteenhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .nineteenhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .nineteenhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .nineteenhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .nineteenhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .nineteenhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .nineteenhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .nineteenhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .nineteenhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .nineteenhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .nineteenhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .nineteenhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .nineteenhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .nineteenhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .nineteenhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .nineteenhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .nineteenhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .nineteenhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .nineteenhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .nineteenhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .nineteenhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .nineteenhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .nineteenhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .nineteenhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .nineteenhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .nineteenhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .nineteenhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .nineteenhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .nineteenhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .nineteenhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .nineteenhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .nineteenhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .nineteenhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .nineteenhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .nineteenhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .nineteenhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .nineteenhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .nineteenhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .nineteenhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .nineteenhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .nineteenhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .nineteenhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .nineteenhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .nineteenhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .nineteenhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .nineteenhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .nineteenhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .nineteenhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .nineteenhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .nineteenhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .nineteenhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .nineteenhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .nineteenhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .nineteenhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .nineteenhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .nineteenhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .nineteenhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .nineteenhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .nineteenhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .nineteenhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .nineteenhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .nineteenhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .nineteenhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .nineteenhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .nineteenhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .nineteenhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .nineteenhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .nineteenhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .nineteenhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .nineteenhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .nineteenhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .nineteenhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .nineteenhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .nineteenhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .nineteenhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .nineteenhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .nineteenhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .nineteenhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .nineteenhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .nineteenhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .nineteenhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .nineteenhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .nineteenhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .nineteenhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .nineteenhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .nineteenhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .nineteenhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .nineteenhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .nineteenhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .nineteenhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .nineteenhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .nineteenhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .nineteenhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .nineteenhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .nineteenhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .nineteenhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .nineteenhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .nineteenhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .nineteenhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .nineteenhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .nineteenhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .nineteenhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .nineteenhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .nineteenhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .nineteenhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .nineteenhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .nineteenhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .nineteenhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .nineteenhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .nineteenhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .nineteenhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .nineteenhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .nineteenhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .nineteenhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .nineteenhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .nineteenhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .nineteenhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .nineteenhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .nineteenhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .nineteenhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .nineteenhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .nineteenhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .nineteenhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .nineteenhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .nineteenhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .nineteenhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .nineteenhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .nineteenhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .nineteenhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .nineteenhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .nineteenhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .nineteenhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .nineteenhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .nineteenhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .nineteenhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .nineteenhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .nineteenhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .nineteenhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .nineteenhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .nineteenhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .nineteenhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .nineteenhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .nineteenhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .nineteenhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .nineteenhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .nineteenhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .nineteenhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .nineteenhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .nineteenhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .nineteenhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .nineteenhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .nineteenhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .nineteenhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .nineteenhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .nineteenhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .nineteenhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .nineteenhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .nineteenhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .nineteenhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .nineteenhundred\:transition-none{
    transition-property: none;
  }

  .nineteenhundred\:transition-all{
    transition-property: all;
  }

  .nineteenhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .nineteenhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .nineteenhundred\:transition-opacity{
    transition-property: opacity;
  }

  .nineteenhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .nineteenhundred\:transition-transform{
    transition-property: transform;
  }

  .nineteenhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .nineteenhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .nineteenhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .nineteenhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nineteenhundred\:duration-75{
    transition-duration: 75ms;
  }

  .nineteenhundred\:duration-100{
    transition-duration: 100ms;
  }

  .nineteenhundred\:duration-150{
    transition-duration: 150ms;
  }

  .nineteenhundred\:duration-200{
    transition-duration: 200ms;
  }

  .nineteenhundred\:duration-300{
    transition-duration: 300ms;
  }

  .nineteenhundred\:duration-500{
    transition-duration: 500ms;
  }

  .nineteenhundred\:duration-700{
    transition-duration: 700ms;
  }

  .nineteenhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .nineteenhundred\:delay-75{
    transition-delay: 75ms;
  }

  .nineteenhundred\:delay-100{
    transition-delay: 100ms;
  }

  .nineteenhundred\:delay-150{
    transition-delay: 150ms;
  }

  .nineteenhundred\:delay-200{
    transition-delay: 200ms;
  }

  .nineteenhundred\:delay-300{
    transition-delay: 300ms;
  }

  .nineteenhundred\:delay-500{
    transition-delay: 500ms;
  }

  .nineteenhundred\:delay-700{
    transition-delay: 700ms;
  }

  .nineteenhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .nineteenhundred\:animate-none{
    animation: none;
  }

  .nineteenhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .nineteenhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .nineteenhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .nineteenhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}

@media (min-width: 2000px){
  .twentyhundred\:container{
    width: 100%;
  }

  @media (min-width: 100px){
    .twentyhundred\:container{
      max-width: 100px;
    }
  }

  @media (min-width: 200px){
    .twentyhundred\:container{
      max-width: 200px;
    }
  }

  @media (min-width: 300px){
    .twentyhundred\:container{
      max-width: 300px;
    }
  }

  @media (min-width: 400px){
    .twentyhundred\:container{
      max-width: 400px;
    }
  }

  @media (min-width: 500px){
    .twentyhundred\:container{
      max-width: 500px;
    }
  }

  @media (min-width: 600px){
    .twentyhundred\:container{
      max-width: 600px;
    }
  }

  @media (min-width: 640px){
    .twentyhundred\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 700px){
    .twentyhundred\:container{
      max-width: 700px;
    }
  }

  @media (min-width: 768px){
    .twentyhundred\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 800px){
    .twentyhundred\:container{
      max-width: 800px;
    }
  }

  @media (min-width: 900px){
    .twentyhundred\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1000px){
    .twentyhundred\:container{
      max-width: 1000px;
    }
  }

  @media (min-width: 1024px){
    .twentyhundred\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1100px){
    .twentyhundred\:container{
      max-width: 1100px;
    }
  }

  @media (min-width: 1200px){
    .twentyhundred\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1280px){
    .twentyhundred\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1300px){
    .twentyhundred\:container{
      max-width: 1300px;
    }
  }

  @media (min-width: 1350px){
    .twentyhundred\:container{
      max-width: 1350px;
    }
  }

  @media (min-width: 1400px){
    .twentyhundred\:container{
      max-width: 1400px;
    }
  }

  @media (min-width: 1500px){
    .twentyhundred\:container{
      max-width: 1500px;
    }
  }

  @media (min-width: 1600px){
    .twentyhundred\:container{
      max-width: 1600px;
    }
  }

  @media (min-width: 1700px){
    .twentyhundred\:container{
      max-width: 1700px;
    }
  }

  @media (min-width: 1800px){
    .twentyhundred\:container{
      max-width: 1800px;
    }
  }

  @media (min-width: 1900px){
    .twentyhundred\:container{
      max-width: 1900px;
    }
  }

  @media (min-width: 2000px){
    .twentyhundred\:container{
      max-width: 2000px;
    }
  }

  .twentyhundred\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18rem * var(--space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20rem * var(--space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(22rem * var(--space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24rem * var(--space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26rem * var(--space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(28rem * var(--space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30rem * var(--space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34rem * var(--space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(38rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(38rem * var(--space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(42rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(42rem * var(--space-x-reverse));
    margin-left: calc(42rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(46rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(46rem * var(--space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50rem * var(--space-x-reverse));
    margin-left: calc(50rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(54rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(54rem * var(--space-x-reverse));
    margin-left: calc(54rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(58rem * var(--space-x-reverse));
    margin-left: calc(58rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62rem * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(62rem * var(--space-x-reverse));
    margin-left: calc(62rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .twentyhundred\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18rem * var(--space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20rem * var(--space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-88 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-88 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-22rem * var(--space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-96 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-96 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24rem * var(--space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-104 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-104 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26rem * var(--space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-112 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-112 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-28rem * var(--space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-128 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-128 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30rem * var(--space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-144 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-144 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34rem * var(--space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-160 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-38rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-160 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-38rem * var(--space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-176 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-42rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-42rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-176 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-42rem * var(--space-x-reverse));
    margin-left: calc(-42rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-192 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-46rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-192 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-46rem * var(--space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-208 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-208 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50rem * var(--space-x-reverse));
    margin-left: calc(-50rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-224 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-54rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-54rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-224 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-54rem * var(--space-x-reverse));
    margin-left: calc(-54rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-240 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-58rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-240 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-58rem * var(--space-x-reverse));
    margin-left: calc(-58rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-256 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-62rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62rem * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-256 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-62rem * var(--space-x-reverse));
    margin-left: calc(-62rem * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .twentyhundred\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .twentyhundred\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .twentyhundred\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .twentyhundred\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .twentyhundred\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .twentyhundred\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .twentyhundred\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .twentyhundred\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .twentyhundred\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .twentyhundred\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .twentyhundred\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .twentyhundred\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .twentyhundred\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .twentyhundred\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .twentyhundred\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .twentyhundred\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .twentyhundred\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .twentyhundred\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .twentyhundred\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .twentyhundred\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .twentyhundred\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .twentyhundred\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .twentyhundred\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .twentyhundred\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .twentyhundred\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .twentyhundred\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .twentyhundred\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .twentyhundred\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .twentyhundred\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .twentyhundred\:divide-solid > :not(template) ~ :not(template){
    border-style: solid;
  }

  .twentyhundred\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed;
  }

  .twentyhundred\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted;
  }

  .twentyhundred\:divide-double > :not(template) ~ :not(template){
    border-style: double;
  }

  .twentyhundred\:divide-none > :not(template) ~ :not(template){
    border-style: none;
  }

  .twentyhundred\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .twentyhundred\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .twentyhundred\:divide-opacity-30 > :not(template) ~ :not(template){
    --divide-opacity: 0.3;
  }

  .twentyhundred\:divide-opacity-40 > :not(template) ~ :not(template){
    --divide-opacity: 0.4;
  }

  .twentyhundred\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .twentyhundred\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .twentyhundred\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .twentyhundred\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twentyhundred\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twentyhundred\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .twentyhundred\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .twentyhundred\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .twentyhundred\:bg-fixed{
    background-attachment: fixed;
  }

  .twentyhundred\:bg-local{
    background-attachment: local;
  }

  .twentyhundred\:bg-scroll{
    background-attachment: scroll;
  }

  .twentyhundred\:bg-clip-border{
    background-clip: border-box;
  }

  .twentyhundred\:bg-clip-padding{
    background-clip: padding-box;
  }

  .twentyhundred\:bg-clip-content{
    background-clip: content-box;
  }

  .twentyhundred\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .twentyhundred\:bg-transparent{
    background-color: transparent;
  }

  .twentyhundred\:bg-current{
    background-color: currentColor;
  }

  .twentyhundred\:bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twentyhundred\:bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-200{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twentyhundred\:bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-500{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-600{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-700{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twentyhundred\:bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twentyhundred\:bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twentyhundred\:bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twentyhundred\:bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twentyhundred\:bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twentyhundred\:bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twentyhundred\:bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twentyhundred\:bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twentyhundred\:bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .twentyhundred\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .twentyhundred\:hover\:bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twentyhundred\:hover\:bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .twentyhundred\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .twentyhundred\:focus\:bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #EDF2F7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #95C11F;
    background-color: rgba(149, 193, 31, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #83ab1a;
    background-color: rgba(131, 171, 26, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .twentyhundred\:focus\:bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .twentyhundred\:bg-none{
    background-image: none;
  }

  .twentyhundred\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .twentyhundred\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .twentyhundred\:from-transparent{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:from-current{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:from-black{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:from-white{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:from-gray-100{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:from-gray-200{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:from-gray-300{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:from-gray-400{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:from-gray-500{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:from-gray-600{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:from-gray-700{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:from-gray-800{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:from-gray-900{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:from-red-100{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:from-red-200{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:from-red-300{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:from-red-400{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:from-red-500{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:from-red-600{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:from-red-700{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:from-red-800{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:from-red-900{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:from-orange-100{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:from-orange-200{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:from-orange-300{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:from-orange-400{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:from-orange-500{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:from-orange-600{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:from-orange-700{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:from-orange-800{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:from-orange-900{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:from-yellow-100{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:from-yellow-200{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:from-yellow-300{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:from-yellow-400{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:from-yellow-500{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:from-yellow-600{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:from-yellow-700{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:from-yellow-800{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:from-yellow-900{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:from-green-100{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:from-green-200{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:from-green-300{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:from-green-400{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:from-green-500{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:from-green-600{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:from-green-700{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:from-green-800{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:from-green-900{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:from-teal-100{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:from-teal-200{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:from-teal-300{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:from-teal-400{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:from-teal-500{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:from-teal-600{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:from-teal-700{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:from-teal-800{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:from-teal-900{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:from-blue-100{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:from-blue-200{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:from-blue-300{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:from-blue-400{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:from-blue-500{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:from-blue-600{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:from-blue-700{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:from-blue-800{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:from-blue-900{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:from-indigo-100{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:from-indigo-200{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:from-indigo-300{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:from-indigo-400{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:from-indigo-500{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:from-indigo-600{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:from-indigo-700{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:from-indigo-800{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:from-indigo-900{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:from-purple-100{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:from-purple-200{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:from-purple-300{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:from-purple-400{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:from-purple-500{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:from-purple-600{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:from-purple-700{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:from-purple-800{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:from-purple-900{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:from-pink-100{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:from-pink-200{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:from-pink-300{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:from-pink-400{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:from-pink-500{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:from-pink-600{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:from-pink-700{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:from-pink-800{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:from-pink-900{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:via-transparent{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:via-current{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:via-black{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:via-white{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:via-gray-100{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:via-gray-200{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:via-gray-300{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:via-gray-400{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:via-gray-500{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:via-gray-600{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:via-gray-700{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:via-gray-800{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:via-gray-900{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:via-red-100{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:via-red-200{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:via-red-300{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:via-red-400{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:via-red-500{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:via-red-600{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:via-red-700{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:via-red-800{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:via-red-900{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:via-orange-100{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:via-orange-200{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:via-orange-300{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:via-orange-400{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:via-orange-500{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:via-orange-600{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:via-orange-700{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:via-orange-800{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:via-orange-900{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:via-yellow-100{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:via-yellow-200{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:via-yellow-300{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:via-yellow-400{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:via-yellow-500{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:via-yellow-600{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:via-yellow-700{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:via-yellow-800{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:via-yellow-900{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:via-green-100{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:via-green-200{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:via-green-300{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:via-green-400{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:via-green-500{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:via-green-600{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:via-green-700{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:via-green-800{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:via-green-900{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:via-teal-100{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:via-teal-200{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:via-teal-300{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:via-teal-400{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:via-teal-500{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:via-teal-600{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:via-teal-700{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:via-teal-800{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:via-teal-900{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:via-blue-100{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:via-blue-200{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:via-blue-300{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:via-blue-400{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:via-blue-500{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:via-blue-600{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:via-blue-700{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:via-blue-800{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:via-blue-900{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:via-indigo-100{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:via-indigo-200{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:via-indigo-300{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:via-indigo-400{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:via-indigo-500{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:via-indigo-600{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:via-indigo-700{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:via-indigo-800{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:via-indigo-900{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:via-purple-100{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:via-purple-200{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:via-purple-300{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:via-purple-400{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:via-purple-500{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:via-purple-600{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:via-purple-700{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:via-purple-800{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:via-purple-900{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:via-pink-100{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:via-pink-200{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:via-pink-300{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:via-pink-400{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:via-pink-500{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:via-pink-600{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:via-pink-700{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:via-pink-800{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:via-pink-900{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:to-transparent{
    --gradient-to-color: transparent;
  }

  .twentyhundred\:to-current{
    --gradient-to-color: currentColor;
  }

  .twentyhundred\:to-black{
    --gradient-to-color: #000;
  }

  .twentyhundred\:to-white{
    --gradient-to-color: #fff;
  }

  .twentyhundred\:to-gray-100{
    --gradient-to-color: #f7fafc;
  }

  .twentyhundred\:to-gray-200{
    --gradient-to-color: #EDF2F7;
  }

  .twentyhundred\:to-gray-300{
    --gradient-to-color: #e2e8f0;
  }

  .twentyhundred\:to-gray-400{
    --gradient-to-color: #cbd5e0;
  }

  .twentyhundred\:to-gray-500{
    --gradient-to-color: #a0aec0;
  }

  .twentyhundred\:to-gray-600{
    --gradient-to-color: #718096;
  }

  .twentyhundred\:to-gray-700{
    --gradient-to-color: #4a5568;
  }

  .twentyhundred\:to-gray-800{
    --gradient-to-color: #2d3748;
  }

  .twentyhundred\:to-gray-900{
    --gradient-to-color: #1a202c;
  }

  .twentyhundred\:to-red-100{
    --gradient-to-color: #fff5f5;
  }

  .twentyhundred\:to-red-200{
    --gradient-to-color: #fed7d7;
  }

  .twentyhundred\:to-red-300{
    --gradient-to-color: #feb2b2;
  }

  .twentyhundred\:to-red-400{
    --gradient-to-color: #fc8181;
  }

  .twentyhundred\:to-red-500{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:to-red-600{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:to-red-700{
    --gradient-to-color: #83ab1a;
  }

  .twentyhundred\:to-red-800{
    --gradient-to-color: #9b2c2c;
  }

  .twentyhundred\:to-red-900{
    --gradient-to-color: #742a2a;
  }

  .twentyhundred\:to-orange-100{
    --gradient-to-color: #fffaf0;
  }

  .twentyhundred\:to-orange-200{
    --gradient-to-color: #feebc8;
  }

  .twentyhundred\:to-orange-300{
    --gradient-to-color: #fbd38d;
  }

  .twentyhundred\:to-orange-400{
    --gradient-to-color: #f6ad55;
  }

  .twentyhundred\:to-orange-500{
    --gradient-to-color: #ed8936;
  }

  .twentyhundred\:to-orange-600{
    --gradient-to-color: #dd6b20;
  }

  .twentyhundred\:to-orange-700{
    --gradient-to-color: #c05621;
  }

  .twentyhundred\:to-orange-800{
    --gradient-to-color: #9c4221;
  }

  .twentyhundred\:to-orange-900{
    --gradient-to-color: #7b341e;
  }

  .twentyhundred\:to-yellow-100{
    --gradient-to-color: #fffff0;
  }

  .twentyhundred\:to-yellow-200{
    --gradient-to-color: #fefcbf;
  }

  .twentyhundred\:to-yellow-300{
    --gradient-to-color: #faf089;
  }

  .twentyhundred\:to-yellow-400{
    --gradient-to-color: #f6e05e;
  }

  .twentyhundred\:to-yellow-500{
    --gradient-to-color: #ecc94b;
  }

  .twentyhundred\:to-yellow-600{
    --gradient-to-color: #d69e2e;
  }

  .twentyhundred\:to-yellow-700{
    --gradient-to-color: #b7791f;
  }

  .twentyhundred\:to-yellow-800{
    --gradient-to-color: #975a16;
  }

  .twentyhundred\:to-yellow-900{
    --gradient-to-color: #744210;
  }

  .twentyhundred\:to-green-100{
    --gradient-to-color: #f0fff4;
  }

  .twentyhundred\:to-green-200{
    --gradient-to-color: #c6f6d5;
  }

  .twentyhundred\:to-green-300{
    --gradient-to-color: #9ae6b4;
  }

  .twentyhundred\:to-green-400{
    --gradient-to-color: #68d391;
  }

  .twentyhundred\:to-green-500{
    --gradient-to-color: #48bb78;
  }

  .twentyhundred\:to-green-600{
    --gradient-to-color: #38a169;
  }

  .twentyhundred\:to-green-700{
    --gradient-to-color: #2f855a;
  }

  .twentyhundred\:to-green-800{
    --gradient-to-color: #276749;
  }

  .twentyhundred\:to-green-900{
    --gradient-to-color: #22543d;
  }

  .twentyhundred\:to-teal-100{
    --gradient-to-color: #e6fffa;
  }

  .twentyhundred\:to-teal-200{
    --gradient-to-color: #b2f5ea;
  }

  .twentyhundred\:to-teal-300{
    --gradient-to-color: #81e6d9;
  }

  .twentyhundred\:to-teal-400{
    --gradient-to-color: #4fd1c5;
  }

  .twentyhundred\:to-teal-500{
    --gradient-to-color: #38b2ac;
  }

  .twentyhundred\:to-teal-600{
    --gradient-to-color: #319795;
  }

  .twentyhundred\:to-teal-700{
    --gradient-to-color: #2c7a7b;
  }

  .twentyhundred\:to-teal-800{
    --gradient-to-color: #285e61;
  }

  .twentyhundred\:to-teal-900{
    --gradient-to-color: #234e52;
  }

  .twentyhundred\:to-blue-100{
    --gradient-to-color: #ebf8ff;
  }

  .twentyhundred\:to-blue-200{
    --gradient-to-color: #bee3f8;
  }

  .twentyhundred\:to-blue-300{
    --gradient-to-color: #90cdf4;
  }

  .twentyhundred\:to-blue-400{
    --gradient-to-color: #63b3ed;
  }

  .twentyhundred\:to-blue-500{
    --gradient-to-color: #4299e1;
  }

  .twentyhundred\:to-blue-600{
    --gradient-to-color: #3182ce;
  }

  .twentyhundred\:to-blue-700{
    --gradient-to-color: #2b6cb0;
  }

  .twentyhundred\:to-blue-800{
    --gradient-to-color: #2c5282;
  }

  .twentyhundred\:to-blue-900{
    --gradient-to-color: #2a4365;
  }

  .twentyhundred\:to-indigo-100{
    --gradient-to-color: #ebf4ff;
  }

  .twentyhundred\:to-indigo-200{
    --gradient-to-color: #c3dafe;
  }

  .twentyhundred\:to-indigo-300{
    --gradient-to-color: #a3bffa;
  }

  .twentyhundred\:to-indigo-400{
    --gradient-to-color: #7f9cf5;
  }

  .twentyhundred\:to-indigo-500{
    --gradient-to-color: #667eea;
  }

  .twentyhundred\:to-indigo-600{
    --gradient-to-color: #5a67d8;
  }

  .twentyhundred\:to-indigo-700{
    --gradient-to-color: #4c51bf;
  }

  .twentyhundred\:to-indigo-800{
    --gradient-to-color: #434190;
  }

  .twentyhundred\:to-indigo-900{
    --gradient-to-color: #3c366b;
  }

  .twentyhundred\:to-purple-100{
    --gradient-to-color: #faf5ff;
  }

  .twentyhundred\:to-purple-200{
    --gradient-to-color: #e9d8fd;
  }

  .twentyhundred\:to-purple-300{
    --gradient-to-color: #d6bcfa;
  }

  .twentyhundred\:to-purple-400{
    --gradient-to-color: #b794f4;
  }

  .twentyhundred\:to-purple-500{
    --gradient-to-color: #9f7aea;
  }

  .twentyhundred\:to-purple-600{
    --gradient-to-color: #805ad5;
  }

  .twentyhundred\:to-purple-700{
    --gradient-to-color: #6b46c1;
  }

  .twentyhundred\:to-purple-800{
    --gradient-to-color: #553c9a;
  }

  .twentyhundred\:to-purple-900{
    --gradient-to-color: #44337a;
  }

  .twentyhundred\:to-pink-100{
    --gradient-to-color: #fff5f7;
  }

  .twentyhundred\:to-pink-200{
    --gradient-to-color: #fed7e2;
  }

  .twentyhundred\:to-pink-300{
    --gradient-to-color: #fbb6ce;
  }

  .twentyhundred\:to-pink-400{
    --gradient-to-color: #f687b3;
  }

  .twentyhundred\:to-pink-500{
    --gradient-to-color: #ed64a6;
  }

  .twentyhundred\:to-pink-600{
    --gradient-to-color: #d53f8c;
  }

  .twentyhundred\:to-pink-700{
    --gradient-to-color: #b83280;
  }

  .twentyhundred\:to-pink-800{
    --gradient-to-color: #97266d;
  }

  .twentyhundred\:to-pink-900{
    --gradient-to-color: #702459;
  }

  .twentyhundred\:hover\:from-transparent:hover{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:hover\:from-current:hover{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:hover\:from-black:hover{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:hover\:from-white:hover{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:hover\:from-gray-200:hover{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:hover\:from-red-500:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:hover\:from-red-600:hover{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:hover\:from-red-700:hover{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:hover\:from-green-800:hover{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:hover\:via-transparent:hover{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:hover\:via-current:hover{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:hover\:via-black:hover{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:hover\:via-white:hover{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:hover\:via-gray-200:hover{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:hover\:via-red-500:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:hover\:via-red-600:hover{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:hover\:via-red-700:hover{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:hover\:via-green-800:hover{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:hover\:to-transparent:hover{
    --gradient-to-color: transparent;
  }

  .twentyhundred\:hover\:to-current:hover{
    --gradient-to-color: currentColor;
  }

  .twentyhundred\:hover\:to-black:hover{
    --gradient-to-color: #000;
  }

  .twentyhundred\:hover\:to-white:hover{
    --gradient-to-color: #fff;
  }

  .twentyhundred\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc;
  }

  .twentyhundred\:hover\:to-gray-200:hover{
    --gradient-to-color: #EDF2F7;
  }

  .twentyhundred\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0;
  }

  .twentyhundred\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0;
  }

  .twentyhundred\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0;
  }

  .twentyhundred\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096;
  }

  .twentyhundred\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568;
  }

  .twentyhundred\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748;
  }

  .twentyhundred\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c;
  }

  .twentyhundred\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5;
  }

  .twentyhundred\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7;
  }

  .twentyhundred\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2;
  }

  .twentyhundred\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181;
  }

  .twentyhundred\:hover\:to-red-500:hover{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:hover\:to-red-600:hover{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:hover\:to-red-700:hover{
    --gradient-to-color: #83ab1a;
  }

  .twentyhundred\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c;
  }

  .twentyhundred\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a;
  }

  .twentyhundred\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0;
  }

  .twentyhundred\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8;
  }

  .twentyhundred\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d;
  }

  .twentyhundred\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55;
  }

  .twentyhundred\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936;
  }

  .twentyhundred\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20;
  }

  .twentyhundred\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621;
  }

  .twentyhundred\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221;
  }

  .twentyhundred\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e;
  }

  .twentyhundred\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0;
  }

  .twentyhundred\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf;
  }

  .twentyhundred\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089;
  }

  .twentyhundred\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e;
  }

  .twentyhundred\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b;
  }

  .twentyhundred\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e;
  }

  .twentyhundred\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f;
  }

  .twentyhundred\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16;
  }

  .twentyhundred\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210;
  }

  .twentyhundred\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4;
  }

  .twentyhundred\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5;
  }

  .twentyhundred\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4;
  }

  .twentyhundred\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391;
  }

  .twentyhundred\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78;
  }

  .twentyhundred\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169;
  }

  .twentyhundred\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a;
  }

  .twentyhundred\:hover\:to-green-800:hover{
    --gradient-to-color: #276749;
  }

  .twentyhundred\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d;
  }

  .twentyhundred\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa;
  }

  .twentyhundred\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea;
  }

  .twentyhundred\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9;
  }

  .twentyhundred\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5;
  }

  .twentyhundred\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac;
  }

  .twentyhundred\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795;
  }

  .twentyhundred\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b;
  }

  .twentyhundred\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61;
  }

  .twentyhundred\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52;
  }

  .twentyhundred\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff;
  }

  .twentyhundred\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8;
  }

  .twentyhundred\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4;
  }

  .twentyhundred\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed;
  }

  .twentyhundred\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1;
  }

  .twentyhundred\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce;
  }

  .twentyhundred\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0;
  }

  .twentyhundred\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282;
  }

  .twentyhundred\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365;
  }

  .twentyhundred\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff;
  }

  .twentyhundred\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe;
  }

  .twentyhundred\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa;
  }

  .twentyhundred\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5;
  }

  .twentyhundred\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea;
  }

  .twentyhundred\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8;
  }

  .twentyhundred\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf;
  }

  .twentyhundred\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190;
  }

  .twentyhundred\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b;
  }

  .twentyhundred\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff;
  }

  .twentyhundred\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd;
  }

  .twentyhundred\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa;
  }

  .twentyhundred\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4;
  }

  .twentyhundred\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea;
  }

  .twentyhundred\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5;
  }

  .twentyhundred\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1;
  }

  .twentyhundred\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a;
  }

  .twentyhundred\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a;
  }

  .twentyhundred\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7;
  }

  .twentyhundred\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2;
  }

  .twentyhundred\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce;
  }

  .twentyhundred\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3;
  }

  .twentyhundred\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6;
  }

  .twentyhundred\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c;
  }

  .twentyhundred\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280;
  }

  .twentyhundred\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d;
  }

  .twentyhundred\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459;
  }

  .twentyhundred\:focus\:from-transparent:focus{
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:focus\:from-current:focus{
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:focus\:from-black:focus{
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:focus\:from-white:focus{
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:focus\:from-gray-200:focus{
    --gradient-from-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:focus\:from-red-500:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:focus\:from-red-600:focus{
    --gradient-from-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:focus\:from-red-700:focus{
    --gradient-from-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:focus\:from-green-800:focus{
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:focus\:via-transparent:focus{
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:focus\:via-current:focus{
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:focus\:via-black:focus{
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .twentyhundred\:focus\:via-white:focus{
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .twentyhundred\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .twentyhundred\:focus\:via-gray-200:focus{
    --gradient-via-color: #EDF2F7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .twentyhundred\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .twentyhundred\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .twentyhundred\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .twentyhundred\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .twentyhundred\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .twentyhundred\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .twentyhundred\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .twentyhundred\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }

  .twentyhundred\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }

  .twentyhundred\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }

  .twentyhundred\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }

  .twentyhundred\:focus\:via-red-500:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:focus\:via-red-600:focus{
    --gradient-via-color: #95C11F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 193, 31, 0));
  }

  .twentyhundred\:focus\:via-red-700:focus{
    --gradient-via-color: #83ab1a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 171, 26, 0));
  }

  .twentyhundred\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }

  .twentyhundred\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }

  .twentyhundred\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .twentyhundred\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .twentyhundred\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .twentyhundred\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .twentyhundred\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .twentyhundred\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .twentyhundred\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .twentyhundred\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .twentyhundred\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .twentyhundred\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .twentyhundred\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .twentyhundred\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .twentyhundred\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .twentyhundred\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .twentyhundred\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .twentyhundred\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .twentyhundred\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .twentyhundred\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .twentyhundred\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }

  .twentyhundred\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }

  .twentyhundred\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }

  .twentyhundred\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }

  .twentyhundred\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }

  .twentyhundred\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }

  .twentyhundred\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }

  .twentyhundred\:focus\:via-green-800:focus{
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }

  .twentyhundred\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }

  .twentyhundred\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .twentyhundred\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .twentyhundred\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .twentyhundred\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .twentyhundred\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .twentyhundred\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .twentyhundred\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .twentyhundred\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .twentyhundred\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .twentyhundred\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }

  .twentyhundred\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }

  .twentyhundred\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }

  .twentyhundred\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }

  .twentyhundred\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }

  .twentyhundred\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }

  .twentyhundred\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }

  .twentyhundred\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }

  .twentyhundred\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }

  .twentyhundred\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .twentyhundred\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .twentyhundred\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .twentyhundred\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .twentyhundred\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .twentyhundred\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .twentyhundred\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .twentyhundred\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .twentyhundred\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .twentyhundred\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .twentyhundred\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .twentyhundred\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .twentyhundred\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .twentyhundred\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .twentyhundred\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .twentyhundred\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .twentyhundred\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .twentyhundred\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .twentyhundred\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .twentyhundred\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .twentyhundred\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .twentyhundred\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .twentyhundred\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .twentyhundred\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .twentyhundred\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .twentyhundred\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .twentyhundred\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .twentyhundred\:focus\:to-transparent:focus{
    --gradient-to-color: transparent;
  }

  .twentyhundred\:focus\:to-current:focus{
    --gradient-to-color: currentColor;
  }

  .twentyhundred\:focus\:to-black:focus{
    --gradient-to-color: #000;
  }

  .twentyhundred\:focus\:to-white:focus{
    --gradient-to-color: #fff;
  }

  .twentyhundred\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc;
  }

  .twentyhundred\:focus\:to-gray-200:focus{
    --gradient-to-color: #EDF2F7;
  }

  .twentyhundred\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0;
  }

  .twentyhundred\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0;
  }

  .twentyhundred\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0;
  }

  .twentyhundred\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096;
  }

  .twentyhundred\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568;
  }

  .twentyhundred\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748;
  }

  .twentyhundred\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c;
  }

  .twentyhundred\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5;
  }

  .twentyhundred\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7;
  }

  .twentyhundred\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2;
  }

  .twentyhundred\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181;
  }

  .twentyhundred\:focus\:to-red-500:focus{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:focus\:to-red-600:focus{
    --gradient-to-color: #95C11F;
  }

  .twentyhundred\:focus\:to-red-700:focus{
    --gradient-to-color: #83ab1a;
  }

  .twentyhundred\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c;
  }

  .twentyhundred\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a;
  }

  .twentyhundred\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0;
  }

  .twentyhundred\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8;
  }

  .twentyhundred\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d;
  }

  .twentyhundred\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55;
  }

  .twentyhundred\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936;
  }

  .twentyhundred\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20;
  }

  .twentyhundred\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621;
  }

  .twentyhundred\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221;
  }

  .twentyhundred\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e;
  }

  .twentyhundred\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0;
  }

  .twentyhundred\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf;
  }

  .twentyhundred\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089;
  }

  .twentyhundred\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e;
  }

  .twentyhundred\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b;
  }

  .twentyhundred\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e;
  }

  .twentyhundred\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f;
  }

  .twentyhundred\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16;
  }

  .twentyhundred\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210;
  }

  .twentyhundred\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4;
  }

  .twentyhundred\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5;
  }

  .twentyhundred\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4;
  }

  .twentyhundred\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391;
  }

  .twentyhundred\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78;
  }

  .twentyhundred\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169;
  }

  .twentyhundred\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a;
  }

  .twentyhundred\:focus\:to-green-800:focus{
    --gradient-to-color: #276749;
  }

  .twentyhundred\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d;
  }

  .twentyhundred\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa;
  }

  .twentyhundred\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea;
  }

  .twentyhundred\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9;
  }

  .twentyhundred\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5;
  }

  .twentyhundred\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac;
  }

  .twentyhundred\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795;
  }

  .twentyhundred\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b;
  }

  .twentyhundred\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61;
  }

  .twentyhundred\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52;
  }

  .twentyhundred\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff;
  }

  .twentyhundred\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8;
  }

  .twentyhundred\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4;
  }

  .twentyhundred\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed;
  }

  .twentyhundred\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1;
  }

  .twentyhundred\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce;
  }

  .twentyhundred\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0;
  }

  .twentyhundred\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282;
  }

  .twentyhundred\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365;
  }

  .twentyhundred\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff;
  }

  .twentyhundred\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe;
  }

  .twentyhundred\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa;
  }

  .twentyhundred\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5;
  }

  .twentyhundred\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea;
  }

  .twentyhundred\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8;
  }

  .twentyhundred\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf;
  }

  .twentyhundred\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190;
  }

  .twentyhundred\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b;
  }

  .twentyhundred\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff;
  }

  .twentyhundred\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd;
  }

  .twentyhundred\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa;
  }

  .twentyhundred\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4;
  }

  .twentyhundred\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea;
  }

  .twentyhundred\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5;
  }

  .twentyhundred\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1;
  }

  .twentyhundred\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a;
  }

  .twentyhundred\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a;
  }

  .twentyhundred\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7;
  }

  .twentyhundred\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2;
  }

  .twentyhundred\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce;
  }

  .twentyhundred\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3;
  }

  .twentyhundred\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6;
  }

  .twentyhundred\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c;
  }

  .twentyhundred\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280;
  }

  .twentyhundred\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d;
  }

  .twentyhundred\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459;
  }

  .twentyhundred\:bg-opacity-0{
    --bg-opacity: 0;
  }

  .twentyhundred\:bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .twentyhundred\:bg-opacity-30{
    --bg-opacity: 0.3;
  }

  .twentyhundred\:bg-opacity-40{
    --bg-opacity: 0.4;
  }

  .twentyhundred\:bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .twentyhundred\:bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .twentyhundred\:bg-opacity-100{
    --bg-opacity: 1;
  }

  .twentyhundred\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .twentyhundred\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .twentyhundred\:hover\:bg-opacity-30:hover{
    --bg-opacity: 0.3;
  }

  .twentyhundred\:hover\:bg-opacity-40:hover{
    --bg-opacity: 0.4;
  }

  .twentyhundred\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .twentyhundred\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .twentyhundred\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .twentyhundred\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .twentyhundred\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .twentyhundred\:focus\:bg-opacity-30:focus{
    --bg-opacity: 0.3;
  }

  .twentyhundred\:focus\:bg-opacity-40:focus{
    --bg-opacity: 0.4;
  }

  .twentyhundred\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .twentyhundred\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .twentyhundred\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .twentyhundred\:bg-bottom{
    background-position: bottom;
  }

  .twentyhundred\:bg-center{
    background-position: center;
  }

  .twentyhundred\:bg-left{
    background-position: left;
  }

  .twentyhundred\:bg-left-bottom{
    background-position: left bottom;
  }

  .twentyhundred\:bg-left-top{
    background-position: left top;
  }

  .twentyhundred\:bg-right{
    background-position: right;
  }

  .twentyhundred\:bg-right-bottom{
    background-position: right bottom;
  }

  .twentyhundred\:bg-right-top{
    background-position: right top;
  }

  .twentyhundred\:bg-top{
    background-position: top;
  }

  .twentyhundred\:bg-repeat{
    background-repeat: repeat;
  }

  .twentyhundred\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .twentyhundred\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .twentyhundred\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .twentyhundred\:bg-repeat-round{
    background-repeat: round;
  }

  .twentyhundred\:bg-repeat-space{
    background-repeat: space;
  }

  .twentyhundred\:bg-auto{
    background-size: auto;
  }

  .twentyhundred\:bg-cover{
    background-size: cover;
  }

  .twentyhundred\:bg-contain{
    background-size: contain;
  }

  .twentyhundred\:border-collapse{
    border-collapse: collapse;
  }

  .twentyhundred\:border-separate{
    border-collapse: separate;
  }

  .twentyhundred\:border-transparent{
    border-color: transparent;
  }

  .twentyhundred\:border-current{
    border-color: currentColor;
  }

  .twentyhundred\:border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twentyhundred\:border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twentyhundred\:border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twentyhundred\:border-gray-200{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twentyhundred\:border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twentyhundred\:border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twentyhundred\:border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twentyhundred\:border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twentyhundred\:border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twentyhundred\:border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twentyhundred\:border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twentyhundred\:border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twentyhundred\:border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twentyhundred\:border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twentyhundred\:border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twentyhundred\:border-red-500{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:border-red-600{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:border-red-700{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twentyhundred\:border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twentyhundred\:border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twentyhundred\:border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twentyhundred\:border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twentyhundred\:border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twentyhundred\:border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twentyhundred\:border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twentyhundred\:border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twentyhundred\:border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twentyhundred\:border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twentyhundred\:border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twentyhundred\:border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twentyhundred\:border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twentyhundred\:border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twentyhundred\:border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twentyhundred\:border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twentyhundred\:border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twentyhundred\:border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twentyhundred\:border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twentyhundred\:border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twentyhundred\:border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twentyhundred\:border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twentyhundred\:border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twentyhundred\:border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twentyhundred\:border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twentyhundred\:border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twentyhundred\:border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twentyhundred\:border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twentyhundred\:border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twentyhundred\:border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twentyhundred\:border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twentyhundred\:border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twentyhundred\:border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twentyhundred\:border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twentyhundred\:border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twentyhundred\:border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twentyhundred\:border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twentyhundred\:border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twentyhundred\:border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twentyhundred\:border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twentyhundred\:border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twentyhundred\:border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twentyhundred\:border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twentyhundred\:border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twentyhundred\:border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twentyhundred\:border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twentyhundred\:border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twentyhundred\:border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twentyhundred\:border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twentyhundred\:border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twentyhundred\:border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twentyhundred\:border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twentyhundred\:border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twentyhundred\:border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twentyhundred\:border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twentyhundred\:border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twentyhundred\:border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twentyhundred\:border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .twentyhundred\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .twentyhundred\:hover\:border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-200:hover{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-500:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-600:hover{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-700:hover{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twentyhundred\:hover\:border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .twentyhundred\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .twentyhundred\:focus\:border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-200:focus{
    --border-opacity: 1;
    border-color: #EDF2F7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-500:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-600:focus{
    --border-opacity: 1;
    border-color: #95C11F;
    border-color: rgba(149, 193, 31, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-700:focus{
    --border-opacity: 1;
    border-color: #83ab1a;
    border-color: rgba(131, 171, 26, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .twentyhundred\:focus\:border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .twentyhundred\:border-opacity-0{
    --border-opacity: 0;
  }

  .twentyhundred\:border-opacity-25{
    --border-opacity: 0.25;
  }

  .twentyhundred\:border-opacity-30{
    --border-opacity: 0.3;
  }

  .twentyhundred\:border-opacity-40{
    --border-opacity: 0.4;
  }

  .twentyhundred\:border-opacity-50{
    --border-opacity: 0.5;
  }

  .twentyhundred\:border-opacity-75{
    --border-opacity: 0.75;
  }

  .twentyhundred\:border-opacity-100{
    --border-opacity: 1;
  }

  .twentyhundred\:hover\:border-opacity-0:hover{
    --border-opacity: 0;
  }

  .twentyhundred\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .twentyhundred\:hover\:border-opacity-30:hover{
    --border-opacity: 0.3;
  }

  .twentyhundred\:hover\:border-opacity-40:hover{
    --border-opacity: 0.4;
  }

  .twentyhundred\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .twentyhundred\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .twentyhundred\:hover\:border-opacity-100:hover{
    --border-opacity: 1;
  }

  .twentyhundred\:focus\:border-opacity-0:focus{
    --border-opacity: 0;
  }

  .twentyhundred\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .twentyhundred\:focus\:border-opacity-30:focus{
    --border-opacity: 0.3;
  }

  .twentyhundred\:focus\:border-opacity-40:focus{
    --border-opacity: 0.4;
  }

  .twentyhundred\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .twentyhundred\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .twentyhundred\:focus\:border-opacity-100:focus{
    --border-opacity: 1;
  }

  .twentyhundred\:rounded-none{
    border-radius: 0;
  }

  .twentyhundred\:rounded-sm{
    border-radius: 0.125rem;
  }

  .twentyhundred\:rounded{
    border-radius: 0.25rem;
  }

  .twentyhundred\:rounded-md{
    border-radius: 0.375rem;
  }

  .twentyhundred\:rounded-lg{
    border-radius: 0.5rem;
  }

  .twentyhundred\:rounded-lg2{
    border-radius: 1rem;
  }

  .twentyhundred\:rounded-full{
    border-radius: 9999px;
  }

  .twentyhundred\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .twentyhundred\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .twentyhundred\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twentyhundred\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .twentyhundred\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .twentyhundred\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .twentyhundred\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twentyhundred\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .twentyhundred\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .twentyhundred\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .twentyhundred\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twentyhundred\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .twentyhundred\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .twentyhundred\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .twentyhundred\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twentyhundred\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .twentyhundred\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .twentyhundred\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .twentyhundred\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twentyhundred\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .twentyhundred\:rounded-t-lg2{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .twentyhundred\:rounded-r-lg2{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .twentyhundred\:rounded-b-lg2{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twentyhundred\:rounded-l-lg2{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .twentyhundred\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .twentyhundred\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .twentyhundred\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twentyhundred\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .twentyhundred\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .twentyhundred\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .twentyhundred\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .twentyhundred\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .twentyhundred\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .twentyhundred\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .twentyhundred\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .twentyhundred\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .twentyhundred\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .twentyhundred\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .twentyhundred\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .twentyhundred\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .twentyhundred\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .twentyhundred\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .twentyhundred\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .twentyhundred\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .twentyhundred\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .twentyhundred\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .twentyhundred\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .twentyhundred\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .twentyhundred\:rounded-tl-lg2{
    border-top-left-radius: 1rem;
  }

  .twentyhundred\:rounded-tr-lg2{
    border-top-right-radius: 1rem;
  }

  .twentyhundred\:rounded-br-lg2{
    border-bottom-right-radius: 1rem;
  }

  .twentyhundred\:rounded-bl-lg2{
    border-bottom-left-radius: 1rem;
  }

  .twentyhundred\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .twentyhundred\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .twentyhundred\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .twentyhundred\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .twentyhundred\:border-solid{
    border-style: solid;
  }

  .twentyhundred\:border-dashed{
    border-style: dashed;
  }

  .twentyhundred\:border-dotted{
    border-style: dotted;
  }

  .twentyhundred\:border-double{
    border-style: double;
  }

  .twentyhundred\:border-none{
    border-style: none;
  }

  .twentyhundred\:border-0{
    border-width: 0;
  }

  .twentyhundred\:border-2{
    border-width: 2px;
  }

  .twentyhundred\:border-4{
    border-width: 4px;
  }

  .twentyhundred\:border-8{
    border-width: 8px;
  }

  .twentyhundred\:border{
    border-width: 1px;
  }

  .twentyhundred\:border-t-0{
    border-top-width: 0;
  }

  .twentyhundred\:border-r-0{
    border-right-width: 0;
  }

  .twentyhundred\:border-b-0{
    border-bottom-width: 0;
  }

  .twentyhundred\:border-l-0{
    border-left-width: 0;
  }

  .twentyhundred\:border-t-2{
    border-top-width: 2px;
  }

  .twentyhundred\:border-r-2{
    border-right-width: 2px;
  }

  .twentyhundred\:border-b-2{
    border-bottom-width: 2px;
  }

  .twentyhundred\:border-l-2{
    border-left-width: 2px;
  }

  .twentyhundred\:border-t-4{
    border-top-width: 4px;
  }

  .twentyhundred\:border-r-4{
    border-right-width: 4px;
  }

  .twentyhundred\:border-b-4{
    border-bottom-width: 4px;
  }

  .twentyhundred\:border-l-4{
    border-left-width: 4px;
  }

  .twentyhundred\:border-t-8{
    border-top-width: 8px;
  }

  .twentyhundred\:border-r-8{
    border-right-width: 8px;
  }

  .twentyhundred\:border-b-8{
    border-bottom-width: 8px;
  }

  .twentyhundred\:border-l-8{
    border-left-width: 8px;
  }

  .twentyhundred\:border-t{
    border-top-width: 1px;
  }

  .twentyhundred\:border-r{
    border-right-width: 1px;
  }

  .twentyhundred\:border-b{
    border-bottom-width: 1px;
  }

  .twentyhundred\:border-l{
    border-left-width: 1px;
  }

  .twentyhundred\:box-border{
    box-sizing: border-box;
  }

  .twentyhundred\:box-content{
    box-sizing: content-box;
  }

  .twentyhundred\:cursor-auto{
    cursor: auto;
  }

  .twentyhundred\:cursor-default{
    cursor: default;
  }

  .twentyhundred\:cursor-pointer{
    cursor: pointer;
  }

  .twentyhundred\:cursor-wait{
    cursor: wait;
  }

  .twentyhundred\:cursor-text{
    cursor: text;
  }

  .twentyhundred\:cursor-move{
    cursor: move;
  }

  .twentyhundred\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .twentyhundred\:block{
    display: block;
  }

  .twentyhundred\:inline-block{
    display: inline-block;
  }

  .twentyhundred\:inline{
    display: inline;
  }

  .twentyhundred\:flex{
    display: flex;
  }

  .twentyhundred\:inline-flex{
    display: inline-flex;
  }

  .twentyhundred\:table{
    display: table;
  }

  .twentyhundred\:table-caption{
    display: table-caption;
  }

  .twentyhundred\:table-cell{
    display: table-cell;
  }

  .twentyhundred\:table-column{
    display: table-column;
  }

  .twentyhundred\:table-column-group{
    display: table-column-group;
  }

  .twentyhundred\:table-footer-group{
    display: table-footer-group;
  }

  .twentyhundred\:table-header-group{
    display: table-header-group;
  }

  .twentyhundred\:table-row-group{
    display: table-row-group;
  }

  .twentyhundred\:table-row{
    display: table-row;
  }

  .twentyhundred\:flow-root{
    display: flow-root;
  }

  .twentyhundred\:grid{
    display: grid;
  }

  .twentyhundred\:inline-grid{
    display: inline-grid;
  }

  .twentyhundred\:contents{
    display: contents;
  }

  .twentyhundred\:hidden{
    display: none;
  }

  .twentyhundred\:flex-row{
    flex-direction: row;
  }

  .twentyhundred\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .twentyhundred\:flex-col{
    flex-direction: column;
  }

  .twentyhundred\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .twentyhundred\:flex-wrap{
    flex-wrap: wrap;
  }

  .twentyhundred\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .twentyhundred\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .twentyhundred\:place-items-auto{
    place-items: auto;
  }

  .twentyhundred\:place-items-start{
    place-items: start;
  }

  .twentyhundred\:place-items-end{
    place-items: end;
  }

  .twentyhundred\:place-items-center{
    place-items: center;
  }

  .twentyhundred\:place-items-stretch{
    place-items: stretch;
  }

  .twentyhundred\:place-content-center{
    place-content: center;
  }

  .twentyhundred\:place-content-start{
    place-content: start;
  }

  .twentyhundred\:place-content-end{
    place-content: end;
  }

  .twentyhundred\:place-content-between{
    place-content: space-between;
  }

  .twentyhundred\:place-content-around{
    place-content: space-around;
  }

  .twentyhundred\:place-content-evenly{
    place-content: space-evenly;
  }

  .twentyhundred\:place-content-stretch{
    place-content: stretch;
  }

  .twentyhundred\:place-self-auto{
    place-self: auto;
  }

  .twentyhundred\:place-self-start{
    place-self: start;
  }

  .twentyhundred\:place-self-end{
    place-self: end;
  }

  .twentyhundred\:place-self-center{
    place-self: center;
  }

  .twentyhundred\:place-self-stretch{
    place-self: stretch;
  }

  .twentyhundred\:items-start{
    align-items: flex-start;
  }

  .twentyhundred\:items-end{
    align-items: flex-end;
  }

  .twentyhundred\:items-center{
    align-items: center;
  }

  .twentyhundred\:items-baseline{
    align-items: baseline;
  }

  .twentyhundred\:items-stretch{
    align-items: stretch;
  }

  .twentyhundred\:content-center{
    align-content: center;
  }

  .twentyhundred\:content-start{
    align-content: flex-start;
  }

  .twentyhundred\:content-end{
    align-content: flex-end;
  }

  .twentyhundred\:content-between{
    align-content: space-between;
  }

  .twentyhundred\:content-around{
    align-content: space-around;
  }

  .twentyhundred\:content-evenly{
    align-content: space-evenly;
  }

  .twentyhundred\:self-auto{
    align-self: auto;
  }

  .twentyhundred\:self-start{
    align-self: flex-start;
  }

  .twentyhundred\:self-end{
    align-self: flex-end;
  }

  .twentyhundred\:self-center{
    align-self: center;
  }

  .twentyhundred\:self-stretch{
    align-self: stretch;
  }

  .twentyhundred\:justify-items-auto{
    justify-items: auto;
  }

  .twentyhundred\:justify-items-start{
    justify-items: start;
  }

  .twentyhundred\:justify-items-end{
    justify-items: end;
  }

  .twentyhundred\:justify-items-center{
    justify-items: center;
  }

  .twentyhundred\:justify-items-stretch{
    justify-items: stretch;
  }

  .twentyhundred\:justify-start{
    justify-content: flex-start;
  }

  .twentyhundred\:justify-end{
    justify-content: flex-end;
  }

  .twentyhundred\:justify-center{
    justify-content: center;
  }

  .twentyhundred\:justify-between{
    justify-content: space-between;
  }

  .twentyhundred\:justify-around{
    justify-content: space-around;
  }

  .twentyhundred\:justify-evenly{
    justify-content: space-evenly;
  }

  .twentyhundred\:justify-self-auto{
    justify-self: auto;
  }

  .twentyhundred\:justify-self-start{
    justify-self: start;
  }

  .twentyhundred\:justify-self-end{
    justify-self: end;
  }

  .twentyhundred\:justify-self-center{
    justify-self: center;
  }

  .twentyhundred\:justify-self-stretch{
    justify-self: stretch;
  }

  .twentyhundred\:flex-1{
    flex: 1 1 0%;
  }

  .twentyhundred\:flex-auto{
    flex: 1 1 auto;
  }

  .twentyhundred\:flex-initial{
    flex: 0 1 auto;
  }

  .twentyhundred\:flex-none{
    flex: none;
  }

  .twentyhundred\:flex-grow-0{
    flex-grow: 0;
  }

  .twentyhundred\:flex-grow{
    flex-grow: 1;
  }

  .twentyhundred\:flex-shrink-0{
    flex-shrink: 0;
  }

  .twentyhundred\:flex-shrink{
    flex-shrink: 1;
  }

  .twentyhundred\:order-1{
    order: 1;
  }

  .twentyhundred\:order-2{
    order: 2;
  }

  .twentyhundred\:order-3{
    order: 3;
  }

  .twentyhundred\:order-4{
    order: 4;
  }

  .twentyhundred\:order-5{
    order: 5;
  }

  .twentyhundred\:order-6{
    order: 6;
  }

  .twentyhundred\:order-7{
    order: 7;
  }

  .twentyhundred\:order-8{
    order: 8;
  }

  .twentyhundred\:order-9{
    order: 9;
  }

  .twentyhundred\:order-10{
    order: 10;
  }

  .twentyhundred\:order-11{
    order: 11;
  }

  .twentyhundred\:order-12{
    order: 12;
  }

  .twentyhundred\:order-first{
    order: -9999;
  }

  .twentyhundred\:order-last{
    order: 9999;
  }

  .twentyhundred\:order-none{
    order: 0;
  }

  .twentyhundred\:float-right{
    float: right;
  }

  .twentyhundred\:float-left{
    float: left;
  }

  .twentyhundred\:float-none{
    float: none;
  }

  .twentyhundred\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .twentyhundred\:clear-left{
    clear: left;
  }

  .twentyhundred\:clear-right{
    clear: right;
  }

  .twentyhundred\:clear-both{
    clear: both;
  }

  .twentyhundred\:clear-none{
    clear: none;
  }

  .twentyhundred\: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";
  }

  .twentyhundred\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .twentyhundred\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .twentyhundred\:font-hairline{
    font-weight: 100;
  }

  .twentyhundred\:font-thin{
    font-weight: 200;
  }

  .twentyhundred\:font-light{
    font-weight: 300;
  }

  .twentyhundred\:font-normal{
    font-weight: 400;
  }

  .twentyhundred\:font-medium{
    font-weight: 500;
  }

  .twentyhundred\:font-semibold{
    font-weight: 600;
  }

  .twentyhundred\:font-bold{
    font-weight: 700;
  }

  .twentyhundred\:font-extrabold{
    font-weight: 800;
  }

  .twentyhundred\:font-black{
    font-weight: 900;
  }

  .twentyhundred\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .twentyhundred\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .twentyhundred\:hover\:font-light:hover{
    font-weight: 300;
  }

  .twentyhundred\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .twentyhundred\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .twentyhundred\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .twentyhundred\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .twentyhundred\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .twentyhundred\:hover\:font-black:hover{
    font-weight: 900;
  }

  .twentyhundred\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .twentyhundred\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .twentyhundred\:focus\:font-light:focus{
    font-weight: 300;
  }

  .twentyhundred\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .twentyhundred\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .twentyhundred\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .twentyhundred\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .twentyhundred\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .twentyhundred\:focus\:font-black:focus{
    font-weight: 900;
  }

  .twentyhundred\:h-0{
    height: 0;
  }

  .twentyhundred\:h-1{
    height: 0.25rem;
  }

  .twentyhundred\:h-2{
    height: 0.5rem;
  }

  .twentyhundred\:h-3{
    height: 0.75rem;
  }

  .twentyhundred\:h-4{
    height: 1rem;
  }

  .twentyhundred\:h-5{
    height: 1.25rem;
  }

  .twentyhundred\:h-6{
    height: 1.5rem;
  }

  .twentyhundred\:h-8{
    height: 2rem;
  }

  .twentyhundred\:h-10{
    height: 2.5rem;
  }

  .twentyhundred\:h-12{
    height: 3rem;
  }

  .twentyhundred\:h-16{
    height: 4rem;
  }

  .twentyhundred\:h-20{
    height: 5rem;
  }

  .twentyhundred\:h-24{
    height: 6rem;
  }

  .twentyhundred\:h-32{
    height: 8rem;
  }

  .twentyhundred\:h-40{
    height: 10rem;
  }

  .twentyhundred\:h-48{
    height: 12rem;
  }

  .twentyhundred\:h-56{
    height: 14rem;
  }

  .twentyhundred\:h-64{
    height: 16rem;
  }

  .twentyhundred\:h-72{
    height: 18rem;
  }

  .twentyhundred\:h-80{
    height: 20rem;
  }

  .twentyhundred\:h-88{
    height: 22rem;
  }

  .twentyhundred\:h-96{
    height: 24rem;
  }

  .twentyhundred\:h-104{
    height: 26rem;
  }

  .twentyhundred\:h-112{
    height: 28rem;
  }

  .twentyhundred\:h-128{
    height: 30rem;
  }

  .twentyhundred\:h-144{
    height: 34rem;
  }

  .twentyhundred\:h-160{
    height: 38rem;
  }

  .twentyhundred\:h-176{
    height: 42rem;
  }

  .twentyhundred\:h-192{
    height: 46rem;
  }

  .twentyhundred\:h-208{
    height: 50rem;
  }

  .twentyhundred\:h-224{
    height: 54rem;
  }

  .twentyhundred\:h-240{
    height: 58rem;
  }

  .twentyhundred\:h-256{
    height: 62rem;
  }

  .twentyhundred\:h-auto{
    height: auto;
  }

  .twentyhundred\:h-px{
    height: 1px;
  }

  .twentyhundred\:h-full{
    height: 100%;
  }

  .twentyhundred\:h-screen{
    height: 100vh;
  }

  .twentyhundred\:text-3xs{
    font-size: 0.5rem;
  }

  .twentyhundred\:text-2xs{
    font-size: 0.625rem;
  }

  .twentyhundred\:text-xs{
    font-size: 0.75rem;
  }

  .twentyhundred\:text-sm{
    font-size: 0.875rem;
  }

  .twentyhundred\:text-base{
    font-size: 1rem;
  }

  .twentyhundred\:text-lg{
    font-size: 1.125rem;
  }

  .twentyhundred\:text-xl{
    font-size: 1.25rem;
  }

  .twentyhundred\:text-2xl{
    font-size: 1.5rem;
  }

  .twentyhundred\:text-3xl{
    font-size: 1.875rem;
  }

  .twentyhundred\:text-4xl{
    font-size: 2.25rem;
  }

  .twentyhundred\:text-5xl{
    font-size: 3rem;
  }

  .twentyhundred\:text-6xl{
    font-size: 4rem;
  }

  .twentyhundred\:text-7xl{
    font-size: 6rem;
  }

  .twentyhundred\:text-8xl{
    font-size: 8rem;
  }

  .twentyhundred\:leading-3{
    line-height: .75rem;
  }

  .twentyhundred\:leading-4{
    line-height: 1rem;
  }

  .twentyhundred\:leading-5{
    line-height: 1.25rem;
  }

  .twentyhundred\:leading-6{
    line-height: 1.5rem;
  }

  .twentyhundred\:leading-7{
    line-height: 1.75rem;
  }

  .twentyhundred\:leading-8{
    line-height: 2rem;
  }

  .twentyhundred\:leading-9{
    line-height: 2.25rem;
  }

  .twentyhundred\:leading-10{
    line-height: 2.5rem;
  }

  .twentyhundred\:leading-none{
    line-height: 1;
  }

  .twentyhundred\:leading-tight{
    line-height: 1.25;
  }

  .twentyhundred\:leading-snug{
    line-height: 1.375;
  }

  .twentyhundred\:leading-normal{
    line-height: 1.5;
  }

  .twentyhundred\:leading-relaxed{
    line-height: 1.625;
  }

  .twentyhundred\:leading-loose{
    line-height: 2;
  }

  .twentyhundred\:list-inside{
    list-style-position: inside;
  }

  .twentyhundred\:list-outside{
    list-style-position: outside;
  }

  .twentyhundred\:list-none{
    list-style-type: none;
  }

  .twentyhundred\:list-disc{
    list-style-type: disc;
  }

  .twentyhundred\:list-decimal{
    list-style-type: decimal;
  }

  .twentyhundred\:m-0{
    margin: 0;
  }

  .twentyhundred\:m-1{
    margin: 0.25rem;
  }

  .twentyhundred\:m-2{
    margin: 0.5rem;
  }

  .twentyhundred\:m-3{
    margin: 0.75rem;
  }

  .twentyhundred\:m-4{
    margin: 1rem;
  }

  .twentyhundred\:m-5{
    margin: 1.25rem;
  }

  .twentyhundred\:m-6{
    margin: 1.5rem;
  }

  .twentyhundred\:m-8{
    margin: 2rem;
  }

  .twentyhundred\:m-10{
    margin: 2.5rem;
  }

  .twentyhundred\:m-12{
    margin: 3rem;
  }

  .twentyhundred\:m-16{
    margin: 4rem;
  }

  .twentyhundred\:m-20{
    margin: 5rem;
  }

  .twentyhundred\:m-24{
    margin: 6rem;
  }

  .twentyhundred\:m-32{
    margin: 8rem;
  }

  .twentyhundred\:m-40{
    margin: 10rem;
  }

  .twentyhundred\:m-48{
    margin: 12rem;
  }

  .twentyhundred\:m-56{
    margin: 14rem;
  }

  .twentyhundred\:m-64{
    margin: 16rem;
  }

  .twentyhundred\:m-72{
    margin: 18rem;
  }

  .twentyhundred\:m-80{
    margin: 20rem;
  }

  .twentyhundred\:m-88{
    margin: 22rem;
  }

  .twentyhundred\:m-96{
    margin: 24rem;
  }

  .twentyhundred\:m-104{
    margin: 26rem;
  }

  .twentyhundred\:m-112{
    margin: 28rem;
  }

  .twentyhundred\:m-128{
    margin: 30rem;
  }

  .twentyhundred\:m-144{
    margin: 34rem;
  }

  .twentyhundred\:m-160{
    margin: 38rem;
  }

  .twentyhundred\:m-176{
    margin: 42rem;
  }

  .twentyhundred\:m-192{
    margin: 46rem;
  }

  .twentyhundred\:m-208{
    margin: 50rem;
  }

  .twentyhundred\:m-224{
    margin: 54rem;
  }

  .twentyhundred\:m-240{
    margin: 58rem;
  }

  .twentyhundred\:m-256{
    margin: 62rem;
  }

  .twentyhundred\:m-auto{
    margin: auto;
  }

  .twentyhundred\:m-px{
    margin: 1px;
  }

  .twentyhundred\:-m-1{
    margin: -0.25rem;
  }

  .twentyhundred\:-m-2{
    margin: -0.5rem;
  }

  .twentyhundred\:-m-3{
    margin: -0.75rem;
  }

  .twentyhundred\:-m-4{
    margin: -1rem;
  }

  .twentyhundred\:-m-5{
    margin: -1.25rem;
  }

  .twentyhundred\:-m-6{
    margin: -1.5rem;
  }

  .twentyhundred\:-m-8{
    margin: -2rem;
  }

  .twentyhundred\:-m-10{
    margin: -2.5rem;
  }

  .twentyhundred\:-m-12{
    margin: -3rem;
  }

  .twentyhundred\:-m-16{
    margin: -4rem;
  }

  .twentyhundred\:-m-20{
    margin: -5rem;
  }

  .twentyhundred\:-m-24{
    margin: -6rem;
  }

  .twentyhundred\:-m-32{
    margin: -8rem;
  }

  .twentyhundred\:-m-40{
    margin: -10rem;
  }

  .twentyhundred\:-m-48{
    margin: -12rem;
  }

  .twentyhundred\:-m-56{
    margin: -14rem;
  }

  .twentyhundred\:-m-64{
    margin: -16rem;
  }

  .twentyhundred\:-m-72{
    margin: -18rem;
  }

  .twentyhundred\:-m-80{
    margin: -20rem;
  }

  .twentyhundred\:-m-88{
    margin: -22rem;
  }

  .twentyhundred\:-m-96{
    margin: -24rem;
  }

  .twentyhundred\:-m-104{
    margin: -26rem;
  }

  .twentyhundred\:-m-112{
    margin: -28rem;
  }

  .twentyhundred\:-m-128{
    margin: -30rem;
  }

  .twentyhundred\:-m-144{
    margin: -34rem;
  }

  .twentyhundred\:-m-160{
    margin: -38rem;
  }

  .twentyhundred\:-m-176{
    margin: -42rem;
  }

  .twentyhundred\:-m-192{
    margin: -46rem;
  }

  .twentyhundred\:-m-208{
    margin: -50rem;
  }

  .twentyhundred\:-m-224{
    margin: -54rem;
  }

  .twentyhundred\:-m-240{
    margin: -58rem;
  }

  .twentyhundred\:-m-256{
    margin: -62rem;
  }

  .twentyhundred\:-m-px{
    margin: -1px;
  }

  .twentyhundred\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .twentyhundred\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .twentyhundred\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .twentyhundred\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .twentyhundred\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .twentyhundred\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .twentyhundred\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .twentyhundred\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .twentyhundred\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .twentyhundred\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .twentyhundred\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .twentyhundred\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .twentyhundred\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .twentyhundred\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .twentyhundred\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .twentyhundred\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .twentyhundred\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .twentyhundred\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .twentyhundred\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .twentyhundred\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .twentyhundred\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .twentyhundred\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .twentyhundred\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .twentyhundred\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .twentyhundred\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .twentyhundred\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .twentyhundred\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .twentyhundred\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .twentyhundred\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .twentyhundred\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .twentyhundred\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .twentyhundred\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .twentyhundred\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .twentyhundred\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .twentyhundred\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .twentyhundred\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .twentyhundred\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .twentyhundred\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .twentyhundred\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .twentyhundred\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .twentyhundred\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .twentyhundred\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .twentyhundred\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .twentyhundred\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .twentyhundred\:my-104{
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .twentyhundred\:mx-104{
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .twentyhundred\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .twentyhundred\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .twentyhundred\:my-128{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .twentyhundred\:mx-128{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .twentyhundred\:my-144{
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .twentyhundred\:mx-144{
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .twentyhundred\:my-160{
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .twentyhundred\:mx-160{
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .twentyhundred\:my-176{
    margin-top: 42rem;
    margin-bottom: 42rem;
  }

  .twentyhundred\:mx-176{
    margin-left: 42rem;
    margin-right: 42rem;
  }

  .twentyhundred\:my-192{
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .twentyhundred\:mx-192{
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .twentyhundred\:my-208{
    margin-top: 50rem;
    margin-bottom: 50rem;
  }

  .twentyhundred\:mx-208{
    margin-left: 50rem;
    margin-right: 50rem;
  }

  .twentyhundred\:my-224{
    margin-top: 54rem;
    margin-bottom: 54rem;
  }

  .twentyhundred\:mx-224{
    margin-left: 54rem;
    margin-right: 54rem;
  }

  .twentyhundred\:my-240{
    margin-top: 58rem;
    margin-bottom: 58rem;
  }

  .twentyhundred\:mx-240{
    margin-left: 58rem;
    margin-right: 58rem;
  }

  .twentyhundred\:my-256{
    margin-top: 62rem;
    margin-bottom: 62rem;
  }

  .twentyhundred\:mx-256{
    margin-left: 62rem;
    margin-right: 62rem;
  }

  .twentyhundred\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .twentyhundred\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .twentyhundred\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .twentyhundred\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .twentyhundred\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .twentyhundred\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .twentyhundred\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .twentyhundred\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .twentyhundred\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .twentyhundred\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .twentyhundred\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .twentyhundred\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .twentyhundred\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .twentyhundred\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .twentyhundred\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .twentyhundred\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .twentyhundred\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .twentyhundred\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .twentyhundred\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .twentyhundred\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .twentyhundred\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .twentyhundred\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .twentyhundred\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .twentyhundred\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .twentyhundred\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .twentyhundred\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .twentyhundred\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .twentyhundred\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .twentyhundred\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .twentyhundred\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .twentyhundred\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .twentyhundred\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .twentyhundred\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .twentyhundred\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .twentyhundred\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .twentyhundred\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .twentyhundred\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .twentyhundred\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .twentyhundred\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .twentyhundred\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .twentyhundred\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .twentyhundred\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .twentyhundred\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .twentyhundred\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .twentyhundred\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .twentyhundred\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .twentyhundred\:-my-104{
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .twentyhundred\:-mx-104{
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .twentyhundred\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .twentyhundred\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .twentyhundred\:-my-128{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .twentyhundred\:-mx-128{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .twentyhundred\:-my-144{
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .twentyhundred\:-mx-144{
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .twentyhundred\:-my-160{
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .twentyhundred\:-mx-160{
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .twentyhundred\:-my-176{
    margin-top: -42rem;
    margin-bottom: -42rem;
  }

  .twentyhundred\:-mx-176{
    margin-left: -42rem;
    margin-right: -42rem;
  }

  .twentyhundred\:-my-192{
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .twentyhundred\:-mx-192{
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .twentyhundred\:-my-208{
    margin-top: -50rem;
    margin-bottom: -50rem;
  }

  .twentyhundred\:-mx-208{
    margin-left: -50rem;
    margin-right: -50rem;
  }

  .twentyhundred\:-my-224{
    margin-top: -54rem;
    margin-bottom: -54rem;
  }

  .twentyhundred\:-mx-224{
    margin-left: -54rem;
    margin-right: -54rem;
  }

  .twentyhundred\:-my-240{
    margin-top: -58rem;
    margin-bottom: -58rem;
  }

  .twentyhundred\:-mx-240{
    margin-left: -58rem;
    margin-right: -58rem;
  }

  .twentyhundred\:-my-256{
    margin-top: -62rem;
    margin-bottom: -62rem;
  }

  .twentyhundred\:-mx-256{
    margin-left: -62rem;
    margin-right: -62rem;
  }

  .twentyhundred\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .twentyhundred\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .twentyhundred\:mt-0{
    margin-top: 0;
  }

  .twentyhundred\:mr-0{
    margin-right: 0;
  }

  .twentyhundred\:mb-0{
    margin-bottom: 0;
  }

  .twentyhundred\:ml-0{
    margin-left: 0;
  }

  .twentyhundred\:mt-1{
    margin-top: 0.25rem;
  }

  .twentyhundred\:mr-1{
    margin-right: 0.25rem;
  }

  .twentyhundred\:mb-1{
    margin-bottom: 0.25rem;
  }

  .twentyhundred\:ml-1{
    margin-left: 0.25rem;
  }

  .twentyhundred\:mt-2{
    margin-top: 0.5rem;
  }

  .twentyhundred\:mr-2{
    margin-right: 0.5rem;
  }

  .twentyhundred\:mb-2{
    margin-bottom: 0.5rem;
  }

  .twentyhundred\:ml-2{
    margin-left: 0.5rem;
  }

  .twentyhundred\:mt-3{
    margin-top: 0.75rem;
  }

  .twentyhundred\:mr-3{
    margin-right: 0.75rem;
  }

  .twentyhundred\:mb-3{
    margin-bottom: 0.75rem;
  }

  .twentyhundred\:ml-3{
    margin-left: 0.75rem;
  }

  .twentyhundred\:mt-4{
    margin-top: 1rem;
  }

  .twentyhundred\:mr-4{
    margin-right: 1rem;
  }

  .twentyhundred\:mb-4{
    margin-bottom: 1rem;
  }

  .twentyhundred\:ml-4{
    margin-left: 1rem;
  }

  .twentyhundred\:mt-5{
    margin-top: 1.25rem;
  }

  .twentyhundred\:mr-5{
    margin-right: 1.25rem;
  }

  .twentyhundred\:mb-5{
    margin-bottom: 1.25rem;
  }

  .twentyhundred\:ml-5{
    margin-left: 1.25rem;
  }

  .twentyhundred\:mt-6{
    margin-top: 1.5rem;
  }

  .twentyhundred\:mr-6{
    margin-right: 1.5rem;
  }

  .twentyhundred\:mb-6{
    margin-bottom: 1.5rem;
  }

  .twentyhundred\:ml-6{
    margin-left: 1.5rem;
  }

  .twentyhundred\:mt-8{
    margin-top: 2rem;
  }

  .twentyhundred\:mr-8{
    margin-right: 2rem;
  }

  .twentyhundred\:mb-8{
    margin-bottom: 2rem;
  }

  .twentyhundred\:ml-8{
    margin-left: 2rem;
  }

  .twentyhundred\:mt-10{
    margin-top: 2.5rem;
  }

  .twentyhundred\:mr-10{
    margin-right: 2.5rem;
  }

  .twentyhundred\:mb-10{
    margin-bottom: 2.5rem;
  }

  .twentyhundred\:ml-10{
    margin-left: 2.5rem;
  }

  .twentyhundred\:mt-12{
    margin-top: 3rem;
  }

  .twentyhundred\:mr-12{
    margin-right: 3rem;
  }

  .twentyhundred\:mb-12{
    margin-bottom: 3rem;
  }

  .twentyhundred\:ml-12{
    margin-left: 3rem;
  }

  .twentyhundred\:mt-16{
    margin-top: 4rem;
  }

  .twentyhundred\:mr-16{
    margin-right: 4rem;
  }

  .twentyhundred\:mb-16{
    margin-bottom: 4rem;
  }

  .twentyhundred\:ml-16{
    margin-left: 4rem;
  }

  .twentyhundred\:mt-20{
    margin-top: 5rem;
  }

  .twentyhundred\:mr-20{
    margin-right: 5rem;
  }

  .twentyhundred\:mb-20{
    margin-bottom: 5rem;
  }

  .twentyhundred\:ml-20{
    margin-left: 5rem;
  }

  .twentyhundred\:mt-24{
    margin-top: 6rem;
  }

  .twentyhundred\:mr-24{
    margin-right: 6rem;
  }

  .twentyhundred\:mb-24{
    margin-bottom: 6rem;
  }

  .twentyhundred\:ml-24{
    margin-left: 6rem;
  }

  .twentyhundred\:mt-32{
    margin-top: 8rem;
  }

  .twentyhundred\:mr-32{
    margin-right: 8rem;
  }

  .twentyhundred\:mb-32{
    margin-bottom: 8rem;
  }

  .twentyhundred\:ml-32{
    margin-left: 8rem;
  }

  .twentyhundred\:mt-40{
    margin-top: 10rem;
  }

  .twentyhundred\:mr-40{
    margin-right: 10rem;
  }

  .twentyhundred\:mb-40{
    margin-bottom: 10rem;
  }

  .twentyhundred\:ml-40{
    margin-left: 10rem;
  }

  .twentyhundred\:mt-48{
    margin-top: 12rem;
  }

  .twentyhundred\:mr-48{
    margin-right: 12rem;
  }

  .twentyhundred\:mb-48{
    margin-bottom: 12rem;
  }

  .twentyhundred\:ml-48{
    margin-left: 12rem;
  }

  .twentyhundred\:mt-56{
    margin-top: 14rem;
  }

  .twentyhundred\:mr-56{
    margin-right: 14rem;
  }

  .twentyhundred\:mb-56{
    margin-bottom: 14rem;
  }

  .twentyhundred\:ml-56{
    margin-left: 14rem;
  }

  .twentyhundred\:mt-64{
    margin-top: 16rem;
  }

  .twentyhundred\:mr-64{
    margin-right: 16rem;
  }

  .twentyhundred\:mb-64{
    margin-bottom: 16rem;
  }

  .twentyhundred\:ml-64{
    margin-left: 16rem;
  }

  .twentyhundred\:mt-72{
    margin-top: 18rem;
  }

  .twentyhundred\:mr-72{
    margin-right: 18rem;
  }

  .twentyhundred\:mb-72{
    margin-bottom: 18rem;
  }

  .twentyhundred\:ml-72{
    margin-left: 18rem;
  }

  .twentyhundred\:mt-80{
    margin-top: 20rem;
  }

  .twentyhundred\:mr-80{
    margin-right: 20rem;
  }

  .twentyhundred\:mb-80{
    margin-bottom: 20rem;
  }

  .twentyhundred\:ml-80{
    margin-left: 20rem;
  }

  .twentyhundred\:mt-88{
    margin-top: 22rem;
  }

  .twentyhundred\:mr-88{
    margin-right: 22rem;
  }

  .twentyhundred\:mb-88{
    margin-bottom: 22rem;
  }

  .twentyhundred\:ml-88{
    margin-left: 22rem;
  }

  .twentyhundred\:mt-96{
    margin-top: 24rem;
  }

  .twentyhundred\:mr-96{
    margin-right: 24rem;
  }

  .twentyhundred\:mb-96{
    margin-bottom: 24rem;
  }

  .twentyhundred\:ml-96{
    margin-left: 24rem;
  }

  .twentyhundred\:mt-104{
    margin-top: 26rem;
  }

  .twentyhundred\:mr-104{
    margin-right: 26rem;
  }

  .twentyhundred\:mb-104{
    margin-bottom: 26rem;
  }

  .twentyhundred\:ml-104{
    margin-left: 26rem;
  }

  .twentyhundred\:mt-112{
    margin-top: 28rem;
  }

  .twentyhundred\:mr-112{
    margin-right: 28rem;
  }

  .twentyhundred\:mb-112{
    margin-bottom: 28rem;
  }

  .twentyhundred\:ml-112{
    margin-left: 28rem;
  }

  .twentyhundred\:mt-128{
    margin-top: 30rem;
  }

  .twentyhundred\:mr-128{
    margin-right: 30rem;
  }

  .twentyhundred\:mb-128{
    margin-bottom: 30rem;
  }

  .twentyhundred\:ml-128{
    margin-left: 30rem;
  }

  .twentyhundred\:mt-144{
    margin-top: 34rem;
  }

  .twentyhundred\:mr-144{
    margin-right: 34rem;
  }

  .twentyhundred\:mb-144{
    margin-bottom: 34rem;
  }

  .twentyhundred\:ml-144{
    margin-left: 34rem;
  }

  .twentyhundred\:mt-160{
    margin-top: 38rem;
  }

  .twentyhundred\:mr-160{
    margin-right: 38rem;
  }

  .twentyhundred\:mb-160{
    margin-bottom: 38rem;
  }

  .twentyhundred\:ml-160{
    margin-left: 38rem;
  }

  .twentyhundred\:mt-176{
    margin-top: 42rem;
  }

  .twentyhundred\:mr-176{
    margin-right: 42rem;
  }

  .twentyhundred\:mb-176{
    margin-bottom: 42rem;
  }

  .twentyhundred\:ml-176{
    margin-left: 42rem;
  }

  .twentyhundred\:mt-192{
    margin-top: 46rem;
  }

  .twentyhundred\:mr-192{
    margin-right: 46rem;
  }

  .twentyhundred\:mb-192{
    margin-bottom: 46rem;
  }

  .twentyhundred\:ml-192{
    margin-left: 46rem;
  }

  .twentyhundred\:mt-208{
    margin-top: 50rem;
  }

  .twentyhundred\:mr-208{
    margin-right: 50rem;
  }

  .twentyhundred\:mb-208{
    margin-bottom: 50rem;
  }

  .twentyhundred\:ml-208{
    margin-left: 50rem;
  }

  .twentyhundred\:mt-224{
    margin-top: 54rem;
  }

  .twentyhundred\:mr-224{
    margin-right: 54rem;
  }

  .twentyhundred\:mb-224{
    margin-bottom: 54rem;
  }

  .twentyhundred\:ml-224{
    margin-left: 54rem;
  }

  .twentyhundred\:mt-240{
    margin-top: 58rem;
  }

  .twentyhundred\:mr-240{
    margin-right: 58rem;
  }

  .twentyhundred\:mb-240{
    margin-bottom: 58rem;
  }

  .twentyhundred\:ml-240{
    margin-left: 58rem;
  }

  .twentyhundred\:mt-256{
    margin-top: 62rem;
  }

  .twentyhundred\:mr-256{
    margin-right: 62rem;
  }

  .twentyhundred\:mb-256{
    margin-bottom: 62rem;
  }

  .twentyhundred\:ml-256{
    margin-left: 62rem;
  }

  .twentyhundred\:mt-auto{
    margin-top: auto;
  }

  .twentyhundred\:mr-auto{
    margin-right: auto;
  }

  .twentyhundred\:mb-auto{
    margin-bottom: auto;
  }

  .twentyhundred\:ml-auto{
    margin-left: auto;
  }

  .twentyhundred\:mt-px{
    margin-top: 1px;
  }

  .twentyhundred\:mr-px{
    margin-right: 1px;
  }

  .twentyhundred\:mb-px{
    margin-bottom: 1px;
  }

  .twentyhundred\:ml-px{
    margin-left: 1px;
  }

  .twentyhundred\:-mt-1{
    margin-top: -0.25rem;
  }

  .twentyhundred\:-mr-1{
    margin-right: -0.25rem;
  }

  .twentyhundred\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .twentyhundred\:-ml-1{
    margin-left: -0.25rem;
  }

  .twentyhundred\:-mt-2{
    margin-top: -0.5rem;
  }

  .twentyhundred\:-mr-2{
    margin-right: -0.5rem;
  }

  .twentyhundred\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .twentyhundred\:-ml-2{
    margin-left: -0.5rem;
  }

  .twentyhundred\:-mt-3{
    margin-top: -0.75rem;
  }

  .twentyhundred\:-mr-3{
    margin-right: -0.75rem;
  }

  .twentyhundred\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .twentyhundred\:-ml-3{
    margin-left: -0.75rem;
  }

  .twentyhundred\:-mt-4{
    margin-top: -1rem;
  }

  .twentyhundred\:-mr-4{
    margin-right: -1rem;
  }

  .twentyhundred\:-mb-4{
    margin-bottom: -1rem;
  }

  .twentyhundred\:-ml-4{
    margin-left: -1rem;
  }

  .twentyhundred\:-mt-5{
    margin-top: -1.25rem;
  }

  .twentyhundred\:-mr-5{
    margin-right: -1.25rem;
  }

  .twentyhundred\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .twentyhundred\:-ml-5{
    margin-left: -1.25rem;
  }

  .twentyhundred\:-mt-6{
    margin-top: -1.5rem;
  }

  .twentyhundred\:-mr-6{
    margin-right: -1.5rem;
  }

  .twentyhundred\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .twentyhundred\:-ml-6{
    margin-left: -1.5rem;
  }

  .twentyhundred\:-mt-8{
    margin-top: -2rem;
  }

  .twentyhundred\:-mr-8{
    margin-right: -2rem;
  }

  .twentyhundred\:-mb-8{
    margin-bottom: -2rem;
  }

  .twentyhundred\:-ml-8{
    margin-left: -2rem;
  }

  .twentyhundred\:-mt-10{
    margin-top: -2.5rem;
  }

  .twentyhundred\:-mr-10{
    margin-right: -2.5rem;
  }

  .twentyhundred\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .twentyhundred\:-ml-10{
    margin-left: -2.5rem;
  }

  .twentyhundred\:-mt-12{
    margin-top: -3rem;
  }

  .twentyhundred\:-mr-12{
    margin-right: -3rem;
  }

  .twentyhundred\:-mb-12{
    margin-bottom: -3rem;
  }

  .twentyhundred\:-ml-12{
    margin-left: -3rem;
  }

  .twentyhundred\:-mt-16{
    margin-top: -4rem;
  }

  .twentyhundred\:-mr-16{
    margin-right: -4rem;
  }

  .twentyhundred\:-mb-16{
    margin-bottom: -4rem;
  }

  .twentyhundred\:-ml-16{
    margin-left: -4rem;
  }

  .twentyhundred\:-mt-20{
    margin-top: -5rem;
  }

  .twentyhundred\:-mr-20{
    margin-right: -5rem;
  }

  .twentyhundred\:-mb-20{
    margin-bottom: -5rem;
  }

  .twentyhundred\:-ml-20{
    margin-left: -5rem;
  }

  .twentyhundred\:-mt-24{
    margin-top: -6rem;
  }

  .twentyhundred\:-mr-24{
    margin-right: -6rem;
  }

  .twentyhundred\:-mb-24{
    margin-bottom: -6rem;
  }

  .twentyhundred\:-ml-24{
    margin-left: -6rem;
  }

  .twentyhundred\:-mt-32{
    margin-top: -8rem;
  }

  .twentyhundred\:-mr-32{
    margin-right: -8rem;
  }

  .twentyhundred\:-mb-32{
    margin-bottom: -8rem;
  }

  .twentyhundred\:-ml-32{
    margin-left: -8rem;
  }

  .twentyhundred\:-mt-40{
    margin-top: -10rem;
  }

  .twentyhundred\:-mr-40{
    margin-right: -10rem;
  }

  .twentyhundred\:-mb-40{
    margin-bottom: -10rem;
  }

  .twentyhundred\:-ml-40{
    margin-left: -10rem;
  }

  .twentyhundred\:-mt-48{
    margin-top: -12rem;
  }

  .twentyhundred\:-mr-48{
    margin-right: -12rem;
  }

  .twentyhundred\:-mb-48{
    margin-bottom: -12rem;
  }

  .twentyhundred\:-ml-48{
    margin-left: -12rem;
  }

  .twentyhundred\:-mt-56{
    margin-top: -14rem;
  }

  .twentyhundred\:-mr-56{
    margin-right: -14rem;
  }

  .twentyhundred\:-mb-56{
    margin-bottom: -14rem;
  }

  .twentyhundred\:-ml-56{
    margin-left: -14rem;
  }

  .twentyhundred\:-mt-64{
    margin-top: -16rem;
  }

  .twentyhundred\:-mr-64{
    margin-right: -16rem;
  }

  .twentyhundred\:-mb-64{
    margin-bottom: -16rem;
  }

  .twentyhundred\:-ml-64{
    margin-left: -16rem;
  }

  .twentyhundred\:-mt-72{
    margin-top: -18rem;
  }

  .twentyhundred\:-mr-72{
    margin-right: -18rem;
  }

  .twentyhundred\:-mb-72{
    margin-bottom: -18rem;
  }

  .twentyhundred\:-ml-72{
    margin-left: -18rem;
  }

  .twentyhundred\:-mt-80{
    margin-top: -20rem;
  }

  .twentyhundred\:-mr-80{
    margin-right: -20rem;
  }

  .twentyhundred\:-mb-80{
    margin-bottom: -20rem;
  }

  .twentyhundred\:-ml-80{
    margin-left: -20rem;
  }

  .twentyhundred\:-mt-88{
    margin-top: -22rem;
  }

  .twentyhundred\:-mr-88{
    margin-right: -22rem;
  }

  .twentyhundred\:-mb-88{
    margin-bottom: -22rem;
  }

  .twentyhundred\:-ml-88{
    margin-left: -22rem;
  }

  .twentyhundred\:-mt-96{
    margin-top: -24rem;
  }

  .twentyhundred\:-mr-96{
    margin-right: -24rem;
  }

  .twentyhundred\:-mb-96{
    margin-bottom: -24rem;
  }

  .twentyhundred\:-ml-96{
    margin-left: -24rem;
  }

  .twentyhundred\:-mt-104{
    margin-top: -26rem;
  }

  .twentyhundred\:-mr-104{
    margin-right: -26rem;
  }

  .twentyhundred\:-mb-104{
    margin-bottom: -26rem;
  }

  .twentyhundred\:-ml-104{
    margin-left: -26rem;
  }

  .twentyhundred\:-mt-112{
    margin-top: -28rem;
  }

  .twentyhundred\:-mr-112{
    margin-right: -28rem;
  }

  .twentyhundred\:-mb-112{
    margin-bottom: -28rem;
  }

  .twentyhundred\:-ml-112{
    margin-left: -28rem;
  }

  .twentyhundred\:-mt-128{
    margin-top: -30rem;
  }

  .twentyhundred\:-mr-128{
    margin-right: -30rem;
  }

  .twentyhundred\:-mb-128{
    margin-bottom: -30rem;
  }

  .twentyhundred\:-ml-128{
    margin-left: -30rem;
  }

  .twentyhundred\:-mt-144{
    margin-top: -34rem;
  }

  .twentyhundred\:-mr-144{
    margin-right: -34rem;
  }

  .twentyhundred\:-mb-144{
    margin-bottom: -34rem;
  }

  .twentyhundred\:-ml-144{
    margin-left: -34rem;
  }

  .twentyhundred\:-mt-160{
    margin-top: -38rem;
  }

  .twentyhundred\:-mr-160{
    margin-right: -38rem;
  }

  .twentyhundred\:-mb-160{
    margin-bottom: -38rem;
  }

  .twentyhundred\:-ml-160{
    margin-left: -38rem;
  }

  .twentyhundred\:-mt-176{
    margin-top: -42rem;
  }

  .twentyhundred\:-mr-176{
    margin-right: -42rem;
  }

  .twentyhundred\:-mb-176{
    margin-bottom: -42rem;
  }

  .twentyhundred\:-ml-176{
    margin-left: -42rem;
  }

  .twentyhundred\:-mt-192{
    margin-top: -46rem;
  }

  .twentyhundred\:-mr-192{
    margin-right: -46rem;
  }

  .twentyhundred\:-mb-192{
    margin-bottom: -46rem;
  }

  .twentyhundred\:-ml-192{
    margin-left: -46rem;
  }

  .twentyhundred\:-mt-208{
    margin-top: -50rem;
  }

  .twentyhundred\:-mr-208{
    margin-right: -50rem;
  }

  .twentyhundred\:-mb-208{
    margin-bottom: -50rem;
  }

  .twentyhundred\:-ml-208{
    margin-left: -50rem;
  }

  .twentyhundred\:-mt-224{
    margin-top: -54rem;
  }

  .twentyhundred\:-mr-224{
    margin-right: -54rem;
  }

  .twentyhundred\:-mb-224{
    margin-bottom: -54rem;
  }

  .twentyhundred\:-ml-224{
    margin-left: -54rem;
  }

  .twentyhundred\:-mt-240{
    margin-top: -58rem;
  }

  .twentyhundred\:-mr-240{
    margin-right: -58rem;
  }

  .twentyhundred\:-mb-240{
    margin-bottom: -58rem;
  }

  .twentyhundred\:-ml-240{
    margin-left: -58rem;
  }

  .twentyhundred\:-mt-256{
    margin-top: -62rem;
  }

  .twentyhundred\:-mr-256{
    margin-right: -62rem;
  }

  .twentyhundred\:-mb-256{
    margin-bottom: -62rem;
  }

  .twentyhundred\:-ml-256{
    margin-left: -62rem;
  }

  .twentyhundred\:-mt-px{
    margin-top: -1px;
  }

  .twentyhundred\:-mr-px{
    margin-right: -1px;
  }

  .twentyhundred\:-mb-px{
    margin-bottom: -1px;
  }

  .twentyhundred\:-ml-px{
    margin-left: -1px;
  }

  .twentyhundred\:max-h-full{
    max-height: 100%;
  }

  .twentyhundred\:max-h-screen{
    max-height: 100vh;
  }

  .twentyhundred\:max-w-none{
    max-width: none;
  }

  .twentyhundred\:max-w-xs{
    max-width: 20rem;
  }

  .twentyhundred\:max-w-sm{
    max-width: 24rem;
  }

  .twentyhundred\:max-w-md{
    max-width: 28rem;
  }

  .twentyhundred\:max-w-lg{
    max-width: 32rem;
  }

  .twentyhundred\:max-w-xl{
    max-width: 36rem;
  }

  .twentyhundred\:max-w-2xl{
    max-width: 42rem;
  }

  .twentyhundred\:max-w-3xl{
    max-width: 48rem;
  }

  .twentyhundred\:max-w-4xl{
    max-width: 56rem;
  }

  .twentyhundred\:max-w-5xl{
    max-width: 64rem;
  }

  .twentyhundred\:max-w-6xl{
    max-width: 72rem;
  }

  .twentyhundred\:max-w-full{
    max-width: 100%;
  }

  .twentyhundred\:max-w-screen-sm{
    max-width: 640px;
  }

  .twentyhundred\:max-w-screen-md{
    max-width: 768px;
  }

  .twentyhundred\:max-w-screen-lg{
    max-width: 1024px;
  }

  .twentyhundred\:max-w-screen-xl{
    max-width: 1280px;
  }

  .twentyhundred\:max-w-screen-hundred{
    max-width: 100px;
  }

  .twentyhundred\:max-w-screen-twohundred{
    max-width: 200px;
  }

  .twentyhundred\:max-w-screen-threehundred{
    max-width: 300px;
  }

  .twentyhundred\:max-w-screen-fourhundred{
    max-width: 400px;
  }

  .twentyhundred\:max-w-screen-fivehundred{
    max-width: 500px;
  }

  .twentyhundred\:max-w-screen-sixhundred{
    max-width: 600px;
  }

  .twentyhundred\:max-w-screen-sevenhundred{
    max-width: 700px;
  }

  .twentyhundred\:max-w-screen-eighthundred{
    max-width: 800px;
  }

  .twentyhundred\:max-w-screen-ninehundred{
    max-width: 900px;
  }

  .twentyhundred\:max-w-screen-tenhundred{
    max-width: 1000px;
  }

  .twentyhundred\:max-w-screen-elevenhundred{
    max-width: 1100px;
  }

  .twentyhundred\:max-w-screen-twelvehundred{
    max-width: 1200px;
  }

  .twentyhundred\:max-w-screen-thirteenhundred{
    max-width: 1300px;
  }

  .twentyhundred\:max-w-screen-thirteenhundredfifty{
    max-width: 1350px;
  }

  .twentyhundred\:max-w-screen-fourteenhundred{
    max-width: 1400px;
  }

  .twentyhundred\:max-w-screen-fifteenhundred{
    max-width: 1500px;
  }

  .twentyhundred\:max-w-screen-sixteenhundred{
    max-width: 1600px;
  }

  .twentyhundred\:max-w-screen-seventeenhundred{
    max-width: 1700px;
  }

  .twentyhundred\:max-w-screen-eighteenhundred{
    max-width: 1800px;
  }

  .twentyhundred\:max-w-screen-nineteenhundred{
    max-width: 1900px;
  }

  .twentyhundred\:max-w-screen-twentyhundred{
    max-width: 2000px;
  }

  .twentyhundred\:min-h-0{
    min-height: 0;
  }

  .twentyhundred\:min-h-full{
    min-height: 100%;
  }

  .twentyhundred\:min-h-screen{
    min-height: 100vh;
  }

  .twentyhundred\:min-w-0{
    min-width: 0;
  }

  .twentyhundred\:min-w-80{
    min-width: 20rem;
  }

  .twentyhundred\:min-w-full{
    min-width: 100%;
  }

  .twentyhundred\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .twentyhundred\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .twentyhundred\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .twentyhundred\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .twentyhundred\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .twentyhundred\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .twentyhundred\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .twentyhundred\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .twentyhundred\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .twentyhundred\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .twentyhundred\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .twentyhundred\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .twentyhundred\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .twentyhundred\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .twentyhundred\:opacity-0{
    opacity: 0;
  }

  .twentyhundred\:opacity-25{
    opacity: 0.25;
  }

  .twentyhundred\:opacity-30{
    opacity: 0.3;
  }

  .twentyhundred\:opacity-40{
    opacity: 0.4;
  }

  .twentyhundred\:opacity-50{
    opacity: 0.5;
  }

  .twentyhundred\:opacity-75{
    opacity: 0.75;
  }

  .twentyhundred\:opacity-100{
    opacity: 1;
  }

  .twentyhundred\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .twentyhundred\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .twentyhundred\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .twentyhundred\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .twentyhundred\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .twentyhundred\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .twentyhundred\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .twentyhundred\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .twentyhundred\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .twentyhundred\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .twentyhundred\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .twentyhundred\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .twentyhundred\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .twentyhundred\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .twentyhundred\:disabled\:opacity-0:disabled{
    opacity: 0;
  }

  .twentyhundred\:disabled\:opacity-25:disabled{
    opacity: 0.25;
  }

  .twentyhundred\:disabled\:opacity-30:disabled{
    opacity: 0.3;
  }

  .twentyhundred\:disabled\:opacity-40:disabled{
    opacity: 0.4;
  }

  .twentyhundred\:disabled\:opacity-50:disabled{
    opacity: 0.5;
  }

  .twentyhundred\:disabled\:opacity-75:disabled{
    opacity: 0.75;
  }

  .twentyhundred\:disabled\:opacity-100:disabled{
    opacity: 1;
  }

  .twentyhundred\:overflow-auto{
    overflow: auto;
  }

  .twentyhundred\:overflow-hidden{
    overflow: hidden;
  }

  .twentyhundred\:overflow-visible{
    overflow: visible;
  }

  .twentyhundred\:overflow-scroll{
    overflow: scroll;
  }

  .twentyhundred\:overflow-x-auto{
    overflow-x: auto;
  }

  .twentyhundred\:overflow-y-auto{
    overflow-y: auto;
  }

  .twentyhundred\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .twentyhundred\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .twentyhundred\:overflow-x-visible{
    overflow-x: visible;
  }

  .twentyhundred\:overflow-y-visible{
    overflow-y: visible;
  }

  .twentyhundred\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .twentyhundred\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .twentyhundred\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .twentyhundred\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .twentyhundred\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .twentyhundred\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .twentyhundred\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .twentyhundred\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .twentyhundred\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .twentyhundred\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .twentyhundred\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .twentyhundred\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .twentyhundred\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .twentyhundred\:p-0{
    padding: 0;
  }

  .twentyhundred\:p-1{
    padding: 0.25rem;
  }

  .twentyhundred\:p-2{
    padding: 0.5rem;
  }

  .twentyhundred\:p-3{
    padding: 0.75rem;
  }

  .twentyhundred\:p-4{
    padding: 1rem;
  }

  .twentyhundred\:p-5{
    padding: 1.25rem;
  }

  .twentyhundred\:p-6{
    padding: 1.5rem;
  }

  .twentyhundred\:p-8{
    padding: 2rem;
  }

  .twentyhundred\:p-10{
    padding: 2.5rem;
  }

  .twentyhundred\:p-12{
    padding: 3rem;
  }

  .twentyhundred\:p-16{
    padding: 4rem;
  }

  .twentyhundred\:p-20{
    padding: 5rem;
  }

  .twentyhundred\:p-24{
    padding: 6rem;
  }

  .twentyhundred\:p-32{
    padding: 8rem;
  }

  .twentyhundred\:p-40{
    padding: 10rem;
  }

  .twentyhundred\:p-48{
    padding: 12rem;
  }

  .twentyhundred\:p-56{
    padding: 14rem;
  }

  .twentyhundred\:p-64{
    padding: 16rem;
  }

  .twentyhundred\:p-72{
    padding: 18rem;
  }

  .twentyhundred\:p-80{
    padding: 20rem;
  }

  .twentyhundred\:p-88{
    padding: 22rem;
  }

  .twentyhundred\:p-96{
    padding: 24rem;
  }

  .twentyhundred\:p-104{
    padding: 26rem;
  }

  .twentyhundred\:p-112{
    padding: 28rem;
  }

  .twentyhundred\:p-128{
    padding: 30rem;
  }

  .twentyhundred\:p-144{
    padding: 34rem;
  }

  .twentyhundred\:p-160{
    padding: 38rem;
  }

  .twentyhundred\:p-176{
    padding: 42rem;
  }

  .twentyhundred\:p-192{
    padding: 46rem;
  }

  .twentyhundred\:p-208{
    padding: 50rem;
  }

  .twentyhundred\:p-224{
    padding: 54rem;
  }

  .twentyhundred\:p-240{
    padding: 58rem;
  }

  .twentyhundred\:p-256{
    padding: 62rem;
  }

  .twentyhundred\:p-px{
    padding: 1px;
  }

  .twentyhundred\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .twentyhundred\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .twentyhundred\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .twentyhundred\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .twentyhundred\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .twentyhundred\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .twentyhundred\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .twentyhundred\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .twentyhundred\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .twentyhundred\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .twentyhundred\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .twentyhundred\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .twentyhundred\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .twentyhundred\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .twentyhundred\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .twentyhundred\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .twentyhundred\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .twentyhundred\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .twentyhundred\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .twentyhundred\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .twentyhundred\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .twentyhundred\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .twentyhundred\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .twentyhundred\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .twentyhundred\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .twentyhundred\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .twentyhundred\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .twentyhundred\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .twentyhundred\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .twentyhundred\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .twentyhundred\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .twentyhundred\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .twentyhundred\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .twentyhundred\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .twentyhundred\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .twentyhundred\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .twentyhundred\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .twentyhundred\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .twentyhundred\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .twentyhundred\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .twentyhundred\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .twentyhundred\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .twentyhundred\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .twentyhundred\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .twentyhundred\:py-104{
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .twentyhundred\:px-104{
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .twentyhundred\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .twentyhundred\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .twentyhundred\:py-128{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .twentyhundred\:px-128{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .twentyhundred\:py-144{
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .twentyhundred\:px-144{
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .twentyhundred\:py-160{
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .twentyhundred\:px-160{
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .twentyhundred\:py-176{
    padding-top: 42rem;
    padding-bottom: 42rem;
  }

  .twentyhundred\:px-176{
    padding-left: 42rem;
    padding-right: 42rem;
  }

  .twentyhundred\:py-192{
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .twentyhundred\:px-192{
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .twentyhundred\:py-208{
    padding-top: 50rem;
    padding-bottom: 50rem;
  }

  .twentyhundred\:px-208{
    padding-left: 50rem;
    padding-right: 50rem;
  }

  .twentyhundred\:py-224{
    padding-top: 54rem;
    padding-bottom: 54rem;
  }

  .twentyhundred\:px-224{
    padding-left: 54rem;
    padding-right: 54rem;
  }

  .twentyhundred\:py-240{
    padding-top: 58rem;
    padding-bottom: 58rem;
  }

  .twentyhundred\:px-240{
    padding-left: 58rem;
    padding-right: 58rem;
  }

  .twentyhundred\:py-256{
    padding-top: 62rem;
    padding-bottom: 62rem;
  }

  .twentyhundred\:px-256{
    padding-left: 62rem;
    padding-right: 62rem;
  }

  .twentyhundred\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .twentyhundred\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .twentyhundred\:pt-0{
    padding-top: 0;
  }

  .twentyhundred\:pr-0{
    padding-right: 0;
  }

  .twentyhundred\:pb-0{
    padding-bottom: 0;
  }

  .twentyhundred\:pl-0{
    padding-left: 0;
  }

  .twentyhundred\:pt-1{
    padding-top: 0.25rem;
  }

  .twentyhundred\:pr-1{
    padding-right: 0.25rem;
  }

  .twentyhundred\:pb-1{
    padding-bottom: 0.25rem;
  }

  .twentyhundred\:pl-1{
    padding-left: 0.25rem;
  }

  .twentyhundred\:pt-2{
    padding-top: 0.5rem;
  }

  .twentyhundred\:pr-2{
    padding-right: 0.5rem;
  }

  .twentyhundred\:pb-2{
    padding-bottom: 0.5rem;
  }

  .twentyhundred\:pl-2{
    padding-left: 0.5rem;
  }

  .twentyhundred\:pt-3{
    padding-top: 0.75rem;
  }

  .twentyhundred\:pr-3{
    padding-right: 0.75rem;
  }

  .twentyhundred\:pb-3{
    padding-bottom: 0.75rem;
  }

  .twentyhundred\:pl-3{
    padding-left: 0.75rem;
  }

  .twentyhundred\:pt-4{
    padding-top: 1rem;
  }

  .twentyhundred\:pr-4{
    padding-right: 1rem;
  }

  .twentyhundred\:pb-4{
    padding-bottom: 1rem;
  }

  .twentyhundred\:pl-4{
    padding-left: 1rem;
  }

  .twentyhundred\:pt-5{
    padding-top: 1.25rem;
  }

  .twentyhundred\:pr-5{
    padding-right: 1.25rem;
  }

  .twentyhundred\:pb-5{
    padding-bottom: 1.25rem;
  }

  .twentyhundred\:pl-5{
    padding-left: 1.25rem;
  }

  .twentyhundred\:pt-6{
    padding-top: 1.5rem;
  }

  .twentyhundred\:pr-6{
    padding-right: 1.5rem;
  }

  .twentyhundred\:pb-6{
    padding-bottom: 1.5rem;
  }

  .twentyhundred\:pl-6{
    padding-left: 1.5rem;
  }

  .twentyhundred\:pt-8{
    padding-top: 2rem;
  }

  .twentyhundred\:pr-8{
    padding-right: 2rem;
  }

  .twentyhundred\:pb-8{
    padding-bottom: 2rem;
  }

  .twentyhundred\:pl-8{
    padding-left: 2rem;
  }

  .twentyhundred\:pt-10{
    padding-top: 2.5rem;
  }

  .twentyhundred\:pr-10{
    padding-right: 2.5rem;
  }

  .twentyhundred\:pb-10{
    padding-bottom: 2.5rem;
  }

  .twentyhundred\:pl-10{
    padding-left: 2.5rem;
  }

  .twentyhundred\:pt-12{
    padding-top: 3rem;
  }

  .twentyhundred\:pr-12{
    padding-right: 3rem;
  }

  .twentyhundred\:pb-12{
    padding-bottom: 3rem;
  }

  .twentyhundred\:pl-12{
    padding-left: 3rem;
  }

  .twentyhundred\:pt-16{
    padding-top: 4rem;
  }

  .twentyhundred\:pr-16{
    padding-right: 4rem;
  }

  .twentyhundred\:pb-16{
    padding-bottom: 4rem;
  }

  .twentyhundred\:pl-16{
    padding-left: 4rem;
  }

  .twentyhundred\:pt-20{
    padding-top: 5rem;
  }

  .twentyhundred\:pr-20{
    padding-right: 5rem;
  }

  .twentyhundred\:pb-20{
    padding-bottom: 5rem;
  }

  .twentyhundred\:pl-20{
    padding-left: 5rem;
  }

  .twentyhundred\:pt-24{
    padding-top: 6rem;
  }

  .twentyhundred\:pr-24{
    padding-right: 6rem;
  }

  .twentyhundred\:pb-24{
    padding-bottom: 6rem;
  }

  .twentyhundred\:pl-24{
    padding-left: 6rem;
  }

  .twentyhundred\:pt-32{
    padding-top: 8rem;
  }

  .twentyhundred\:pr-32{
    padding-right: 8rem;
  }

  .twentyhundred\:pb-32{
    padding-bottom: 8rem;
  }

  .twentyhundred\:pl-32{
    padding-left: 8rem;
  }

  .twentyhundred\:pt-40{
    padding-top: 10rem;
  }

  .twentyhundred\:pr-40{
    padding-right: 10rem;
  }

  .twentyhundred\:pb-40{
    padding-bottom: 10rem;
  }

  .twentyhundred\:pl-40{
    padding-left: 10rem;
  }

  .twentyhundred\:pt-48{
    padding-top: 12rem;
  }

  .twentyhundred\:pr-48{
    padding-right: 12rem;
  }

  .twentyhundred\:pb-48{
    padding-bottom: 12rem;
  }

  .twentyhundred\:pl-48{
    padding-left: 12rem;
  }

  .twentyhundred\:pt-56{
    padding-top: 14rem;
  }

  .twentyhundred\:pr-56{
    padding-right: 14rem;
  }

  .twentyhundred\:pb-56{
    padding-bottom: 14rem;
  }

  .twentyhundred\:pl-56{
    padding-left: 14rem;
  }

  .twentyhundred\:pt-64{
    padding-top: 16rem;
  }

  .twentyhundred\:pr-64{
    padding-right: 16rem;
  }

  .twentyhundred\:pb-64{
    padding-bottom: 16rem;
  }

  .twentyhundred\:pl-64{
    padding-left: 16rem;
  }

  .twentyhundred\:pt-72{
    padding-top: 18rem;
  }

  .twentyhundred\:pr-72{
    padding-right: 18rem;
  }

  .twentyhundred\:pb-72{
    padding-bottom: 18rem;
  }

  .twentyhundred\:pl-72{
    padding-left: 18rem;
  }

  .twentyhundred\:pt-80{
    padding-top: 20rem;
  }

  .twentyhundred\:pr-80{
    padding-right: 20rem;
  }

  .twentyhundred\:pb-80{
    padding-bottom: 20rem;
  }

  .twentyhundred\:pl-80{
    padding-left: 20rem;
  }

  .twentyhundred\:pt-88{
    padding-top: 22rem;
  }

  .twentyhundred\:pr-88{
    padding-right: 22rem;
  }

  .twentyhundred\:pb-88{
    padding-bottom: 22rem;
  }

  .twentyhundred\:pl-88{
    padding-left: 22rem;
  }

  .twentyhundred\:pt-96{
    padding-top: 24rem;
  }

  .twentyhundred\:pr-96{
    padding-right: 24rem;
  }

  .twentyhundred\:pb-96{
    padding-bottom: 24rem;
  }

  .twentyhundred\:pl-96{
    padding-left: 24rem;
  }

  .twentyhundred\:pt-104{
    padding-top: 26rem;
  }

  .twentyhundred\:pr-104{
    padding-right: 26rem;
  }

  .twentyhundred\:pb-104{
    padding-bottom: 26rem;
  }

  .twentyhundred\:pl-104{
    padding-left: 26rem;
  }

  .twentyhundred\:pt-112{
    padding-top: 28rem;
  }

  .twentyhundred\:pr-112{
    padding-right: 28rem;
  }

  .twentyhundred\:pb-112{
    padding-bottom: 28rem;
  }

  .twentyhundred\:pl-112{
    padding-left: 28rem;
  }

  .twentyhundred\:pt-128{
    padding-top: 30rem;
  }

  .twentyhundred\:pr-128{
    padding-right: 30rem;
  }

  .twentyhundred\:pb-128{
    padding-bottom: 30rem;
  }

  .twentyhundred\:pl-128{
    padding-left: 30rem;
  }

  .twentyhundred\:pt-144{
    padding-top: 34rem;
  }

  .twentyhundred\:pr-144{
    padding-right: 34rem;
  }

  .twentyhundred\:pb-144{
    padding-bottom: 34rem;
  }

  .twentyhundred\:pl-144{
    padding-left: 34rem;
  }

  .twentyhundred\:pt-160{
    padding-top: 38rem;
  }

  .twentyhundred\:pr-160{
    padding-right: 38rem;
  }

  .twentyhundred\:pb-160{
    padding-bottom: 38rem;
  }

  .twentyhundred\:pl-160{
    padding-left: 38rem;
  }

  .twentyhundred\:pt-176{
    padding-top: 42rem;
  }

  .twentyhundred\:pr-176{
    padding-right: 42rem;
  }

  .twentyhundred\:pb-176{
    padding-bottom: 42rem;
  }

  .twentyhundred\:pl-176{
    padding-left: 42rem;
  }

  .twentyhundred\:pt-192{
    padding-top: 46rem;
  }

  .twentyhundred\:pr-192{
    padding-right: 46rem;
  }

  .twentyhundred\:pb-192{
    padding-bottom: 46rem;
  }

  .twentyhundred\:pl-192{
    padding-left: 46rem;
  }

  .twentyhundred\:pt-208{
    padding-top: 50rem;
  }

  .twentyhundred\:pr-208{
    padding-right: 50rem;
  }

  .twentyhundred\:pb-208{
    padding-bottom: 50rem;
  }

  .twentyhundred\:pl-208{
    padding-left: 50rem;
  }

  .twentyhundred\:pt-224{
    padding-top: 54rem;
  }

  .twentyhundred\:pr-224{
    padding-right: 54rem;
  }

  .twentyhundred\:pb-224{
    padding-bottom: 54rem;
  }

  .twentyhundred\:pl-224{
    padding-left: 54rem;
  }

  .twentyhundred\:pt-240{
    padding-top: 58rem;
  }

  .twentyhundred\:pr-240{
    padding-right: 58rem;
  }

  .twentyhundred\:pb-240{
    padding-bottom: 58rem;
  }

  .twentyhundred\:pl-240{
    padding-left: 58rem;
  }

  .twentyhundred\:pt-256{
    padding-top: 62rem;
  }

  .twentyhundred\:pr-256{
    padding-right: 62rem;
  }

  .twentyhundred\:pb-256{
    padding-bottom: 62rem;
  }

  .twentyhundred\:pl-256{
    padding-left: 62rem;
  }

  .twentyhundred\:pt-px{
    padding-top: 1px;
  }

  .twentyhundred\:pr-px{
    padding-right: 1px;
  }

  .twentyhundred\:pb-px{
    padding-bottom: 1px;
  }

  .twentyhundred\:pl-px{
    padding-left: 1px;
  }

  .twentyhundred\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .twentyhundred\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .twentyhundred\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .twentyhundred\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .twentyhundred\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .twentyhundred\:placeholder-current::placeholder{
    color: currentColor;
  }

  .twentyhundred\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .twentyhundred\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .twentyhundred\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .twentyhundred\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .twentyhundred\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .twentyhundred\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .twentyhundred\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .twentyhundred\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:placeholder-opacity-30::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:placeholder-opacity-30:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:placeholder-opacity-30::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:placeholder-opacity-40::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:placeholder-opacity-40:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:placeholder-opacity-40::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .twentyhundred\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .twentyhundred\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:focus\:placeholder-opacity-30:focus::placeholder{
    --placeholder-opacity: 0.3;
  }

  .twentyhundred\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:focus\:placeholder-opacity-40:focus::placeholder{
    --placeholder-opacity: 0.4;
  }

  .twentyhundred\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .twentyhundred\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .twentyhundred\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .twentyhundred\:pointer-events-none{
    pointer-events: none;
  }

  .twentyhundred\:pointer-events-auto{
    pointer-events: auto;
  }

  .twentyhundred\:static{
    position: static;
  }

  .twentyhundred\:fixed{
    position: fixed;
  }

  .twentyhundred\:absolute{
    position: absolute;
  }

  .twentyhundred\:relative{
    position: relative;
  }

  .twentyhundred\:sticky{
    position: sticky;
  }

  .twentyhundred\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .twentyhundred\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .twentyhundred\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .twentyhundred\:inset-x-0{
    right: 0;
    left: 0;
  }

  .twentyhundred\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .twentyhundred\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .twentyhundred\:top-0{
    top: 0;
  }

  .twentyhundred\:right-0{
    right: 0;
  }

  .twentyhundred\:bottom-0{
    bottom: 0;
  }

  .twentyhundred\:left-0{
    left: 0;
  }

  .twentyhundred\:top-auto{
    top: auto;
  }

  .twentyhundred\:right-auto{
    right: auto;
  }

  .twentyhundred\:bottom-auto{
    bottom: auto;
  }

  .twentyhundred\:left-auto{
    left: auto;
  }

  .twentyhundred\:resize-none{
    resize: none;
  }

  .twentyhundred\:resize-y{
    resize: vertical;
  }

  .twentyhundred\:resize-x{
    resize: horizontal;
  }

  .twentyhundred\:resize{
    resize: both;
  }

  .twentyhundred\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twentyhundred\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twentyhundred\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:shadow-none{
    box-shadow: none;
  }

  .twentyhundred\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twentyhundred\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twentyhundred\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .twentyhundred\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .twentyhundred\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .twentyhundred\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .twentyhundred\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .twentyhundred\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .twentyhundred\:fill-current{
    fill: currentColor;
  }

  .twentyhundred\:stroke-current{
    stroke: currentColor;
  }

  .twentyhundred\:stroke-0{
    stroke-width: 0;
  }

  .twentyhundred\:stroke-1{
    stroke-width: 1;
  }

  .twentyhundred\:stroke-2{
    stroke-width: 2;
  }

  .twentyhundred\:table-auto{
    table-layout: auto;
  }

  .twentyhundred\:table-fixed{
    table-layout: fixed;
  }

  .twentyhundred\:text-left{
    text-align: left;
  }

  .twentyhundred\:text-center{
    text-align: center;
  }

  .twentyhundred\:text-right{
    text-align: right;
  }

  .twentyhundred\:text-justify{
    text-align: justify;
  }

  .twentyhundred\:text-transparent{
    color: transparent;
  }

  .twentyhundred\:text-current{
    color: currentColor;
  }

  .twentyhundred\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twentyhundred\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twentyhundred\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twentyhundred\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twentyhundred\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twentyhundred\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twentyhundred\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twentyhundred\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twentyhundred\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twentyhundred\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twentyhundred\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twentyhundred\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twentyhundred\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twentyhundred\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twentyhundred\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twentyhundred\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twentyhundred\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twentyhundred\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twentyhundred\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twentyhundred\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twentyhundred\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twentyhundred\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twentyhundred\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twentyhundred\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twentyhundred\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twentyhundred\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twentyhundred\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twentyhundred\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twentyhundred\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twentyhundred\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twentyhundred\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twentyhundred\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twentyhundred\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twentyhundred\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twentyhundred\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twentyhundred\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twentyhundred\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twentyhundred\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twentyhundred\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twentyhundred\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twentyhundred\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twentyhundred\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twentyhundred\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twentyhundred\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twentyhundred\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twentyhundred\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twentyhundred\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twentyhundred\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twentyhundred\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twentyhundred\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twentyhundred\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twentyhundred\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twentyhundred\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twentyhundred\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twentyhundred\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twentyhundred\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twentyhundred\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twentyhundred\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twentyhundred\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twentyhundred\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twentyhundred\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twentyhundred\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twentyhundred\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twentyhundred\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twentyhundred\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twentyhundred\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twentyhundred\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twentyhundred\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twentyhundred\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twentyhundred\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twentyhundred\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twentyhundred\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twentyhundred\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twentyhundred\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-transparent:hover{
    color: transparent;
  }

  .twentyhundred\:hover\:text-current:hover{
    color: currentColor;
  }

  .twentyhundred\:hover\:text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-200:hover{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-500:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-600:hover{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-700:hover{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twentyhundred\:hover\:text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-transparent:focus{
    color: transparent;
  }

  .twentyhundred\:focus\:text-current:focus{
    color: currentColor;
  }

  .twentyhundred\:focus\:text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-200:focus{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-500:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-600:focus{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-700:focus{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .twentyhundred\:focus\:text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .twentyhundred\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .twentyhundred\:group-hover\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-200{
    --text-opacity: 1;
    color: #EDF2F7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-500{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-600{
    --text-opacity: 1;
    color: #95C11F;
    color: rgba(149, 193, 31, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-700{
    --text-opacity: 1;
    color: #83ab1a;
    color: rgba(131, 171, 26, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .twentyhundred\:group-hover\:text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .twentyhundred\:text-opacity-0{
    --text-opacity: 0;
  }

  .twentyhundred\:text-opacity-25{
    --text-opacity: 0.25;
  }

  .twentyhundred\:text-opacity-30{
    --text-opacity: 0.3;
  }

  .twentyhundred\:text-opacity-40{
    --text-opacity: 0.4;
  }

  .twentyhundred\:text-opacity-50{
    --text-opacity: 0.5;
  }

  .twentyhundred\:text-opacity-75{
    --text-opacity: 0.75;
  }

  .twentyhundred\:text-opacity-100{
    --text-opacity: 1;
  }

  .twentyhundred\:hover\:text-opacity-0:hover{
    --text-opacity: 0;
  }

  .twentyhundred\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .twentyhundred\:hover\:text-opacity-30:hover{
    --text-opacity: 0.3;
  }

  .twentyhundred\:hover\:text-opacity-40:hover{
    --text-opacity: 0.4;
  }

  .twentyhundred\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .twentyhundred\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .twentyhundred\:hover\:text-opacity-100:hover{
    --text-opacity: 1;
  }

  .twentyhundred\:focus\:text-opacity-0:focus{
    --text-opacity: 0;
  }

  .twentyhundred\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .twentyhundred\:focus\:text-opacity-30:focus{
    --text-opacity: 0.3;
  }

  .twentyhundred\:focus\:text-opacity-40:focus{
    --text-opacity: 0.4;
  }

  .twentyhundred\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .twentyhundred\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .twentyhundred\:focus\:text-opacity-100:focus{
    --text-opacity: 1;
  }

  .twentyhundred\:italic{
    font-style: italic;
  }

  .twentyhundred\:not-italic{
    font-style: normal;
  }

  .twentyhundred\:uppercase{
    text-transform: uppercase;
  }

  .twentyhundred\:lowercase{
    text-transform: lowercase;
  }

  .twentyhundred\:capitalize{
    text-transform: capitalize;
  }

  .twentyhundred\:normal-case{
    text-transform: none;
  }

  .twentyhundred\:underline{
    text-decoration: underline;
  }

  .twentyhundred\:line-through{
    text-decoration: line-through;
  }

  .twentyhundred\:no-underline{
    text-decoration: none;
  }

  .twentyhundred\:hover\:underline:hover{
    text-decoration: underline;
  }

  .twentyhundred\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .twentyhundred\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .twentyhundred\:focus\:underline:focus{
    text-decoration: underline;
  }

  .twentyhundred\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .twentyhundred\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .twentyhundred\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .twentyhundred\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .twentyhundred\:ordinal, .twentyhundred\:slashed-zero, .twentyhundred\:lining-nums, .twentyhundred\:oldstyle-nums, .twentyhundred\:proportional-nums, .twentyhundred\:tabular-nums, .twentyhundred\:diagonal-fractions, .twentyhundred\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .twentyhundred\:normal-nums{
    font-variant-numeric: normal;
  }

  .twentyhundred\:ordinal{
    --font-variant-numeric-ordinal: ordinal;
  }

  .twentyhundred\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .twentyhundred\:lining-nums{
    --font-variant-numeric-figure: lining-nums;
  }

  .twentyhundred\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .twentyhundred\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums;
  }

  .twentyhundred\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums;
  }

  .twentyhundred\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .twentyhundred\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .twentyhundred\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .twentyhundred\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .twentyhundred\:tracking-normal{
    letter-spacing: 0;
  }

  .twentyhundred\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .twentyhundred\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .twentyhundred\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .twentyhundred\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .twentyhundred\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .twentyhundred\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .twentyhundred\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .twentyhundred\:align-baseline{
    vertical-align: baseline;
  }

  .twentyhundred\:align-top{
    vertical-align: top;
  }

  .twentyhundred\:align-middle{
    vertical-align: middle;
  }

  .twentyhundred\:align-bottom{
    vertical-align: bottom;
  }

  .twentyhundred\:align-text-top{
    vertical-align: text-top;
  }

  .twentyhundred\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .twentyhundred\:visible{
    visibility: visible;
  }

  .twentyhundred\:invisible{
    visibility: hidden;
  }

  .twentyhundred\:whitespace-normal{
    white-space: normal;
  }

  .twentyhundred\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .twentyhundred\:whitespace-pre{
    white-space: pre;
  }

  .twentyhundred\:whitespace-pre-line{
    white-space: pre-line;
  }

  .twentyhundred\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .twentyhundred\:break-normal{
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .twentyhundred\:break-words{
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .twentyhundred\:break-all{
    word-break: break-all;
  }

  .twentyhundred\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .twentyhundred\:w-0{
    width: 0;
  }

  .twentyhundred\:w-1{
    width: 0.25rem;
  }

  .twentyhundred\:w-2{
    width: 0.5rem;
  }

  .twentyhundred\:w-3{
    width: 0.75rem;
  }

  .twentyhundred\:w-4{
    width: 1rem;
  }

  .twentyhundred\:w-5{
    width: 1.25rem;
  }

  .twentyhundred\:w-6{
    width: 1.5rem;
  }

  .twentyhundred\:w-8{
    width: 2rem;
  }

  .twentyhundred\:w-10{
    width: 2.5rem;
  }

  .twentyhundred\:w-12{
    width: 3rem;
  }

  .twentyhundred\:w-16{
    width: 4rem;
  }

  .twentyhundred\:w-20{
    width: 5rem;
  }

  .twentyhundred\:w-24{
    width: 6rem;
  }

  .twentyhundred\:w-32{
    width: 8rem;
  }

  .twentyhundred\:w-40{
    width: 10rem;
  }

  .twentyhundred\:w-48{
    width: 12rem;
  }

  .twentyhundred\:w-56{
    width: 14rem;
  }

  .twentyhundred\:w-64{
    width: 16rem;
  }

  .twentyhundred\:w-72{
    width: 18rem;
  }

  .twentyhundred\:w-80{
    width: 20rem;
  }

  .twentyhundred\:w-88{
    width: 22rem;
  }

  .twentyhundred\:w-96{
    width: 24rem;
  }

  .twentyhundred\:w-104{
    width: 26rem;
  }

  .twentyhundred\:w-112{
    width: 28rem;
  }

  .twentyhundred\:w-128{
    width: 30rem;
  }

  .twentyhundred\:w-144{
    width: 34rem;
  }

  .twentyhundred\:w-160{
    width: 38rem;
  }

  .twentyhundred\:w-176{
    width: 42rem;
  }

  .twentyhundred\:w-192{
    width: 46rem;
  }

  .twentyhundred\:w-208{
    width: 50rem;
  }

  .twentyhundred\:w-224{
    width: 54rem;
  }

  .twentyhundred\:w-240{
    width: 58rem;
  }

  .twentyhundred\:w-256{
    width: 62rem;
  }

  .twentyhundred\:w-auto{
    width: auto;
  }

  .twentyhundred\:w-px{
    width: 1px;
  }

  .twentyhundred\:w-1\/2{
    width: 50%;
  }

  .twentyhundred\:w-1\/3{
    width: 33.333333%;
  }

  .twentyhundred\:w-2\/3{
    width: 66.666667%;
  }

  .twentyhundred\:w-1\/4{
    width: 25%;
  }

  .twentyhundred\:w-2\/4{
    width: 50%;
  }

  .twentyhundred\:w-3\/4{
    width: 75%;
  }

  .twentyhundred\:w-1\/5{
    width: 20%;
  }

  .twentyhundred\:w-2\/5{
    width: 40%;
  }

  .twentyhundred\:w-3\/5{
    width: 60%;
  }

  .twentyhundred\:w-4\/5{
    width: 80%;
  }

  .twentyhundred\:w-1\/6{
    width: 16.666667%;
  }

  .twentyhundred\:w-2\/6{
    width: 33.333333%;
  }

  .twentyhundred\:w-3\/6{
    width: 50%;
  }

  .twentyhundred\:w-4\/6{
    width: 66.666667%;
  }

  .twentyhundred\:w-5\/6{
    width: 83.333333%;
  }

  .twentyhundred\:w-1\/12{
    width: 8.333333%;
  }

  .twentyhundred\:w-2\/12{
    width: 16.666667%;
  }

  .twentyhundred\:w-3\/12{
    width: 25%;
  }

  .twentyhundred\:w-4\/12{
    width: 33.333333%;
  }

  .twentyhundred\:w-5\/12{
    width: 41.666667%;
  }

  .twentyhundred\:w-6\/12{
    width: 50%;
  }

  .twentyhundred\:w-7\/12{
    width: 58.333333%;
  }

  .twentyhundred\:w-8\/12{
    width: 66.666667%;
  }

  .twentyhundred\:w-9\/12{
    width: 75%;
  }

  .twentyhundred\:w-10\/12{
    width: 83.333333%;
  }

  .twentyhundred\:w-11\/12{
    width: 91.666667%;
  }

  .twentyhundred\:w-full{
    width: 100%;
  }

  .twentyhundred\:w-screen{
    width: 100vw;
  }

  .twentyhundred\:z-0{
    z-index: 0;
  }

  .twentyhundred\:z-10{
    z-index: 10;
  }

  .twentyhundred\:z-20{
    z-index: 20;
  }

  .twentyhundred\:z-30{
    z-index: 30;
  }

  .twentyhundred\:z-40{
    z-index: 40;
  }

  .twentyhundred\:z-50{
    z-index: 50;
  }

  .twentyhundred\:z-auto{
    z-index: auto;
  }

  .twentyhundred\:gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .twentyhundred\:gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .twentyhundred\:gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .twentyhundred\:gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .twentyhundred\:gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .twentyhundred\:gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .twentyhundred\:gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .twentyhundred\:gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .twentyhundred\:gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .twentyhundred\:gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .twentyhundred\:gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .twentyhundred\:gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .twentyhundred\:gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .twentyhundred\:gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .twentyhundred\:gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .twentyhundred\:gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .twentyhundred\:gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .twentyhundred\:gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .twentyhundred\:gap-72{
    grid-gap: 18rem;
    gap: 18rem;
  }

  .twentyhundred\:gap-80{
    grid-gap: 20rem;
    gap: 20rem;
  }

  .twentyhundred\:gap-88{
    grid-gap: 22rem;
    gap: 22rem;
  }

  .twentyhundred\:gap-96{
    grid-gap: 24rem;
    gap: 24rem;
  }

  .twentyhundred\:gap-104{
    grid-gap: 26rem;
    gap: 26rem;
  }

  .twentyhundred\:gap-112{
    grid-gap: 28rem;
    gap: 28rem;
  }

  .twentyhundred\:gap-128{
    grid-gap: 30rem;
    gap: 30rem;
  }

  .twentyhundred\:gap-144{
    grid-gap: 34rem;
    gap: 34rem;
  }

  .twentyhundred\:gap-160{
    grid-gap: 38rem;
    gap: 38rem;
  }

  .twentyhundred\:gap-176{
    grid-gap: 42rem;
    gap: 42rem;
  }

  .twentyhundred\:gap-192{
    grid-gap: 46rem;
    gap: 46rem;
  }

  .twentyhundred\:gap-208{
    grid-gap: 50rem;
    gap: 50rem;
  }

  .twentyhundred\:gap-224{
    grid-gap: 54rem;
    gap: 54rem;
  }

  .twentyhundred\:gap-240{
    grid-gap: 58rem;
    gap: 58rem;
  }

  .twentyhundred\:gap-256{
    grid-gap: 62rem;
    gap: 62rem;
  }

  .twentyhundred\:gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .twentyhundred\:col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twentyhundred\:col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twentyhundred\:col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twentyhundred\:col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twentyhundred\:col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twentyhundred\:col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twentyhundred\:col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twentyhundred\:col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twentyhundred\:col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twentyhundred\:col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twentyhundred\:col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twentyhundred\:col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twentyhundred\:col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twentyhundred\:col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twentyhundred\:col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twentyhundred\:col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twentyhundred\:col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twentyhundred\:col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twentyhundred\:col-gap-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twentyhundred\:col-gap-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twentyhundred\:col-gap-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twentyhundred\:col-gap-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twentyhundred\:col-gap-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twentyhundred\:col-gap-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twentyhundred\:col-gap-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twentyhundred\:col-gap-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twentyhundred\:col-gap-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twentyhundred\:col-gap-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twentyhundred\:col-gap-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twentyhundred\:col-gap-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twentyhundred\:col-gap-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twentyhundred\:col-gap-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twentyhundred\:col-gap-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twentyhundred\:col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twentyhundred\:gap-x-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .twentyhundred\:gap-x-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .twentyhundred\:gap-x-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .twentyhundred\:gap-x-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .twentyhundred\:gap-x-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .twentyhundred\:gap-x-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .twentyhundred\:gap-x-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .twentyhundred\:gap-x-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .twentyhundred\:gap-x-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .twentyhundred\:gap-x-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .twentyhundred\:gap-x-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .twentyhundred\:gap-x-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .twentyhundred\:gap-x-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .twentyhundred\:gap-x-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .twentyhundred\:gap-x-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .twentyhundred\:gap-x-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .twentyhundred\:gap-x-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .twentyhundred\:gap-x-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .twentyhundred\:gap-x-72{
    grid-column-gap: 18rem;
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .twentyhundred\:gap-x-80{
    grid-column-gap: 20rem;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .twentyhundred\:gap-x-88{
    grid-column-gap: 22rem;
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .twentyhundred\:gap-x-96{
    grid-column-gap: 24rem;
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .twentyhundred\:gap-x-104{
    grid-column-gap: 26rem;
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .twentyhundred\:gap-x-112{
    grid-column-gap: 28rem;
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .twentyhundred\:gap-x-128{
    grid-column-gap: 30rem;
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .twentyhundred\:gap-x-144{
    grid-column-gap: 34rem;
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .twentyhundred\:gap-x-160{
    grid-column-gap: 38rem;
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .twentyhundred\:gap-x-176{
    grid-column-gap: 42rem;
    -moz-column-gap: 42rem;
         column-gap: 42rem;
  }

  .twentyhundred\:gap-x-192{
    grid-column-gap: 46rem;
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .twentyhundred\:gap-x-208{
    grid-column-gap: 50rem;
    -moz-column-gap: 50rem;
         column-gap: 50rem;
  }

  .twentyhundred\:gap-x-224{
    grid-column-gap: 54rem;
    -moz-column-gap: 54rem;
         column-gap: 54rem;
  }

  .twentyhundred\:gap-x-240{
    grid-column-gap: 58rem;
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }

  .twentyhundred\:gap-x-256{
    grid-column-gap: 62rem;
    -moz-column-gap: 62rem;
         column-gap: 62rem;
  }

  .twentyhundred\:gap-x-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .twentyhundred\:row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twentyhundred\:row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twentyhundred\:row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twentyhundred\:row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twentyhundred\:row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twentyhundred\:row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twentyhundred\:row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twentyhundred\:row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twentyhundred\:row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twentyhundred\:row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twentyhundred\:row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twentyhundred\:row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twentyhundred\:row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twentyhundred\:row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twentyhundred\:row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twentyhundred\:row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twentyhundred\:row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twentyhundred\:row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twentyhundred\:row-gap-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twentyhundred\:row-gap-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twentyhundred\:row-gap-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twentyhundred\:row-gap-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twentyhundred\:row-gap-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twentyhundred\:row-gap-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twentyhundred\:row-gap-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twentyhundred\:row-gap-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twentyhundred\:row-gap-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twentyhundred\:row-gap-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twentyhundred\:row-gap-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twentyhundred\:row-gap-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twentyhundred\:row-gap-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twentyhundred\:row-gap-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twentyhundred\:row-gap-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twentyhundred\:row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twentyhundred\:gap-y-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .twentyhundred\:gap-y-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .twentyhundred\:gap-y-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .twentyhundred\:gap-y-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .twentyhundred\:gap-y-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .twentyhundred\:gap-y-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .twentyhundred\:gap-y-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .twentyhundred\:gap-y-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .twentyhundred\:gap-y-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .twentyhundred\:gap-y-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .twentyhundred\:gap-y-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .twentyhundred\:gap-y-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .twentyhundred\:gap-y-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .twentyhundred\:gap-y-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .twentyhundred\:gap-y-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .twentyhundred\:gap-y-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .twentyhundred\:gap-y-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .twentyhundred\:gap-y-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .twentyhundred\:gap-y-72{
    grid-row-gap: 18rem;
    row-gap: 18rem;
  }

  .twentyhundred\:gap-y-80{
    grid-row-gap: 20rem;
    row-gap: 20rem;
  }

  .twentyhundred\:gap-y-88{
    grid-row-gap: 22rem;
    row-gap: 22rem;
  }

  .twentyhundred\:gap-y-96{
    grid-row-gap: 24rem;
    row-gap: 24rem;
  }

  .twentyhundred\:gap-y-104{
    grid-row-gap: 26rem;
    row-gap: 26rem;
  }

  .twentyhundred\:gap-y-112{
    grid-row-gap: 28rem;
    row-gap: 28rem;
  }

  .twentyhundred\:gap-y-128{
    grid-row-gap: 30rem;
    row-gap: 30rem;
  }

  .twentyhundred\:gap-y-144{
    grid-row-gap: 34rem;
    row-gap: 34rem;
  }

  .twentyhundred\:gap-y-160{
    grid-row-gap: 38rem;
    row-gap: 38rem;
  }

  .twentyhundred\:gap-y-176{
    grid-row-gap: 42rem;
    row-gap: 42rem;
  }

  .twentyhundred\:gap-y-192{
    grid-row-gap: 46rem;
    row-gap: 46rem;
  }

  .twentyhundred\:gap-y-208{
    grid-row-gap: 50rem;
    row-gap: 50rem;
  }

  .twentyhundred\:gap-y-224{
    grid-row-gap: 54rem;
    row-gap: 54rem;
  }

  .twentyhundred\:gap-y-240{
    grid-row-gap: 58rem;
    row-gap: 58rem;
  }

  .twentyhundred\:gap-y-256{
    grid-row-gap: 62rem;
    row-gap: 62rem;
  }

  .twentyhundred\:gap-y-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .twentyhundred\:grid-flow-row{
    grid-auto-flow: row;
  }

  .twentyhundred\:grid-flow-col{
    grid-auto-flow: column;
  }

  .twentyhundred\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .twentyhundred\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .twentyhundred\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .twentyhundred\:grid-cols-none{
    grid-template-columns: none;
  }

  .twentyhundred\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .twentyhundred\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  .twentyhundred\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  .twentyhundred\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .twentyhundred\:col-auto{
    grid-column: auto;
  }

  .twentyhundred\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .twentyhundred\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .twentyhundred\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .twentyhundred\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .twentyhundred\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .twentyhundred\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .twentyhundred\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .twentyhundred\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .twentyhundred\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .twentyhundred\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .twentyhundred\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .twentyhundred\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .twentyhundred\:col-start-1{
    grid-column-start: 1;
  }

  .twentyhundred\:col-start-2{
    grid-column-start: 2;
  }

  .twentyhundred\:col-start-3{
    grid-column-start: 3;
  }

  .twentyhundred\:col-start-4{
    grid-column-start: 4;
  }

  .twentyhundred\:col-start-5{
    grid-column-start: 5;
  }

  .twentyhundred\:col-start-6{
    grid-column-start: 6;
  }

  .twentyhundred\:col-start-7{
    grid-column-start: 7;
  }

  .twentyhundred\:col-start-8{
    grid-column-start: 8;
  }

  .twentyhundred\:col-start-9{
    grid-column-start: 9;
  }

  .twentyhundred\:col-start-10{
    grid-column-start: 10;
  }

  .twentyhundred\:col-start-11{
    grid-column-start: 11;
  }

  .twentyhundred\:col-start-12{
    grid-column-start: 12;
  }

  .twentyhundred\:col-start-13{
    grid-column-start: 13;
  }

  .twentyhundred\:col-start-auto{
    grid-column-start: auto;
  }

  .twentyhundred\:col-end-1{
    grid-column-end: 1;
  }

  .twentyhundred\:col-end-2{
    grid-column-end: 2;
  }

  .twentyhundred\:col-end-3{
    grid-column-end: 3;
  }

  .twentyhundred\:col-end-4{
    grid-column-end: 4;
  }

  .twentyhundred\:col-end-5{
    grid-column-end: 5;
  }

  .twentyhundred\:col-end-6{
    grid-column-end: 6;
  }

  .twentyhundred\:col-end-7{
    grid-column-end: 7;
  }

  .twentyhundred\:col-end-8{
    grid-column-end: 8;
  }

  .twentyhundred\:col-end-9{
    grid-column-end: 9;
  }

  .twentyhundred\:col-end-10{
    grid-column-end: 10;
  }

  .twentyhundred\:col-end-11{
    grid-column-end: 11;
  }

  .twentyhundred\:col-end-12{
    grid-column-end: 12;
  }

  .twentyhundred\:col-end-13{
    grid-column-end: 13;
  }

  .twentyhundred\:col-end-auto{
    grid-column-end: auto;
  }

  .twentyhundred\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .twentyhundred\:grid-rows-none{
    grid-template-rows: none;
  }

  .twentyhundred\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .twentyhundred\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  .twentyhundred\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .twentyhundred\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .twentyhundred\:row-auto{
    grid-row: auto;
  }

  .twentyhundred\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .twentyhundred\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .twentyhundred\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .twentyhundred\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .twentyhundred\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .twentyhundred\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .twentyhundred\:row-start-1{
    grid-row-start: 1;
  }

  .twentyhundred\:row-start-2{
    grid-row-start: 2;
  }

  .twentyhundred\:row-start-3{
    grid-row-start: 3;
  }

  .twentyhundred\:row-start-4{
    grid-row-start: 4;
  }

  .twentyhundred\:row-start-5{
    grid-row-start: 5;
  }

  .twentyhundred\:row-start-6{
    grid-row-start: 6;
  }

  .twentyhundred\:row-start-7{
    grid-row-start: 7;
  }

  .twentyhundred\:row-start-auto{
    grid-row-start: auto;
  }

  .twentyhundred\:row-end-1{
    grid-row-end: 1;
  }

  .twentyhundred\:row-end-2{
    grid-row-end: 2;
  }

  .twentyhundred\:row-end-3{
    grid-row-end: 3;
  }

  .twentyhundred\:row-end-4{
    grid-row-end: 4;
  }

  .twentyhundred\:row-end-5{
    grid-row-end: 5;
  }

  .twentyhundred\:row-end-6{
    grid-row-end: 6;
  }

  .twentyhundred\:row-end-7{
    grid-row-end: 7;
  }

  .twentyhundred\:row-end-auto{
    grid-row-end: auto;
  }

  .twentyhundred\:transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .twentyhundred\:transform-none{
    transform: none;
  }

  .twentyhundred\:origin-center{
    transform-origin: center;
  }

  .twentyhundred\:origin-top{
    transform-origin: top;
  }

  .twentyhundred\:origin-top-right{
    transform-origin: top right;
  }

  .twentyhundred\:origin-right{
    transform-origin: right;
  }

  .twentyhundred\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .twentyhundred\:origin-bottom{
    transform-origin: bottom;
  }

  .twentyhundred\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .twentyhundred\:origin-left{
    transform-origin: left;
  }

  .twentyhundred\:origin-top-left{
    transform-origin: top left;
  }

  .twentyhundred\:scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twentyhundred\:scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twentyhundred\:scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twentyhundred\:scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twentyhundred\:scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twentyhundred\:scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twentyhundred\:scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:scale-x-0{
    --transform-scale-x: 0;
  }

  .twentyhundred\:scale-x-50{
    --transform-scale-x: .5;
  }

  .twentyhundred\:scale-x-75{
    --transform-scale-x: .75;
  }

  .twentyhundred\:scale-x-90{
    --transform-scale-x: .9;
  }

  .twentyhundred\:scale-x-95{
    --transform-scale-x: .95;
  }

  .twentyhundred\:scale-x-100{
    --transform-scale-x: 1;
  }

  .twentyhundred\:scale-x-105{
    --transform-scale-x: 1.05;
  }

  .twentyhundred\:scale-x-110{
    --transform-scale-x: 1.1;
  }

  .twentyhundred\:scale-x-125{
    --transform-scale-x: 1.25;
  }

  .twentyhundred\:scale-x-150{
    --transform-scale-x: 1.5;
  }

  .twentyhundred\:scale-y-0{
    --transform-scale-y: 0;
  }

  .twentyhundred\:scale-y-50{
    --transform-scale-y: .5;
  }

  .twentyhundred\:scale-y-75{
    --transform-scale-y: .75;
  }

  .twentyhundred\:scale-y-90{
    --transform-scale-y: .9;
  }

  .twentyhundred\:scale-y-95{
    --transform-scale-y: .95;
  }

  .twentyhundred\:scale-y-100{
    --transform-scale-y: 1;
  }

  .twentyhundred\:scale-y-105{
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:scale-y-110{
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:scale-y-125{
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:scale-y-150{
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:hover\:scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twentyhundred\:hover\:scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twentyhundred\:hover\:scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twentyhundred\:hover\:scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twentyhundred\:hover\:scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twentyhundred\:hover\:scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twentyhundred\:hover\:scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:hover\:scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:hover\:scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:hover\:scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:hover\:scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .twentyhundred\:hover\:scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .twentyhundred\:hover\:scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .twentyhundred\:hover\:scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .twentyhundred\:hover\:scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .twentyhundred\:hover\:scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .twentyhundred\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .twentyhundred\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .twentyhundred\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .twentyhundred\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .twentyhundred\:hover\:scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .twentyhundred\:hover\:scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .twentyhundred\:hover\:scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .twentyhundred\:hover\:scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .twentyhundred\:hover\:scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .twentyhundred\:hover\:scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .twentyhundred\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:focus\:scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .twentyhundred\:focus\:scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .twentyhundred\:focus\:scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .twentyhundred\:focus\:scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .twentyhundred\:focus\:scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .twentyhundred\:focus\:scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .twentyhundred\:focus\:scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:focus\:scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:focus\:scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:focus\:scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:focus\:scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .twentyhundred\:focus\:scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .twentyhundred\:focus\:scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .twentyhundred\:focus\:scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .twentyhundred\:focus\:scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .twentyhundred\:focus\:scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .twentyhundred\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .twentyhundred\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .twentyhundred\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .twentyhundred\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .twentyhundred\:focus\:scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .twentyhundred\:focus\:scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .twentyhundred\:focus\:scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .twentyhundred\:focus\:scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .twentyhundred\:focus\:scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .twentyhundred\:focus\:scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .twentyhundred\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .twentyhundred\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .twentyhundred\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .twentyhundred\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .twentyhundred\:rotate-0{
    --transform-rotate: 0;
  }

  .twentyhundred\:rotate-45{
    --transform-rotate: 45deg;
  }

  .twentyhundred\:rotate-90{
    --transform-rotate: 90deg;
  }

  .twentyhundred\:rotate-180{
    --transform-rotate: 180deg;
  }

  .twentyhundred\:-rotate-180{
    --transform-rotate: -180deg;
  }

  .twentyhundred\:-rotate-90{
    --transform-rotate: -90deg;
  }

  .twentyhundred\:-rotate-45{
    --transform-rotate: -45deg;
  }

  .twentyhundred\:hover\:rotate-0:hover{
    --transform-rotate: 0;
  }

  .twentyhundred\:hover\:rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .twentyhundred\:hover\:rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .twentyhundred\:hover\:rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .twentyhundred\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .twentyhundred\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .twentyhundred\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .twentyhundred\:focus\:rotate-0:focus{
    --transform-rotate: 0;
  }

  .twentyhundred\:focus\:rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .twentyhundred\:focus\:rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .twentyhundred\:focus\:rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .twentyhundred\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .twentyhundred\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .twentyhundred\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .twentyhundred\:translate-x-0{
    --transform-translate-x: 0;
  }

  .twentyhundred\:translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .twentyhundred\:translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .twentyhundred\:translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .twentyhundred\:translate-x-4{
    --transform-translate-x: 1rem;
  }

  .twentyhundred\:translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .twentyhundred\:translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .twentyhundred\:translate-x-8{
    --transform-translate-x: 2rem;
  }

  .twentyhundred\:translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .twentyhundred\:translate-x-12{
    --transform-translate-x: 3rem;
  }

  .twentyhundred\:translate-x-16{
    --transform-translate-x: 4rem;
  }

  .twentyhundred\:translate-x-20{
    --transform-translate-x: 5rem;
  }

  .twentyhundred\:translate-x-24{
    --transform-translate-x: 6rem;
  }

  .twentyhundred\:translate-x-32{
    --transform-translate-x: 8rem;
  }

  .twentyhundred\:translate-x-40{
    --transform-translate-x: 10rem;
  }

  .twentyhundred\:translate-x-48{
    --transform-translate-x: 12rem;
  }

  .twentyhundred\:translate-x-56{
    --transform-translate-x: 14rem;
  }

  .twentyhundred\:translate-x-64{
    --transform-translate-x: 16rem;
  }

  .twentyhundred\:translate-x-72{
    --transform-translate-x: 18rem;
  }

  .twentyhundred\:translate-x-80{
    --transform-translate-x: 20rem;
  }

  .twentyhundred\:translate-x-88{
    --transform-translate-x: 22rem;
  }

  .twentyhundred\:translate-x-96{
    --transform-translate-x: 24rem;
  }

  .twentyhundred\:translate-x-104{
    --transform-translate-x: 26rem;
  }

  .twentyhundred\:translate-x-112{
    --transform-translate-x: 28rem;
  }

  .twentyhundred\:translate-x-128{
    --transform-translate-x: 30rem;
  }

  .twentyhundred\:translate-x-144{
    --transform-translate-x: 34rem;
  }

  .twentyhundred\:translate-x-160{
    --transform-translate-x: 38rem;
  }

  .twentyhundred\:translate-x-176{
    --transform-translate-x: 42rem;
  }

  .twentyhundred\:translate-x-192{
    --transform-translate-x: 46rem;
  }

  .twentyhundred\:translate-x-208{
    --transform-translate-x: 50rem;
  }

  .twentyhundred\:translate-x-224{
    --transform-translate-x: 54rem;
  }

  .twentyhundred\:translate-x-240{
    --transform-translate-x: 58rem;
  }

  .twentyhundred\:translate-x-256{
    --transform-translate-x: 62rem;
  }

  .twentyhundred\:translate-x-px{
    --transform-translate-x: 1px;
  }

  .twentyhundred\:-translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .twentyhundred\:-translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .twentyhundred\:-translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .twentyhundred\:-translate-x-4{
    --transform-translate-x: -1rem;
  }

  .twentyhundred\:-translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .twentyhundred\:-translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .twentyhundred\:-translate-x-8{
    --transform-translate-x: -2rem;
  }

  .twentyhundred\:-translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .twentyhundred\:-translate-x-12{
    --transform-translate-x: -3rem;
  }

  .twentyhundred\:-translate-x-16{
    --transform-translate-x: -4rem;
  }

  .twentyhundred\:-translate-x-20{
    --transform-translate-x: -5rem;
  }

  .twentyhundred\:-translate-x-24{
    --transform-translate-x: -6rem;
  }

  .twentyhundred\:-translate-x-32{
    --transform-translate-x: -8rem;
  }

  .twentyhundred\:-translate-x-40{
    --transform-translate-x: -10rem;
  }

  .twentyhundred\:-translate-x-48{
    --transform-translate-x: -12rem;
  }

  .twentyhundred\:-translate-x-56{
    --transform-translate-x: -14rem;
  }

  .twentyhundred\:-translate-x-64{
    --transform-translate-x: -16rem;
  }

  .twentyhundred\:-translate-x-72{
    --transform-translate-x: -18rem;
  }

  .twentyhundred\:-translate-x-80{
    --transform-translate-x: -20rem;
  }

  .twentyhundred\:-translate-x-88{
    --transform-translate-x: -22rem;
  }

  .twentyhundred\:-translate-x-96{
    --transform-translate-x: -24rem;
  }

  .twentyhundred\:-translate-x-104{
    --transform-translate-x: -26rem;
  }

  .twentyhundred\:-translate-x-112{
    --transform-translate-x: -28rem;
  }

  .twentyhundred\:-translate-x-128{
    --transform-translate-x: -30rem;
  }

  .twentyhundred\:-translate-x-144{
    --transform-translate-x: -34rem;
  }

  .twentyhundred\:-translate-x-160{
    --transform-translate-x: -38rem;
  }

  .twentyhundred\:-translate-x-176{
    --transform-translate-x: -42rem;
  }

  .twentyhundred\:-translate-x-192{
    --transform-translate-x: -46rem;
  }

  .twentyhundred\:-translate-x-208{
    --transform-translate-x: -50rem;
  }

  .twentyhundred\:-translate-x-224{
    --transform-translate-x: -54rem;
  }

  .twentyhundred\:-translate-x-240{
    --transform-translate-x: -58rem;
  }

  .twentyhundred\:-translate-x-256{
    --transform-translate-x: -62rem;
  }

  .twentyhundred\:-translate-x-px{
    --transform-translate-x: -1px;
  }

  .twentyhundred\:-translate-x-full{
    --transform-translate-x: -100%;
  }

  .twentyhundred\:-translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .twentyhundred\:translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .twentyhundred\:translate-x-full{
    --transform-translate-x: 100%;
  }

  .twentyhundred\:translate-y-0{
    --transform-translate-y: 0;
  }

  .twentyhundred\:translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .twentyhundred\:translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .twentyhundred\:translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .twentyhundred\:translate-y-4{
    --transform-translate-y: 1rem;
  }

  .twentyhundred\:translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .twentyhundred\:translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .twentyhundred\:translate-y-8{
    --transform-translate-y: 2rem;
  }

  .twentyhundred\:translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .twentyhundred\:translate-y-12{
    --transform-translate-y: 3rem;
  }

  .twentyhundred\:translate-y-16{
    --transform-translate-y: 4rem;
  }

  .twentyhundred\:translate-y-20{
    --transform-translate-y: 5rem;
  }

  .twentyhundred\:translate-y-24{
    --transform-translate-y: 6rem;
  }

  .twentyhundred\:translate-y-32{
    --transform-translate-y: 8rem;
  }

  .twentyhundred\:translate-y-40{
    --transform-translate-y: 10rem;
  }

  .twentyhundred\:translate-y-48{
    --transform-translate-y: 12rem;
  }

  .twentyhundred\:translate-y-56{
    --transform-translate-y: 14rem;
  }

  .twentyhundred\:translate-y-64{
    --transform-translate-y: 16rem;
  }

  .twentyhundred\:translate-y-72{
    --transform-translate-y: 18rem;
  }

  .twentyhundred\:translate-y-80{
    --transform-translate-y: 20rem;
  }

  .twentyhundred\:translate-y-88{
    --transform-translate-y: 22rem;
  }

  .twentyhundred\:translate-y-96{
    --transform-translate-y: 24rem;
  }

  .twentyhundred\:translate-y-104{
    --transform-translate-y: 26rem;
  }

  .twentyhundred\:translate-y-112{
    --transform-translate-y: 28rem;
  }

  .twentyhundred\:translate-y-128{
    --transform-translate-y: 30rem;
  }

  .twentyhundred\:translate-y-144{
    --transform-translate-y: 34rem;
  }

  .twentyhundred\:translate-y-160{
    --transform-translate-y: 38rem;
  }

  .twentyhundred\:translate-y-176{
    --transform-translate-y: 42rem;
  }

  .twentyhundred\:translate-y-192{
    --transform-translate-y: 46rem;
  }

  .twentyhundred\:translate-y-208{
    --transform-translate-y: 50rem;
  }

  .twentyhundred\:translate-y-224{
    --transform-translate-y: 54rem;
  }

  .twentyhundred\:translate-y-240{
    --transform-translate-y: 58rem;
  }

  .twentyhundred\:translate-y-256{
    --transform-translate-y: 62rem;
  }

  .twentyhundred\:translate-y-px{
    --transform-translate-y: 1px;
  }

  .twentyhundred\:-translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .twentyhundred\:-translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .twentyhundred\:-translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .twentyhundred\:-translate-y-4{
    --transform-translate-y: -1rem;
  }

  .twentyhundred\:-translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .twentyhundred\:-translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .twentyhundred\:-translate-y-8{
    --transform-translate-y: -2rem;
  }

  .twentyhundred\:-translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .twentyhundred\:-translate-y-12{
    --transform-translate-y: -3rem;
  }

  .twentyhundred\:-translate-y-16{
    --transform-translate-y: -4rem;
  }

  .twentyhundred\:-translate-y-20{
    --transform-translate-y: -5rem;
  }

  .twentyhundred\:-translate-y-24{
    --transform-translate-y: -6rem;
  }

  .twentyhundred\:-translate-y-32{
    --transform-translate-y: -8rem;
  }

  .twentyhundred\:-translate-y-40{
    --transform-translate-y: -10rem;
  }

  .twentyhundred\:-translate-y-48{
    --transform-translate-y: -12rem;
  }

  .twentyhundred\:-translate-y-56{
    --transform-translate-y: -14rem;
  }

  .twentyhundred\:-translate-y-64{
    --transform-translate-y: -16rem;
  }

  .twentyhundred\:-translate-y-72{
    --transform-translate-y: -18rem;
  }

  .twentyhundred\:-translate-y-80{
    --transform-translate-y: -20rem;
  }

  .twentyhundred\:-translate-y-88{
    --transform-translate-y: -22rem;
  }

  .twentyhundred\:-translate-y-96{
    --transform-translate-y: -24rem;
  }

  .twentyhundred\:-translate-y-104{
    --transform-translate-y: -26rem;
  }

  .twentyhundred\:-translate-y-112{
    --transform-translate-y: -28rem;
  }

  .twentyhundred\:-translate-y-128{
    --transform-translate-y: -30rem;
  }

  .twentyhundred\:-translate-y-144{
    --transform-translate-y: -34rem;
  }

  .twentyhundred\:-translate-y-160{
    --transform-translate-y: -38rem;
  }

  .twentyhundred\:-translate-y-176{
    --transform-translate-y: -42rem;
  }

  .twentyhundred\:-translate-y-192{
    --transform-translate-y: -46rem;
  }

  .twentyhundred\:-translate-y-208{
    --transform-translate-y: -50rem;
  }

  .twentyhundred\:-translate-y-224{
    --transform-translate-y: -54rem;
  }

  .twentyhundred\:-translate-y-240{
    --transform-translate-y: -58rem;
  }

  .twentyhundred\:-translate-y-256{
    --transform-translate-y: -62rem;
  }

  .twentyhundred\:-translate-y-px{
    --transform-translate-y: -1px;
  }

  .twentyhundred\:-translate-y-full{
    --transform-translate-y: -100%;
  }

  .twentyhundred\:-translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .twentyhundred\:translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .twentyhundred\:translate-y-full{
    --transform-translate-y: 100%;
  }

  .twentyhundred\:hover\:translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .twentyhundred\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .twentyhundred\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .twentyhundred\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .twentyhundred\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .twentyhundred\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .twentyhundred\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .twentyhundred\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .twentyhundred\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .twentyhundred\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .twentyhundred\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .twentyhundred\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .twentyhundred\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .twentyhundred\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .twentyhundred\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .twentyhundred\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .twentyhundred\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .twentyhundred\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .twentyhundred\:hover\:translate-x-72:hover{
    --transform-translate-x: 18rem;
  }

  .twentyhundred\:hover\:translate-x-80:hover{
    --transform-translate-x: 20rem;
  }

  .twentyhundred\:hover\:translate-x-88:hover{
    --transform-translate-x: 22rem;
  }

  .twentyhundred\:hover\:translate-x-96:hover{
    --transform-translate-x: 24rem;
  }

  .twentyhundred\:hover\:translate-x-104:hover{
    --transform-translate-x: 26rem;
  }

  .twentyhundred\:hover\:translate-x-112:hover{
    --transform-translate-x: 28rem;
  }

  .twentyhundred\:hover\:translate-x-128:hover{
    --transform-translate-x: 30rem;
  }

  .twentyhundred\:hover\:translate-x-144:hover{
    --transform-translate-x: 34rem;
  }

  .twentyhundred\:hover\:translate-x-160:hover{
    --transform-translate-x: 38rem;
  }

  .twentyhundred\:hover\:translate-x-176:hover{
    --transform-translate-x: 42rem;
  }

  .twentyhundred\:hover\:translate-x-192:hover{
    --transform-translate-x: 46rem;
  }

  .twentyhundred\:hover\:translate-x-208:hover{
    --transform-translate-x: 50rem;
  }

  .twentyhundred\:hover\:translate-x-224:hover{
    --transform-translate-x: 54rem;
  }

  .twentyhundred\:hover\:translate-x-240:hover{
    --transform-translate-x: 58rem;
  }

  .twentyhundred\:hover\:translate-x-256:hover{
    --transform-translate-x: 62rem;
  }

  .twentyhundred\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .twentyhundred\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .twentyhundred\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .twentyhundred\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .twentyhundred\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .twentyhundred\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .twentyhundred\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .twentyhundred\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .twentyhundred\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .twentyhundred\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .twentyhundred\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .twentyhundred\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .twentyhundred\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .twentyhundred\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .twentyhundred\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .twentyhundred\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .twentyhundred\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .twentyhundred\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .twentyhundred\:hover\:-translate-x-72:hover{
    --transform-translate-x: -18rem;
  }

  .twentyhundred\:hover\:-translate-x-80:hover{
    --transform-translate-x: -20rem;
  }

  .twentyhundred\:hover\:-translate-x-88:hover{
    --transform-translate-x: -22rem;
  }

  .twentyhundred\:hover\:-translate-x-96:hover{
    --transform-translate-x: -24rem;
  }

  .twentyhundred\:hover\:-translate-x-104:hover{
    --transform-translate-x: -26rem;
  }

  .twentyhundred\:hover\:-translate-x-112:hover{
    --transform-translate-x: -28rem;
  }

  .twentyhundred\:hover\:-translate-x-128:hover{
    --transform-translate-x: -30rem;
  }

  .twentyhundred\:hover\:-translate-x-144:hover{
    --transform-translate-x: -34rem;
  }

  .twentyhundred\:hover\:-translate-x-160:hover{
    --transform-translate-x: -38rem;
  }

  .twentyhundred\:hover\:-translate-x-176:hover{
    --transform-translate-x: -42rem;
  }

  .twentyhundred\:hover\:-translate-x-192:hover{
    --transform-translate-x: -46rem;
  }

  .twentyhundred\:hover\:-translate-x-208:hover{
    --transform-translate-x: -50rem;
  }

  .twentyhundred\:hover\:-translate-x-224:hover{
    --transform-translate-x: -54rem;
  }

  .twentyhundred\:hover\:-translate-x-240:hover{
    --transform-translate-x: -58rem;
  }

  .twentyhundred\:hover\:-translate-x-256:hover{
    --transform-translate-x: -62rem;
  }

  .twentyhundred\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .twentyhundred\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .twentyhundred\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .twentyhundred\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .twentyhundred\:hover\:translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .twentyhundred\:hover\:translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .twentyhundred\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .twentyhundred\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .twentyhundred\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .twentyhundred\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .twentyhundred\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .twentyhundred\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .twentyhundred\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .twentyhundred\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .twentyhundred\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .twentyhundred\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .twentyhundred\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .twentyhundred\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .twentyhundred\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .twentyhundred\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .twentyhundred\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .twentyhundred\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .twentyhundred\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .twentyhundred\:hover\:translate-y-72:hover{
    --transform-translate-y: 18rem;
  }

  .twentyhundred\:hover\:translate-y-80:hover{
    --transform-translate-y: 20rem;
  }

  .twentyhundred\:hover\:translate-y-88:hover{
    --transform-translate-y: 22rem;
  }

  .twentyhundred\:hover\:translate-y-96:hover{
    --transform-translate-y: 24rem;
  }

  .twentyhundred\:hover\:translate-y-104:hover{
    --transform-translate-y: 26rem;
  }

  .twentyhundred\:hover\:translate-y-112:hover{
    --transform-translate-y: 28rem;
  }

  .twentyhundred\:hover\:translate-y-128:hover{
    --transform-translate-y: 30rem;
  }

  .twentyhundred\:hover\:translate-y-144:hover{
    --transform-translate-y: 34rem;
  }

  .twentyhundred\:hover\:translate-y-160:hover{
    --transform-translate-y: 38rem;
  }

  .twentyhundred\:hover\:translate-y-176:hover{
    --transform-translate-y: 42rem;
  }

  .twentyhundred\:hover\:translate-y-192:hover{
    --transform-translate-y: 46rem;
  }

  .twentyhundred\:hover\:translate-y-208:hover{
    --transform-translate-y: 50rem;
  }

  .twentyhundred\:hover\:translate-y-224:hover{
    --transform-translate-y: 54rem;
  }

  .twentyhundred\:hover\:translate-y-240:hover{
    --transform-translate-y: 58rem;
  }

  .twentyhundred\:hover\:translate-y-256:hover{
    --transform-translate-y: 62rem;
  }

  .twentyhundred\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .twentyhundred\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .twentyhundred\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .twentyhundred\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .twentyhundred\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .twentyhundred\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .twentyhundred\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .twentyhundred\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .twentyhundred\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .twentyhundred\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .twentyhundred\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .twentyhundred\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .twentyhundred\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .twentyhundred\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .twentyhundred\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .twentyhundred\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .twentyhundred\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .twentyhundred\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .twentyhundred\:hover\:-translate-y-72:hover{
    --transform-translate-y: -18rem;
  }

  .twentyhundred\:hover\:-translate-y-80:hover{
    --transform-translate-y: -20rem;
  }

  .twentyhundred\:hover\:-translate-y-88:hover{
    --transform-translate-y: -22rem;
  }

  .twentyhundred\:hover\:-translate-y-96:hover{
    --transform-translate-y: -24rem;
  }

  .twentyhundred\:hover\:-translate-y-104:hover{
    --transform-translate-y: -26rem;
  }

  .twentyhundred\:hover\:-translate-y-112:hover{
    --transform-translate-y: -28rem;
  }

  .twentyhundred\:hover\:-translate-y-128:hover{
    --transform-translate-y: -30rem;
  }

  .twentyhundred\:hover\:-translate-y-144:hover{
    --transform-translate-y: -34rem;
  }

  .twentyhundred\:hover\:-translate-y-160:hover{
    --transform-translate-y: -38rem;
  }

  .twentyhundred\:hover\:-translate-y-176:hover{
    --transform-translate-y: -42rem;
  }

  .twentyhundred\:hover\:-translate-y-192:hover{
    --transform-translate-y: -46rem;
  }

  .twentyhundred\:hover\:-translate-y-208:hover{
    --transform-translate-y: -50rem;
  }

  .twentyhundred\:hover\:-translate-y-224:hover{
    --transform-translate-y: -54rem;
  }

  .twentyhundred\:hover\:-translate-y-240:hover{
    --transform-translate-y: -58rem;
  }

  .twentyhundred\:hover\:-translate-y-256:hover{
    --transform-translate-y: -62rem;
  }

  .twentyhundred\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .twentyhundred\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .twentyhundred\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .twentyhundred\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .twentyhundred\:hover\:translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .twentyhundred\:focus\:translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .twentyhundred\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .twentyhundred\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .twentyhundred\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .twentyhundred\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .twentyhundred\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .twentyhundred\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .twentyhundred\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .twentyhundred\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .twentyhundred\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .twentyhundred\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .twentyhundred\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .twentyhundred\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .twentyhundred\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .twentyhundred\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .twentyhundred\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .twentyhundred\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .twentyhundred\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .twentyhundred\:focus\:translate-x-72:focus{
    --transform-translate-x: 18rem;
  }

  .twentyhundred\:focus\:translate-x-80:focus{
    --transform-translate-x: 20rem;
  }

  .twentyhundred\:focus\:translate-x-88:focus{
    --transform-translate-x: 22rem;
  }

  .twentyhundred\:focus\:translate-x-96:focus{
    --transform-translate-x: 24rem;
  }

  .twentyhundred\:focus\:translate-x-104:focus{
    --transform-translate-x: 26rem;
  }

  .twentyhundred\:focus\:translate-x-112:focus{
    --transform-translate-x: 28rem;
  }

  .twentyhundred\:focus\:translate-x-128:focus{
    --transform-translate-x: 30rem;
  }

  .twentyhundred\:focus\:translate-x-144:focus{
    --transform-translate-x: 34rem;
  }

  .twentyhundred\:focus\:translate-x-160:focus{
    --transform-translate-x: 38rem;
  }

  .twentyhundred\:focus\:translate-x-176:focus{
    --transform-translate-x: 42rem;
  }

  .twentyhundred\:focus\:translate-x-192:focus{
    --transform-translate-x: 46rem;
  }

  .twentyhundred\:focus\:translate-x-208:focus{
    --transform-translate-x: 50rem;
  }

  .twentyhundred\:focus\:translate-x-224:focus{
    --transform-translate-x: 54rem;
  }

  .twentyhundred\:focus\:translate-x-240:focus{
    --transform-translate-x: 58rem;
  }

  .twentyhundred\:focus\:translate-x-256:focus{
    --transform-translate-x: 62rem;
  }

  .twentyhundred\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .twentyhundred\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .twentyhundred\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .twentyhundred\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .twentyhundred\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .twentyhundred\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .twentyhundred\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .twentyhundred\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .twentyhundred\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .twentyhundred\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .twentyhundred\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .twentyhundred\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .twentyhundred\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .twentyhundred\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .twentyhundred\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .twentyhundred\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .twentyhundred\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .twentyhundred\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .twentyhundred\:focus\:-translate-x-72:focus{
    --transform-translate-x: -18rem;
  }

  .twentyhundred\:focus\:-translate-x-80:focus{
    --transform-translate-x: -20rem;
  }

  .twentyhundred\:focus\:-translate-x-88:focus{
    --transform-translate-x: -22rem;
  }

  .twentyhundred\:focus\:-translate-x-96:focus{
    --transform-translate-x: -24rem;
  }

  .twentyhundred\:focus\:-translate-x-104:focus{
    --transform-translate-x: -26rem;
  }

  .twentyhundred\:focus\:-translate-x-112:focus{
    --transform-translate-x: -28rem;
  }

  .twentyhundred\:focus\:-translate-x-128:focus{
    --transform-translate-x: -30rem;
  }

  .twentyhundred\:focus\:-translate-x-144:focus{
    --transform-translate-x: -34rem;
  }

  .twentyhundred\:focus\:-translate-x-160:focus{
    --transform-translate-x: -38rem;
  }

  .twentyhundred\:focus\:-translate-x-176:focus{
    --transform-translate-x: -42rem;
  }

  .twentyhundred\:focus\:-translate-x-192:focus{
    --transform-translate-x: -46rem;
  }

  .twentyhundred\:focus\:-translate-x-208:focus{
    --transform-translate-x: -50rem;
  }

  .twentyhundred\:focus\:-translate-x-224:focus{
    --transform-translate-x: -54rem;
  }

  .twentyhundred\:focus\:-translate-x-240:focus{
    --transform-translate-x: -58rem;
  }

  .twentyhundred\:focus\:-translate-x-256:focus{
    --transform-translate-x: -62rem;
  }

  .twentyhundred\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .twentyhundred\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .twentyhundred\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .twentyhundred\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .twentyhundred\:focus\:translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .twentyhundred\:focus\:translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .twentyhundred\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .twentyhundred\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .twentyhundred\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .twentyhundred\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .twentyhundred\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .twentyhundred\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .twentyhundred\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .twentyhundred\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .twentyhundred\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .twentyhundred\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .twentyhundred\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .twentyhundred\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .twentyhundred\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .twentyhundred\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .twentyhundred\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .twentyhundred\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .twentyhundred\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .twentyhundred\:focus\:translate-y-72:focus{
    --transform-translate-y: 18rem;
  }

  .twentyhundred\:focus\:translate-y-80:focus{
    --transform-translate-y: 20rem;
  }

  .twentyhundred\:focus\:translate-y-88:focus{
    --transform-translate-y: 22rem;
  }

  .twentyhundred\:focus\:translate-y-96:focus{
    --transform-translate-y: 24rem;
  }

  .twentyhundred\:focus\:translate-y-104:focus{
    --transform-translate-y: 26rem;
  }

  .twentyhundred\:focus\:translate-y-112:focus{
    --transform-translate-y: 28rem;
  }

  .twentyhundred\:focus\:translate-y-128:focus{
    --transform-translate-y: 30rem;
  }

  .twentyhundred\:focus\:translate-y-144:focus{
    --transform-translate-y: 34rem;
  }

  .twentyhundred\:focus\:translate-y-160:focus{
    --transform-translate-y: 38rem;
  }

  .twentyhundred\:focus\:translate-y-176:focus{
    --transform-translate-y: 42rem;
  }

  .twentyhundred\:focus\:translate-y-192:focus{
    --transform-translate-y: 46rem;
  }

  .twentyhundred\:focus\:translate-y-208:focus{
    --transform-translate-y: 50rem;
  }

  .twentyhundred\:focus\:translate-y-224:focus{
    --transform-translate-y: 54rem;
  }

  .twentyhundred\:focus\:translate-y-240:focus{
    --transform-translate-y: 58rem;
  }

  .twentyhundred\:focus\:translate-y-256:focus{
    --transform-translate-y: 62rem;
  }

  .twentyhundred\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .twentyhundred\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .twentyhundred\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .twentyhundred\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .twentyhundred\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .twentyhundred\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .twentyhundred\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .twentyhundred\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .twentyhundred\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .twentyhundred\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .twentyhundred\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .twentyhundred\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .twentyhundred\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .twentyhundred\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .twentyhundred\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .twentyhundred\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .twentyhundred\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .twentyhundred\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .twentyhundred\:focus\:-translate-y-72:focus{
    --transform-translate-y: -18rem;
  }

  .twentyhundred\:focus\:-translate-y-80:focus{
    --transform-translate-y: -20rem;
  }

  .twentyhundred\:focus\:-translate-y-88:focus{
    --transform-translate-y: -22rem;
  }

  .twentyhundred\:focus\:-translate-y-96:focus{
    --transform-translate-y: -24rem;
  }

  .twentyhundred\:focus\:-translate-y-104:focus{
    --transform-translate-y: -26rem;
  }

  .twentyhundred\:focus\:-translate-y-112:focus{
    --transform-translate-y: -28rem;
  }

  .twentyhundred\:focus\:-translate-y-128:focus{
    --transform-translate-y: -30rem;
  }

  .twentyhundred\:focus\:-translate-y-144:focus{
    --transform-translate-y: -34rem;
  }

  .twentyhundred\:focus\:-translate-y-160:focus{
    --transform-translate-y: -38rem;
  }

  .twentyhundred\:focus\:-translate-y-176:focus{
    --transform-translate-y: -42rem;
  }

  .twentyhundred\:focus\:-translate-y-192:focus{
    --transform-translate-y: -46rem;
  }

  .twentyhundred\:focus\:-translate-y-208:focus{
    --transform-translate-y: -50rem;
  }

  .twentyhundred\:focus\:-translate-y-224:focus{
    --transform-translate-y: -54rem;
  }

  .twentyhundred\:focus\:-translate-y-240:focus{
    --transform-translate-y: -58rem;
  }

  .twentyhundred\:focus\:-translate-y-256:focus{
    --transform-translate-y: -62rem;
  }

  .twentyhundred\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .twentyhundred\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .twentyhundred\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .twentyhundred\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .twentyhundred\:focus\:translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .twentyhundred\:skew-x-0{
    --transform-skew-x: 0;
  }

  .twentyhundred\:skew-x-3{
    --transform-skew-x: 3deg;
  }

  .twentyhundred\:skew-x-6{
    --transform-skew-x: 6deg;
  }

  .twentyhundred\:skew-x-12{
    --transform-skew-x: 12deg;
  }

  .twentyhundred\:-skew-x-12{
    --transform-skew-x: -12deg;
  }

  .twentyhundred\:-skew-x-6{
    --transform-skew-x: -6deg;
  }

  .twentyhundred\:-skew-x-3{
    --transform-skew-x: -3deg;
  }

  .twentyhundred\:skew-y-0{
    --transform-skew-y: 0;
  }

  .twentyhundred\:skew-y-3{
    --transform-skew-y: 3deg;
  }

  .twentyhundred\:skew-y-6{
    --transform-skew-y: 6deg;
  }

  .twentyhundred\:skew-y-12{
    --transform-skew-y: 12deg;
  }

  .twentyhundred\:-skew-y-12{
    --transform-skew-y: -12deg;
  }

  .twentyhundred\:-skew-y-6{
    --transform-skew-y: -6deg;
  }

  .twentyhundred\:-skew-y-3{
    --transform-skew-y: -3deg;
  }

  .twentyhundred\:hover\:skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .twentyhundred\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .twentyhundred\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .twentyhundred\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .twentyhundred\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .twentyhundred\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .twentyhundred\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .twentyhundred\:hover\:skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .twentyhundred\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .twentyhundred\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .twentyhundred\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .twentyhundred\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .twentyhundred\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .twentyhundred\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .twentyhundred\:focus\:skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .twentyhundred\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .twentyhundred\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .twentyhundred\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .twentyhundred\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .twentyhundred\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .twentyhundred\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .twentyhundred\:focus\:skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .twentyhundred\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .twentyhundred\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .twentyhundred\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .twentyhundred\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .twentyhundred\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .twentyhundred\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .twentyhundred\:transition-none{
    transition-property: none;
  }

  .twentyhundred\:transition-all{
    transition-property: all;
  }

  .twentyhundred\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .twentyhundred\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .twentyhundred\:transition-opacity{
    transition-property: opacity;
  }

  .twentyhundred\:transition-shadow{
    transition-property: box-shadow;
  }

  .twentyhundred\:transition-transform{
    transition-property: transform;
  }

  .twentyhundred\:ease-linear{
    transition-timing-function: linear;
  }

  .twentyhundred\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .twentyhundred\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .twentyhundred\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .twentyhundred\:duration-75{
    transition-duration: 75ms;
  }

  .twentyhundred\:duration-100{
    transition-duration: 100ms;
  }

  .twentyhundred\:duration-150{
    transition-duration: 150ms;
  }

  .twentyhundred\:duration-200{
    transition-duration: 200ms;
  }

  .twentyhundred\:duration-300{
    transition-duration: 300ms;
  }

  .twentyhundred\:duration-500{
    transition-duration: 500ms;
  }

  .twentyhundred\:duration-700{
    transition-duration: 700ms;
  }

  .twentyhundred\:duration-1000{
    transition-duration: 1000ms;
  }

  .twentyhundred\:delay-75{
    transition-delay: 75ms;
  }

  .twentyhundred\:delay-100{
    transition-delay: 100ms;
  }

  .twentyhundred\:delay-150{
    transition-delay: 150ms;
  }

  .twentyhundred\:delay-200{
    transition-delay: 200ms;
  }

  .twentyhundred\:delay-300{
    transition-delay: 300ms;
  }

  .twentyhundred\:delay-500{
    transition-delay: 500ms;
  }

  .twentyhundred\:delay-700{
    transition-delay: 700ms;
  }

  .twentyhundred\:delay-1000{
    transition-delay: 1000ms;
  }

  .twentyhundred\:animate-none{
    animation: none;
  }

  .twentyhundred\:animate-spin{
    animation: spin 1s linear infinite;
  }

  .twentyhundred\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .twentyhundred\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .twentyhundred\:animate-bounce{
    animation: bounce 1s infinite;
  }
}var map = {
	"./af": "./node_modules/moment/locale/af.js",
	"./af.js": "./node_modules/moment/locale/af.js",
	"./ar": "./node_modules/moment/locale/ar.js",
	"./ar-dz": "./node_modules/moment/locale/ar-dz.js",
	"./ar-dz.js": "./node_modules/moment/locale/ar-dz.js",
	"./ar-kw": "./node_modules/moment/locale/ar-kw.js",
	"./ar-kw.js": "./node_modules/moment/locale/ar-kw.js",
	"./ar-ly": "./node_modules/moment/locale/ar-ly.js",
	"./ar-ly.js": "./node_modules/moment/locale/ar-ly.js",
	"./ar-ma": "./node_modules/moment/locale/ar-ma.js",
	"./ar-ma.js": "./node_modules/moment/locale/ar-ma.js",
	"./ar-sa": "./node_modules/moment/locale/ar-sa.js",
	"./ar-sa.js": "./node_modules/moment/locale/ar-sa.js",
	"./ar-tn": "./node_modules/moment/locale/ar-tn.js",
	"./ar-tn.js": "./node_modules/moment/locale/ar-tn.js",
	"./ar.js": "./node_modules/moment/locale/ar.js",
	"./az": "./node_modules/moment/locale/az.js",
	"./az.js": "./node_modules/moment/locale/az.js",
	"./be": "./node_modules/moment/locale/be.js",
	"./be.js": "./node_modules/moment/locale/be.js",
	"./bg": "./node_modules/moment/locale/bg.js",
	"./bg.js": "./node_modules/moment/locale/bg.js",
	"./bm": "./node_modules/moment/locale/bm.js",
	"./bm.js": "./node_modules/moment/locale/bm.js",
	"./bn": "./node_modules/moment/locale/bn.js",
	"./bn-bd": "./node_modules/moment/locale/bn-bd.js",
	"./bn-bd.js": "./node_modules/moment/locale/bn-bd.js",
	"./bn.js": "./node_modules/moment/locale/bn.js",
	"./bo": "./node_modules/moment/locale/bo.js",
	"./bo.js": "./node_modules/moment/locale/bo.js",
	"./br": "./node_modules/moment/locale/br.js",
	"./br.js": "./node_modules/moment/locale/br.js",
	"./bs": "./node_modules/moment/locale/bs.js",
	"./bs.js": "./node_modules/moment/locale/bs.js",
	"./ca": "./node_modules/moment/locale/ca.js",
	"./ca.js": "./node_modules/moment/locale/ca.js",
	"./cs": "./node_modules/moment/locale/cs.js",
	"./cs.js": "./node_modules/moment/locale/cs.js",
	"./cv": "./node_modules/moment/locale/cv.js",
	"./cv.js": "./node_modules/moment/locale/cv.js",
	"./cy": "./node_modules/moment/locale/cy.js",
	"./cy.js": "./node_modules/moment/locale/cy.js",
	"./da": "./node_modules/moment/locale/da.js",
	"./da.js": "./node_modules/moment/locale/da.js",
	"./de": "./node_modules/moment/locale/de.js",
	"./de-at": "./node_modules/moment/locale/de-at.js",
	"./de-at.js": "./node_modules/moment/locale/de-at.js",
	"./de-ch": "./node_modules/moment/locale/de-ch.js",
	"./de-ch.js": "./node_modules/moment/locale/de-ch.js",
	"./de.js": "./node_modules/moment/locale/de.js",
	"./dv": "./node_modules/moment/locale/dv.js",
	"./dv.js": "./node_modules/moment/locale/dv.js",
	"./el": "./node_modules/moment/locale/el.js",
	"./el.js": "./node_modules/moment/locale/el.js",
	"./en-au": "./node_modules/moment/locale/en-au.js",
	"./en-au.js": "./node_modules/moment/locale/en-au.js",
	"./en-ca": "./node_modules/moment/locale/en-ca.js",
	"./en-ca.js": "./node_modules/moment/locale/en-ca.js",
	"./en-gb": "./node_modules/moment/locale/en-gb.js",
	"./en-gb.js": "./node_modules/moment/locale/en-gb.js",
	"./en-ie": "./node_modules/moment/locale/en-ie.js",
	"./en-ie.js": "./node_modules/moment/locale/en-ie.js",
	"./en-il": "./node_modules/moment/locale/en-il.js",
	"./en-il.js": "./node_modules/moment/locale/en-il.js",
	"./en-in": "./node_modules/moment/locale/en-in.js",
	"./en-in.js": "./node_modules/moment/locale/en-in.js",
	"./en-nz": "./node_modules/moment/locale/en-nz.js",
	"./en-nz.js": "./node_modules/moment/locale/en-nz.js",
	"./en-sg": "./node_modules/moment/locale/en-sg.js",
	"./en-sg.js": "./node_modules/moment/locale/en-sg.js",
	"./eo": "./node_modules/moment/locale/eo.js",
	"./eo.js": "./node_modules/moment/locale/eo.js",
	"./es": "./node_modules/moment/locale/es.js",
	"./es-do": "./node_modules/moment/locale/es-do.js",
	"./es-do.js": "./node_modules/moment/locale/es-do.js",
	"./es-mx": "./node_modules/moment/locale/es-mx.js",
	"./es-mx.js": "./node_modules/moment/locale/es-mx.js",
	"./es-us": "./node_modules/moment/locale/es-us.js",
	"./es-us.js": "./node_modules/moment/locale/es-us.js",
	"./es.js": "./node_modules/moment/locale/es.js",
	"./et": "./node_modules/moment/locale/et.js",
	"./et.js": "./node_modules/moment/locale/et.js",
	"./eu": "./node_modules/moment/locale/eu.js",
	"./eu.js": "./node_modules/moment/locale/eu.js",
	"./fa": "./node_modules/moment/locale/fa.js",
	"./fa.js": "./node_modules/moment/locale/fa.js",
	"./fi": "./node_modules/moment/locale/fi.js",
	"./fi.js": "./node_modules/moment/locale/fi.js",
	"./fil": "./node_modules/moment/locale/fil.js",
	"./fil.js": "./node_modules/moment/locale/fil.js",
	"./fo": "./node_modules/moment/locale/fo.js",
	"./fo.js": "./node_modules/moment/locale/fo.js",
	"./fr": "./node_modules/moment/locale/fr.js",
	"./fr-ca": "./node_modules/moment/locale/fr-ca.js",
	"./fr-ca.js": "./node_modules/moment/locale/fr-ca.js",
	"./fr-ch": "./node_modules/moment/locale/fr-ch.js",
	"./fr-ch.js": "./node_modules/moment/locale/fr-ch.js",
	"./fr.js": "./node_modules/moment/locale/fr.js",
	"./fy": "./node_modules/moment/locale/fy.js",
	"./fy.js": "./node_modules/moment/locale/fy.js",
	"./ga": "./node_modules/moment/locale/ga.js",
	"./ga.js": "./node_modules/moment/locale/ga.js",
	"./gd": "./node_modules/moment/locale/gd.js",
	"./gd.js": "./node_modules/moment/locale/gd.js",
	"./gl": "./node_modules/moment/locale/gl.js",
	"./gl.js": "./node_modules/moment/locale/gl.js",
	"./gom-deva": "./node_modules/moment/locale/gom-deva.js",
	"./gom-deva.js": "./node_modules/moment/locale/gom-deva.js",
	"./gom-latn": "./node_modules/moment/locale/gom-latn.js",
	"./gom-latn.js": "./node_modules/moment/locale/gom-latn.js",
	"./gu": "./node_modules/moment/locale/gu.js",
	"./gu.js": "./node_modules/moment/locale/gu.js",
	"./he": "./node_modules/moment/locale/he.js",
	"./he.js": "./node_modules/moment/locale/he.js",
	"./hi": "./node_modules/moment/locale/hi.js",
	"./hi.js": "./node_modules/moment/locale/hi.js",
	"./hr": "./node_modules/moment/locale/hr.js",
	"./hr.js": "./node_modules/moment/locale/hr.js",
	"./hu": "./node_modules/moment/locale/hu.js",
	"./hu.js": "./node_modules/moment/locale/hu.js",
	"./hy-am": "./node_modules/moment/locale/hy-am.js",
	"./hy-am.js": "./node_modules/moment/locale/hy-am.js",
	"./id": "./node_modules/moment/locale/id.js",
	"./id.js": "./node_modules/moment/locale/id.js",
	"./is": "./node_modules/moment/locale/is.js",
	"./is.js": "./node_modules/moment/locale/is.js",
	"./it": "./node_modules/moment/locale/it.js",
	"./it-ch": "./node_modules/moment/locale/it-ch.js",
	"./it-ch.js": "./node_modules/moment/locale/it-ch.js",
	"./it.js": "./node_modules/moment/locale/it.js",
	"./ja": "./node_modules/moment/locale/ja.js",
	"./ja.js": "./node_modules/moment/locale/ja.js",
	"./jv": "./node_modules/moment/locale/jv.js",
	"./jv.js": "./node_modules/moment/locale/jv.js",
	"./ka": "./node_modules/moment/locale/ka.js",
	"./ka.js": "./node_modules/moment/locale/ka.js",
	"./kk": "./node_modules/moment/locale/kk.js",
	"./kk.js": "./node_modules/moment/locale/kk.js",
	"./km": "./node_modules/moment/locale/km.js",
	"./km.js": "./node_modules/moment/locale/km.js",
	"./kn": "./node_modules/moment/locale/kn.js",
	"./kn.js": "./node_modules/moment/locale/kn.js",
	"./ko": "./node_modules/moment/locale/ko.js",
	"./ko.js": "./node_modules/moment/locale/ko.js",
	"./ku": "./node_modules/moment/locale/ku.js",
	"./ku.js": "./node_modules/moment/locale/ku.js",
	"./ky": "./node_modules/moment/locale/ky.js",
	"./ky.js": "./node_modules/moment/locale/ky.js",
	"./lb": "./node_modules/moment/locale/lb.js",
	"./lb.js": "./node_modules/moment/locale/lb.js",
	"./lo": "./node_modules/moment/locale/lo.js",
	"./lo.js": "./node_modules/moment/locale/lo.js",
	"./lt": "./node_modules/moment/locale/lt.js",
	"./lt.js": "./node_modules/moment/locale/lt.js",
	"./lv": "./node_modules/moment/locale/lv.js",
	"./lv.js": "./node_modules/moment/locale/lv.js",
	"./me": "./node_modules/moment/locale/me.js",
	"./me.js": "./node_modules/moment/locale/me.js",
	"./mi": "./node_modules/moment/locale/mi.js",
	"./mi.js": "./node_modules/moment/locale/mi.js",
	"./mk": "./node_modules/moment/locale/mk.js",
	"./mk.js": "./node_modules/moment/locale/mk.js",
	"./ml": "./node_modules/moment/locale/ml.js",
	"./ml.js": "./node_modules/moment/locale/ml.js",
	"./mn": "./node_modules/moment/locale/mn.js",
	"./mn.js": "./node_modules/moment/locale/mn.js",
	"./mr": "./node_modules/moment/locale/mr.js",
	"./mr.js": "./node_modules/moment/locale/mr.js",
	"./ms": "./node_modules/moment/locale/ms.js",
	"./ms-my": "./node_modules/moment/locale/ms-my.js",
	"./ms-my.js": "./node_modules/moment/locale/ms-my.js",
	"./ms.js": "./node_modules/moment/locale/ms.js",
	"./mt": "./node_modules/moment/locale/mt.js",
	"./mt.js": "./node_modules/moment/locale/mt.js",
	"./my": "./node_modules/moment/locale/my.js",
	"./my.js": "./node_modules/moment/locale/my.js",
	"./nb": "./node_modules/moment/locale/nb.js",
	"./nb.js": "./node_modules/moment/locale/nb.js",
	"./ne": "./node_modules/moment/locale/ne.js",
	"./ne.js": "./node_modules/moment/locale/ne.js",
	"./nl": "./node_modules/moment/locale/nl.js",
	"./nl-be": "./node_modules/moment/locale/nl-be.js",
	"./nl-be.js": "./node_modules/moment/locale/nl-be.js",
	"./nl.js": "./node_modules/moment/locale/nl.js",
	"./nn": "./node_modules/moment/locale/nn.js",
	"./nn.js": "./node_modules/moment/locale/nn.js",
	"./oc-lnc": "./node_modules/moment/locale/oc-lnc.js",
	"./oc-lnc.js": "./node_modules/moment/locale/oc-lnc.js",
	"./pa-in": "./node_modules/moment/locale/pa-in.js",
	"./pa-in.js": "./node_modules/moment/locale/pa-in.js",
	"./pl": "./node_modules/moment/locale/pl.js",
	"./pl.js": "./node_modules/moment/locale/pl.js",
	"./pt": "./node_modules/moment/locale/pt.js",
	"./pt-br": "./node_modules/moment/locale/pt-br.js",
	"./pt-br.js": "./node_modules/moment/locale/pt-br.js",
	"./pt.js": "./node_modules/moment/locale/pt.js",
	"./ro": "./node_modules/moment/locale/ro.js",
	"./ro.js": "./node_modules/moment/locale/ro.js",
	"./ru": "./node_modules/moment/locale/ru.js",
	"./ru.js": "./node_modules/moment/locale/ru.js",
	"./sd": "./node_modules/moment/locale/sd.js",
	"./sd.js": "./node_modules/moment/locale/sd.js",
	"./se": "./node_modules/moment/locale/se.js",
	"./se.js": "./node_modules/moment/locale/se.js",
	"./si": "./node_modules/moment/locale/si.js",
	"./si.js": "./node_modules/moment/locale/si.js",
	"./sk": "./node_modules/moment/locale/sk.js",
	"./sk.js": "./node_modules/moment/locale/sk.js",
	"./sl": "./node_modules/moment/locale/sl.js",
	"./sl.js": "./node_modules/moment/locale/sl.js",
	"./sq": "./node_modules/moment/locale/sq.js",
	"./sq.js": "./node_modules/moment/locale/sq.js",
	"./sr": "./node_modules/moment/locale/sr.js",
	"./sr-cyrl": "./node_modules/moment/locale/sr-cyrl.js",
	"./sr-cyrl.js": "./node_modules/moment/locale/sr-cyrl.js",
	"./sr.js": "./node_modules/moment/locale/sr.js",
	"./ss": "./node_modules/moment/locale/ss.js",
	"./ss.js": "./node_modules/moment/locale/ss.js",
	"./sv": "./node_modules/moment/locale/sv.js",
	"./sv.js": "./node_modules/moment/locale/sv.js",
	"./sw": "./node_modules/moment/locale/sw.js",
	"./sw.js": "./node_modules/moment/locale/sw.js",
	"./ta": "./node_modules/moment/locale/ta.js",
	"./ta.js": "./node_modules/moment/locale/ta.js",
	"./te": "./node_modules/moment/locale/te.js",
	"./te.js": "./node_modules/moment/locale/te.js",
	"./tet": "./node_modules/moment/locale/tet.js",
	"./tet.js": "./node_modules/moment/locale/tet.js",
	"./tg": "./node_modules/moment/locale/tg.js",
	"./tg.js": "./node_modules/moment/locale/tg.js",
	"./th": "./node_modules/moment/locale/th.js",
	"./th.js": "./node_modules/moment/locale/th.js",
	"./tk": "./node_modules/moment/locale/tk.js",
	"./tk.js": "./node_modules/moment/locale/tk.js",
	"./tl-ph": "./node_modules/moment/locale/tl-ph.js",
	"./tl-ph.js": "./node_modules/moment/locale/tl-ph.js",
	"./tlh": "./node_modules/moment/locale/tlh.js",
	"./tlh.js": "./node_modules/moment/locale/tlh.js",
	"./tr": "./node_modules/moment/locale/tr.js",
	"./tr.js": "./node_modules/moment/locale/tr.js",
	"./tzl": "./node_modules/moment/locale/tzl.js",
	"./tzl.js": "./node_modules/moment/locale/tzl.js",
	"./tzm": "./node_modules/moment/locale/tzm.js",
	"./tzm-latn": "./node_modules/moment/locale/tzm-latn.js",
	"./tzm-latn.js": "./node_modules/moment/locale/tzm-latn.js",
	"./tzm.js": "./node_modules/moment/locale/tzm.js",
	"./ug-cn": "./node_modules/moment/locale/ug-cn.js",
	"./ug-cn.js": "./node_modules/moment/locale/ug-cn.js",
	"./uk": "./node_modules/moment/locale/uk.js",
	"./uk.js": "./node_modules/moment/locale/uk.js",
	"./ur": "./node_modules/moment/locale/ur.js",
	"./ur.js": "./node_modules/moment/locale/ur.js",
	"./uz": "./node_modules/moment/locale/uz.js",
	"./uz-latn": "./node_modules/moment/locale/uz-latn.js",
	"./uz-latn.js": "./node_modules/moment/locale/uz-latn.js",
	"./uz.js": "./node_modules/moment/locale/uz.js",
	"./vi": "./node_modules/moment/locale/vi.js",
	"./vi.js": "./node_modules/moment/locale/vi.js",
	"./x-pseudo": "./node_modules/moment/locale/x-pseudo.js",
	"./x-pseudo.js": "./node_modules/moment/locale/x-pseudo.js",
	"./yo": "./node_modules/moment/locale/yo.js",
	"./yo.js": "./node_modules/moment/locale/yo.js",
	"./zh-cn": "./node_modules/moment/locale/zh-cn.js",
	"./zh-cn.js": "./node_modules/moment/locale/zh-cn.js",
	"./zh-hk": "./node_modules/moment/locale/zh-hk.js",
	"./zh-hk.js": "./node_modules/moment/locale/zh-hk.js",
	"./zh-mo": "./node_modules/moment/locale/zh-mo.js",
	"./zh-mo.js": "./node_modules/moment/locale/zh-mo.js",
	"./zh-tw": "./node_modules/moment/locale/zh-tw.js",
	"./zh-tw.js": "./node_modules/moment/locale/zh-tw.js"
};


function webpackContext(req) {
	var id = webpackContextResolve(req);
	return __webpack_require__(id);
}
function webpackContextResolve(req) {
	if(!__webpack_require__.o(map, req)) {
		var e = new Error("Cannot find module '" + req + "'");
		e.code = 'MODULE_NOT_FOUND';
		throw e;
	}
	return map[req];
}
webpackContext.keys = function webpackContextKeys() {
	return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";/* (ignored) */